@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root{
    --main-border-radius:5px;
    --main-border-radius-btn:5px;
    --main-border-radius-sTAB-btn:5px;
    --main-border-radius-sTAB-input:5px;
    --main-border-radius-pnav:0px 0px 3px 3px;
    --main-box-shadow:0px 1px 5px rgba(0,0,0,0.4);
    --main-box-shadow-nav:0px 2px 5px rgba(0,0,0,0.2),0px 1px 1px rgba(0,0,0,0.3);
    --main-box-shadow-nav-sub:4px 4px 10px rgba(0,0,0,0.5);
    --main-box-shadow-branding:-4px 4px 10px rgba(0,0,0,0.5);
    --main-bez:#666;
    --main-bez-read:#999;
    --farbe-rot:#ff0000;
    --farbe-gruen:#2ac432;
    --farbe-orange:#ff9118;
    --farbe-gelb:#ffce44;
    --farbe-blau:#3193f1;
    --farbe-grau:#959595;
    --farbe-hellgrau:#c2c2c2;
    --farbe-dunkelgrau:#666;
    --farbe-schwarz:#000;
    --farbe-rosa:#f8a7f0;
    --farbe-lila:#ba6cff;
    --nav3-links:#000000;
    --nav3-rechts:#000000;
    --nav3-linie:rgba(255,255,255,0.2);
    --nav5-oben:%nav5_oben%;
    --nav5-unten:%nav5_unten%;
    --nav5-links:#000000;
    --nav5-rechts:#000000;
    --input-readonly:rgba(0,0,0,0.05);
    --color_input_bg:#fff;
    --color_input_border:#333;
    --color_input_border_focus:#f00;
    --color_input_bg_focus:#fee;
    --color_input_bg_hover:#fff;
}
*{
	padding:0px;
	margin:0px;
	font-family:open_sansregular,Helvetica, Ariel, sans-serif;
	-webkit-text-size-adjust: none;
	color:#444;
	font-weight:100;
	font-size:13px;
	line-height:18px;

	/*font-size:60px;
	line-height:80px;
	*/
	border:0px;
	outline:1px dotted #f00;
    outline:none;
	text-align:left;
}
html{
	width:100%;
	height:100%;
    background: #000 url("images/backg.jpg") no-repeat fixed center;
    background-size: cover;
}
body {
	position:relative;
	padding:0px;
	padding-top:40px;
}
.body_klein{
	padding-top: 30px;
}
.nav_links{
	padding-left: 40px;
	padding-top: 60px;
}
.nav_links.body_klein{
	padding-top: 50px;
}
textarea {
    resize: none;
}
a{
	color:inherit;
	font-size: inherit;
	line-height: inherit;
    cursor: pointer;
}
a:hover{
	text-decoration:none;
}
a.link{
	text-decoration:underline;
	cursor:pointer;
}
a.link:hover{
	text-decoration:none;
}
a.no{
	text-decoration:none;
}
a.block{
	display: block;
}
a.no:hover{
	text-decoration:underline;
}
.mitteXY{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.mitteX{
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mitteY{
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.center{
    text-align: center;
}
.nowrap{
	white-space:nowrap;
}
.maus,.maus_invert{
	cursor:pointer !important;
}
.maus_invert{
    opacity:0.5;
}
.maus:hover{
	opacity:0.7;
}
.maus_invert:hover{
	opacity:1;
}
.logo_public{
	display:block;
	margin:auto;
	margin-top:10px;
	width:598px;
}
p.body{
	padding:20px;
	padding-top:0px;
}
.browser_hinweis{
	position:relative;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#e00;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	padding:30px;
	width:400px;
	white-space:normal;
    border-radius: var(--main-border-radius);
    box-shadow: var(--main-box-shadow);
}
.browser_hinweis:hover{
	background:#a00;
}
.footer_abstand{
	display:block;
	height:50px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
.data{
	display: none;
}
dfn{
	color:#666;
	font-style:normal;
	font-size: inherit;
	line-height: inherit;
}
small{
	font-size:11px;
	line-height: inherit;
	color:inherit;
}
big{
    font-size:13px;
	line-height: inherit;
	color:inherit;
}
.body_klein small{
	font-size:10px;
}
.body_klein big{
	font-size:12px;
    line-height: inherit;
}
code{
	color:#999;
	font-style:normal;
	font-size: inherit;
	line-height: inherit;
}
del{
	color:#f73434;
	font-style:normal;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
}
b,.bold{
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
    line-height: inherit;
    font-size:inherit;
    color:inherit;
}
b.rand{
	display:inline-block;
	border-radius: 2px;
	border:1px solid #ccc;
	padding:0px 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background: rgba(255,0,0,0.1);
}
i,u{
	color:inherit;
	font-size: inherit;
    line-height: inherit;
}
h2.html_hilfe{
	display: inline-block;
	color: inherit;
}
.content{
	white-space:nowrap;
	padding:20px;
	transition: 0.2s all;
}
.content.blur{
    filter:blur(10px) brightness(80%);
}
h1{
	font-weight:100;
	font-size:18px;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
}
h2{
    font-size:16px;
    margin-bottom:15px;
}
h3{
    font-size:16px;
    height:20px;
	line-height:20px;
	padding:3px 0px;
}
.body_klein h3{
    font-size:14px;
    height:16px;
	line-height:16px;
}
img{
	vertical-align:top;
}
input:read-only,select:read-only,textarea:read-only{
    cursor:not-allowed;
}
.crot{
	color: #ff0000 !important;
}
.cgruen{
	color: #2ac432 !important;
}
.corange{
	color: #ff9118 !important;
}
.cgelb{
	color: #ffce44 !important;
}
.cblau{
	color: #3193f1 !important;
}
.cgrau{
	color: #959595 !important;
}
.chellgrau{
	color: #c2c2c2 !important;
}
.crosa{
	color: #f8a7f0 !important;
}
.clila{
	color: #ba6cff !important;
}
.bgrot{
	background: #ff0000 !important;
}
.bggruen{
	background: #2ac432 !important;
}
.bgorange{
	background: #ff9118 !important;
}
.bggelb{
	background: #ffce44 !important;
}
.bgblau{
	background: #3193f1 !important;
}
.bggrau{
	background: #959595 !important;
}
.bghellgrau{
	background: #c2c2c2 !important;
}
.bgrosa{
	background: #f8a7f0 !important;
}
.bglila{
	background: #ba6cff !important;
}
.marker{
    color:#fff;
    border-radius: 3px;
    padding:1px 4px;
}
.fr{
	float: right;
}
.farb_kreis{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: #ccc;
    margin-top: -2px;
    vertical-align: middle;
    box-shadow: 0px 0px 0.5px rgba(0,0,0,0.5);
}
/*#########################################################################
  form
#########################################################################*/
.hint{
	background:rgba(255,0,0,0.1) !important;
}
iframe.upload{
	display:none;
	background:#ffffff;
	border:1px dotted #333;
}
.file_upload{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}
.file_upload_label{
	position:relative;
	display:inline-block;
	background:#000000;
	color:#fff;
	font-size:13px;
	line-height:30px;
}
.file_upload_label.hide{
	display:none;
}
.file_upload_label.label{
	padding-right:10px;
	padding-left:5px;
}
.file_upload_label.pic{
	position:absolute;
	bottom:0px;
	left:0px;
	padding-right:10px;
}
.file_upload_label .pics{
	padding-right:5px;
}
.file_upload_label:hover{
	background:#666;
}

.file_upload_list{
	display:block;
}
.file_upload_list.hide{
	display:none;
}
.file_upload_list div{
	position:relative;
}
.file_upload_list .file_mc{
	display:block;
	position:relative;
}
.file_upload_list .file_mc:hover{
	background:rgba(255,0,0,0.05);
}
.file_upload_list a{
	display:block;
	text-decoration:none;
	line-height:20px;
	margin-top:0px;
	margin-right:20px;
	margin-left:-8px;
	width:calc(100% + 8px);
}
.file_upload_list a:hover{
	opacity:0.7;
}
/*
.file_upload_list button{
	opacity:0;
	position:absolute;
	top:0px;
	right:-10px;
}
.file_upload_list div:hover button{
	opacity:1;
}
.file_upload_list div:hover button:hover{
	opacity:0.7;
}
*/
.file_upload_list .file_info{
	display:inline-block;
	vertical-align:top;
	margin-top:2px;
	padding-bottom:2px;
	line-height:12px;
	width:calc(100% - 40px);
}
.file_upload_list .file_info small{
	display: inline-block;
	margin-top:-1px;
	font-size:10px;
	color:#888;
}
.file_upload_list .file_del{
	position: absolute;
	top:0px;
	right:0px;
	width:20px;
	height:20px;
	color: #f00;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	opacity:0;
}
.file_upload_list div:hover .file_del{
	opacity: 1;
}
.file_upload_list .file_del:hover{
	background: #f00;
	color:#fff;
}

.file2{
	display:none;
	line-height: 30px;
	font-size:13px;
}
.body_klein .file2{
	line-height: 20px;
	font-size:11px;
}
.file2 label,.file2 .label{
	display: block;
	position: relative;
	line-height: 16px;
	font-size:inherit;
	padding-top:1px;
	padding-left:20px;
	padding-bottom:5px;
}
.file2 label.nolist{
	padding-bottom:0px;
}
.file2 label.icon2,.file2 div.icon2{
	vertical-align: top;
    margin-top: 2px;
    margin-left: 3px;
}
.file2 label.bild{
	padding:0px;
}
.file2 label.prevlink{
    display:inline-block;
}
.body_klein .file2 label{
	line-height: 13px;
}
.file2 label:hover{
	opacity:0.7;
}
.file2 label .ic,.file2 .label .ic{
	position: absolute;
	top:0px;
	left:0px;
}
.file2 .prev_link{
    display: inline-block;
    opacity: 0.5;
    text-decoration: none;
    margin-left: 10px;
}
.file2 .prev_link:hover{
    opacity: 1;
}
.file2 .prev_link .ic{
    margin-top:3px;
}
.file2 .preview_box{
    position: relative;
    display: inline-block;
    margin-top:5px;
}
.file2 .preview_box img{
	max-width:100%;
	max-height:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.file2 input{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
	z-index:1;
}
.file2 .file{
	position: relative !important;
	display:block;
	min-height:40px;
	margin-top:5px;
	padding-bottom:0px;
    background: rgba(0,0,0,0.05);
    border-radius:var(--main-border-radius);
	z-index:1;
}
.file2 .file.klein{
    background: none;
    min-height:20px;
}
.file2 .file.galerie{
	display:inline-block;
	padding-bottom:0px;
	margin-right:10px;
}
.file2 .file:hover{
	/*background:#eee;*/
	z-index:2;
}
.file2 .file:hover .preview .bild{
    opacity: 0.75;
}
.file2 .file .preview{
	position:absolute;
	top:0px;
	left:0px;
	background:#eee;
	width:40px;
	height:40px;
    border-radius:var(--main-border-radius);
	cursor:pointer;
	z-index:1;
}
.file2 .file.klein .preview{
    background: none;
    width:20px;
    height:20px;
}
.file2 .file.galerie .preview{
	position:relative;
}
.file2 .file .preview .bild{
	max-width:100%;
	max-height:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    border-radius:var(--main-border-radius);
}
.file2 .file .icon{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.file2 .file .werte{
	position: relative;
	display:block;
	padding-top:5px;
	padding-left:50px;
    padding-bottom:5px;
	line-height:14px;
	font-size:13px;
}
.body_klein .file2 .file .werte{
	line-height:12px;
	font-size:11px;
}
.file2 .file .werte p{
	display:block;
	line-height:inherit;
	font-size:inherit;
	word-break: break-all;
	margin-bottom:2px;
}
.file2 .file .werte small{
	display:inline-block;
	font-size:10px;
	line-height:12px;
	color:#999;
}
.body_klein .file2 .file .werte small{
	font-size:9px;
	line-height:11px;
}
.file2 .file .werte textarea{
	display:block;
	width: 100%;
	box-sizing: border-box;
	word-break: break-all;
	line-height:inherit;
	font-size:inherit;
	padding:0px;
    border:0;
    box-shadow: none;
	background:none;
}
.file2 .file .werte textarea:hover,.file2 .file .werte textarea:focus{
	background: rgba(255,0,0,0.1);
}
.file2 .file .werte textarea.werte{
	padding-top: 2px;
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.file2 .file .werte .file2_cb{
	display:block;
	width: 100%;
	padding:2px 0px;
	border-bottom:1px solid rgba(0,0,0,0.3);
	line-height: 14px;
	font-size:12px;
    line-height:inherit;
	font-size:inherit;
	color:#999;
	cursor: pointer;
    border-radius: 3px;
}
.file2 .file .werte .file2_cb.readonly{
    cursor:default;
}
.file2 .file .werte .file2_cb:hover{
	background: rgba(255,0,0,0.1);
}
.file2 .file .werte .file2_cb.readonly:hover{
	background: none;
}
.file2 .file .werte .file2_cb .pics{
    display:inline-block;
    margin-right:3px;
    margin-top: -1px;
}
.file2 .file .werte .btn_file{
	display:inline-block;
	margin-top:0px;
	margin-right:5px;
	font-size:10px;
	color:#fff;
	padding:0px 5px;
	line-height:20px;
	background:#000000;
	cursor: pointer;
	overflow:hidden;
	height:0px;
	transition: all 0.1s;
	vertical-align: top;
}
.file2 .file .werte .btn_file:hover{
	opacity:0.7;
}
.file2 .file:hover .werte .btn_file{
	margin-top:2px;
	height: 20px;
}
.file2 .file .del{
	position:absolute !important;
	right:-18px !important;
	top:calc(50% - 5px) !important;
    margin-top:-18px !important;
	transform: none !important;
	width:18px;
	height:36px;
	z-index:2;
    border-radius: 0px !important;
}
.file2 .file.galerie:hover .del{
	right:-23px !important;
	background: #eee;
    border-top:5px solid #fff;
    border-right:5px solid #fff;
	border-bottom:5px solid #fff;
    border-radius: 3px !important;
}
.file2 .file .del .pics.del_x_red{
	display:none;
}
.file2 .file:hover .del .pics.del_x_red{
	display:block;
}
.file2 .file .del .pics.del_x_red:hover{
	background-position:-120px -180px;width:18px;height:18px;
}
.file2 .file .del .pics.del_x_red:hover .pics.del_ok_red{
	display:block;
}
.file2 .file .del .pics.del_ok_red{
	display: none;
	top:18px;
	padding-top:2px;
	cursor: pointer;
}
.file2 .file .del .pics.del_ok_red:hover{
	background-position:-60px -180px;width:18px;height:18px;
}
.file2_edit_pic{
	display: block;
	position: absolute;
	top:30px;
	left:30px;
	width:calc(100% - 60px);
	height:calc(100% - 60px);

    background:url(images/pic_editor_bg.gif);
}
.file2_edit_pic .feld{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.file2_edit_pic .feld img{
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
}
.file2_edit_pic .drag{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	cursor:move;
	border:1px dotted #f00;
	box-shadow:0px 0px 10px #000,0px 0px 5px #000;
	z-index:2;
}
.file2_edit_pic .drag .ecke{
	position:absolute;
	right:-1px;
	bottom:-1px;
	width:30px;
	height:30px;
	border-right:1px solid #f00;
	border-bottom:1px solid #f00;
	cursor:nwse-resize;
}
.file2_edit_pic .in{
	position:absolute;
	top:-24px;
	left:50%;
	transform: translateX(-50%);
	color:#666;
    font-weight: bold;
	font-size:12px;
	line-height: 18px;
	white-space: nowrap;
}
.file2_edit_pic input{
	border:1px solid #ccc;
	width:50px;
	text-align: center;
	line-height: 18px;
	font-size:12px;
    border-radius: 3px;
}
.file2_edit_pic input.klein{
    width:40px;
    margin-left: 20px;
}
.file2_edit_pic input:focus{
	border:1px solid #f00;
}
.file2_edit_pic select{
	border:1px solid #ccc;
	line-height: 18px;
	font-size:12px;
	margin-right:20px;
}
.file2_edit_pic select:focus{
	border:1px solid #f00;
}
.file2_edit_pic .rotate{
	position:absolute;
	bottom:-25px;
	left:50%;
	transform: translateX(-50%);
	padding:5px;
	opacity: 0.4;
	cursor: pointer;
}
.file2_edit_pic .rotate:hover{
	opacity: 1;
}

.pic_edit{
	cursor:pointer;
}
.pic_edit_area{
	position:absolute;
	left:30px;
	top:55px;
}
.pic_edit_feld{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.pic_edit_feld img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
}
.pic_edit_drag{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	cursor:move;
	border:1px dotted #f00;
	box-shadow:0px 0px 10px #000,0px 0px 5px #000;
	z-index:2;
}
.pic_edit_drag .ecke{
	position:absolute;
	right:-1px;
	bottom:-1px;
	width:30px;
	height:30px;
	border-right:1px solid #f00;
	border-bottom:1px solid #f00;
	cursor:nwse-resize;
}
.pic_edit_del{
	position:absolute;
	right:0px;
	bottom:0px;
	width:auto;
	padding:0px 10px;
	height:30px;
	background:#e25555;
	color:#fff;
	text-align:center;
	font-size:13px;
	line-height:30px;
	cursor:pointer;
}
.pic_edit_del:hover{
	opacity:0.7;
}

/* NAV + SUB + HEADER #########################################################################*/
.nav{
	position:absolute;
	position:fixed;
	left:0px;
	top:0px;
	height:40px;
	font-size:13px;
	line-height:40px;
	width:100%;
	background:#000000;
	border-bottom:1px solid rgba(0,0,0,0.3);
	z-index:101;
}
.body_klein .nav{
	height:30px;
	font-size:11px;
	line-height:30px;
}
.nav.sub{
	top:40px;
	background:#000000;
	z-index:100;
}
.body_klein .nav.sub{
	top:30px;
}
.nav .rechts{
	float: right;
}
.nav .aktiv{
	background: rgba(0,0,0,0.3);
}
.nav .pkt{
	display:inline-block;
	position:relative;
	font-size:inherit;
	line-height:inherit;
	height:inherit;
}
.nav .pkt:hover .dd{
	display:block;
}
.nav .bt,.nav .btno{
	display:inline-block;
	padding:0px 15px;
	color:#fff;
	text-decoration:none;
	min-width:10px;
	text-align:center;
	font-size:inherit;
	line-height:inherit;
	height:inherit;
}
.nav .btno{
	cursor:default;
}
.nav .bt_bild{
	line-height:inherit;
	height:inherit;
	font-size: inherit;
	padding:0px 0px;
}
.nav .bild{
	display:inline-block;
	height:inherit;
}
.nav .sprite{
	padding:0px 0px;
}
.body_klein .nav .sprite .pics,.body_klein .nav .sprite .pics_nav{
	height:inherit;
	line-height: inherit;
	margin-top:-5px;
}
.nav .bt:hover,.nav .pkt:hover .bt{
	background:rgba(255,255,255,0.2);
}
.nav .dd{
	display:none;
	position:absolute;
	left:-1px;
	top:40px;
	border-top:0px;
	background:#000000;
	border:1px solid rgba(0,0,0,0.3);
	box-shadow:0px 2px 2px rgba(0,0,0,0.3);
	font-size: inherit;
	line-height: inherit;
}
.body_klein .nav .dd{
	top:30px;
}
.nav .dd:empty{
	border:0;
}
.nav .rechts .dd{
	left:auto;
	right:0px;
}
.nav .dd .bt2{
	display:block;
	padding:0px 15px;
	color:#fff;
	text-decoration:none;
	height:40px;
	line-height:40px;
	font-size: inherit;
	white-space:nowrap;
}
.body_klein .nav .dd .bt2{
	height:30px;
	line-height:30px;
}
.nav .dd .bt2:hover{
	background:rgba(255,255,255,0.2);
}
.nav .dd .bt2.sprite{
	padding:0px 0px;
}
.nav .dd .linie{
	display:block;
	height:1px;
	background:#fff;
}
.nav .trenner{
	position: relative;
	display:inline-block;
	width:1px;
	height:20px;
	top:50%;
	margin-top:-10px;
	vertical-align:top;
	background:rgba(255,255,255,0.5);
}

/* nav2 #########################################################################*/
.nav2{
	position: absolute;
	position: fixed;
	left:0px;
	top:59px;
	width:40px;
	height:calc(100% - 59px);
	background:#000000;
	background: linear-gradient(to bottom,#000000,#111111);
	border-right:1px solid rgba(0,0,0,0.3);
	z-index:102;
    box-shadow:var(--main-box-shadow-nav);
}
.body_klein .nav2{
	top:49px;
	height: calc(100% - 49px);
}
.nav2 .dd{
	display: block;
	position: relative;
}
.nav2 .dd:hover .sub{
	display: block;
}
.nav2 .bt{
	display: block;
	position: relative;
	width:100%;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-decoration: none;
}
.nav2 .dd:hover .bt,.nav2 .dd:hover .sub .bt2:first-child,.nav2 .dd:hover .sub .spalte .bt2:first-child:hover{
	background: #111111;
}
.nav2 .dd:hover .sub .spalte .bt2:first-child{
	background: none;
}
.nav2 .sub{
	display: none;
	position: absolute;
	top:0px;
	left:40px;
	background:#000000;
	color:#ffffff;
    border-radius:var(--main-border-radius);
    box-shadow:var(--main-box-shadow-nav-sub);
    overflow: hidden;
}
.nav2 .sub .bt2{
	position: relative;
	display: block;
	background:#000000;
	color:#ffffff;
	white-space: nowrap;
	padding: 0px 10px;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	cursor: pointer;
}
.nav2 .sub .bt2.label{
	line-height: 40px;
	height: 40px;
}
.nav2 .sub .bt2:hover{
	background: #111111;
}
.nav2 .sub .tiefe2{
	left:-2px;
	left:0px;
}
.nav2 .sub .ic{
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.nav2 .sub .hint{
    right: auto;
    left:3px;
    top:11px;
}
.nav2 .linie{
	display: block;
	height: 1px;
	width: 100%;
	background: rgba(255,255,255,0.2);
}
.nav2 .spalten{
    white-space: nowrap;
}
.nav2 .spalte{
    display: inline-block;
}
.nav2 .pic{
	max-width:100%;
	position: relative;
}
.nav2 .tiefe1,.nav2 .tiefe2{
	position: absolute;
	left:0px;
	top:0px;
	width:2px;
	height: 100%;
	background: #f73434;
}
.nav2 .hint{
	position: absolute;
	top:17px;
	right:2px;
	height: 6px;
	width:6px;
	border-radius: 10px;
	box-shadow: 0px 0px 1px #000;
	background: #f73434 !important;
	animation: nav2_hint_ani 1s linear infinite;
}
@keyframes nav2_hint_ani {
  0% {opacity:1;} 50% {opacity:0.6;} 100% {opacity:1;}
}
/* nav3 #########################################################################*/
.nav3{
    position: absolute;
    position: fixed;
    left:0px;
    top:0px;
    width:100%;
    height:50px;
    background: var(--nav3-links);
    background: linear-gradient(to right,var(--nav3-links),var(--nav3-rechts));

    z-index:104;
    text-align: left;
    box-shadow:var(--main-box-shadow-nav);
    white-space: nowrap;
}
.nav3 .linie,.nav3 .linie_logo{
    display: inline-block;
    width: 1px;
    background:var(--nav3-linie);
    height: calc(100% - 10px);
    margin:5px 5px;
    vertical-align: top;
    box-shadow: 0px 0.5px 1px rgba(0,0,0,0.5);
}
.nav3 .links,.nav3 .rechts{
    position: relative;
    display: inline-block;
    padding:0px 5px;
    height: calc(100% - 10px);

    margin-top:5px;
    margin-left: 20px;
    white-space: nowrap;
    vertical-align: top;
    z-index:2;
}
.nav3 .rechts{
    float:right;
}
.nav3 .links .logo{
    height: 100%;
    margin-left: -5px;
    margin-right: 10px;
}
.nav3.weiss .pics_nav{
    filter:invert(1);
}
.nav3 .dd{
	display: inline-block;
	position: relative;
    vertical-align: top;
}
.nav3 .dd:hover .sub{
	display: block;
}
.nav3 .mover{
    display:none;
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    background:#000000;
    z-index: 1;
}
.nav3 .dd:hover .mover{
    display:block;
}
.nav3 .bt{
	display: block;
	position: relative;
    margin-top: -5px;
    padding-top: 5px;
	width:40px;
	height: 45px;
	line-height: 40px;
	cursor: pointer;
	text-decoration: none;
}
.nav3 .dd:hover .bt .pics_nav{
    z-index: 2;
}
.nav3 .sub{
	display: none;
	position: absolute;
	top:45px;
	left:0px;
	background:#000000;
	color:#fff;
    border-radius:0 0 var(--main-border-radius) var(--main-border-radius);
    box-shadow:var(--main-box-shadow-nav-sub);
    overflow: hidden;
}
.nav3 .rechts .sub{
    left:auto;
    right:0px;
}
.nav3 .sub .bt2{
	position: relative;
	display: block;
	white-space: nowrap;
    /*background:inherit;*/
    color:inherit;
	padding: 0px 15px;
	line-height: 34px;
	height: 34px;
	text-decoration: none;
	cursor: pointer;
}
.nav3 .sub .bt2.label{
	line-height: 34px;
	height: 34px;
}
.nav3 .sub .bt2:hover{
    background: rgba(255,255,255,0.2);
}
.nav3 .sub .bt2 .pics_nav,.nav3 .sub .bt2 .pics{
    margin-left: -15px;
    margin-top: -5px;
}
.nav3 .sub .ic{
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
}
.nav3 .sub .hint{
    right: auto;
    left:5px;
    top:14px;
}
.nav3 .sub .linie{
    display:block;
    height: 1px;
    width: calc(100% - 0px);
    margin:5px 0px;
    background: rgba(0,0,0,0.25);
}
.nav3 .pic{
    border-radius: 5px;
	max-width:calc(100% - 10px);
    margin:5px;
	position: relative;
    z-index: 2;
}
.nav3 .hint{
	position: absolute;
	bottom:5px;
	left:calc(50% - 3px);
	height: 6px;
	width:6px;
	border-radius: 10px;
	box-shadow: 0px 0px 1px #000;
	background: #f73434 !important;
	animation: nav2_hint_ani 1s linear infinite;
    z-index: 10;
}
.nav3 .navbg{
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index:1;
    overflow:hidden;
}
.nav3 .navbg .bg{
    position: absolute;
    top:0px;
    left:0px;
    box-shadow: inset 0px -10px 30px rgba(0,0,0,0.2),inset 0px 10px 30px rgba(255,255,255,0.1);
    background: url("images/backg.jpg") no-repeat fixed center top;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.nav3 .icon2{
    position: relative;
    stroke-width:0;
    width:22px;
    height:22px;
    padding:9px;
    z-index:2;
    filter:drop-shadow(0px 0.5px 1px rgba(0,0,0,1));
}
.nav3 .icon2 path{
    fill:#fff;
}
/* nav4 #########################################################################*/
.nav4{
    position: absolute;
    position: fixed;
    left:0px;
    top:0px;
    width:100%;
    height:50px;
    /*
    background: var(--nav3-links);
    background: linear-gradient(to right,var(--nav3-links),var(--nav3-rechts));
    */
    z-index:104;
    text-align: left;
    /*box-shadow:var(--main-box-shadow-nav);*/
    white-space: nowrap;
}
.nav4 .menu{
    position: absolute;
    top:0px;
    left:0px;
    display: block;
    width:100%;
    height:50px;
    overflow: hidden;
    text-align: left;
    transition: all 0.2s;
    box-shadow:var(--main-box-shadow-nav);
}
.nav4 .head{
    position: relative;
    display: block;
    top:0px;
    left:0px;
    width:100%;
    height:50px;
    vertical-align: top;
    z-index:3;
}
.nav4 .menu.aktiv .head{
    padding-left:25px;
}
.nav4 .head .box{
    position: relative;
    display: inline-block;
    display:block;
    vertical-align: top;
    height: calc(50px - 10px);
    padding:5px;
    transition: all 0.2s;
}
.nav4 .head .box.open{
    filter:drop-shadow(0px 0px 5px rgba(255,255,255,1));
    padding-left: 25px;
}
.nav4 .logo{
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
.nav4 .linie{
    display: inline-block;
    width: 1px;
    background:var(--nav3-linie);
    height: calc(100% - 10px);
    margin:5px 5px;
    vertical-align: top;
    box-shadow: 0px 0.5px 1px rgba(0,0,0,0.5);
}
.nav4 .titel{
    display: inline-block;
    color:#fff;
    text-shadow: 0px 0.5px 1px rgba(0,0,0,0.5);
    margin:5px 5px;
    line-height: 28px;
    vertical-align: top;
    font-size: 22px;
    cursor: default;
    font-family:open_sanslight,Helvetica, Ariel, sans-serif;
}
.nav4 .icon{
    position: relative;
    stroke-width:0;
    width:22px;
    height:22px;
    padding:9px;
    z-index:2;
    filter:drop-shadow(0px 0.5px 1px rgba(0,0,0,1));
}
.nav4 .icon path{
    fill:#fff;
}
.nav4 .btns{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    z-index: 2;
    white-space: nowrap;
    transition: all 0.2s;
}
.nav4 .btns .col{
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding-right: 60px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.nav4 .btns a,.nav4 .btns small{
    display:block;
    white-space: nowrap;
    color:#fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.nav4 .btns a{
    font-size:16px;
    margin-bottom:12px;
    text-decoration: none;
}
.nav4 .btns a.sub,.nav4 .btns a.bt2{
    font-size:12px;
    margin-bottom:3px;
    color:rgba(255,255,255,0.75);
}
.nav4 .btns a.sub{
    margin-top: -7px;
    margin-bottom:12px;
}
.nav4 .btns a:hover{
    opacity: 0.75;
    text-decoration: underline;
}
.nav4 .btns small{
    color:rgba(255,255,255,0.65);
    margin-bottom:15px;
}
.nav4 .navbg{
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index:1;
    box-shadow: inset 0px -10px 30px rgba(0,0,0,0.2),inset 0px 10px 30px rgba(255,255,255,0.1);
    background: url("images/backg.jpg") no-repeat fixed center top;
    background-size: 100% 100%;
    overflow:hidden;
}
/* nav5 #########################################################################*/
.nav5{
    position: absolute;
    position: fixed;
    left:0px;
    top:0px;
    width:50px;
    height:100%;

    z-index:105;
    text-align: left;
    box-shadow:0px 1px 10px rgba(0,0,0,0.4),0px 1px 1px rgba(0,0,0,0.5);
}
.nav5 .logo{
    position: absolute;
    top:2px;
    left:10px;
    width: 30px;
    height: 30px;
    filter:drop-shadow(0px 0.5px 1px rgba(0,0,0,1));
    z-index: 2;
}
.nav5 .btns{
    display: block;
    position: absolute;
    top:40px;
    width:50px;
    height:calc(100% - 40px);
    z-index: 2;
}
.nav5 .btns .unten{
    display: block;
    position: relative;
    width:10px;
    min-height:20px;
}
.nav5 .bt{
	display: block;
	position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:5px;
    padding-right: 5px;
    width:40px;
	height: 40px;
    line-height: 40px;
	cursor: pointer;
	text-decoration: none;
}
.nav5 .dd,.nav5_top .dd{
	display: inline-block;
	position: relative;
    vertical-align: top;
}
.nav5 .dd:hover .sub,.nav5_top .dd:hover .sub{
	display: block;
}
.nav5 .dd:hover .bt{
    padding-right: 10px;
}
.nav5 .dd .mover,.nav5_top .dd .mover{
    position: absolute;
    display:block;
    left:5px;
    top:5px;
    height:40px;
    width: 40px;
    background:rgba(255,255,255,0.2);
    border-radius: 100%;
    transition: 0.1s all;
    opacity: 0;
}
.nav5 .dd:hover .mover{
    opacity: 1;
}
.nav5 .sub,.nav5_top .sub{
	display: none;
	position: absolute;
    top:5px;
	left:55px;
	color:#fff;
    border-radius:5px;
    box-shadow:var(--main-box-shadow-nav-sub);
    overflow: hidden;
    background:rgba(0,0,0,0.75);
    backdrop-filter: blur(10px);
}
.nav5 .sub .bt2,.nav5_top .sub .bt2{
	position: relative;
	display: block;
	white-space: nowrap;
    /*background:inherit;*/
    color:inherit;
	padding: 0px 20px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
    cursor: pointer;
}
.nav5 .sub .bt2.label,.nav5_top .sub .bt2.label{
	line-height: 40px;
	height: 40px;
}
.nav5 .sub .bt2:hover{
    background: rgba(255,255,255,0.2);
}
.nav5 .sub .bt2 .pics_nav,.nav5 .sub .bt2 .pics{
    margin-left: -15px;
    margin-top: -5px;
}
.nav5 .sub .ic{
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
}
.nav5 .pic,.nav5_top .pic{
    border-radius: 100px;
    margin-top: 5px;
	height: 30px;
    position: relative;
    z-index: 2;
}
.nav5 .hint{
	position: absolute;
	top:5px;
	left:-3px;
	height: calc(100% - 10px);
	width:6px;
	border-radius: 10px;
	box-shadow: 0px 0px 1px #000;
	background: #f73434 !important;
	animation: nav2_hint_ani 1s linear infinite;
    z-index: 10;
}
.nav5 .navbg{
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index:1;
    overflow:hidden;
}
.nav5 .navbg .bg{
    position: absolute;
    top:0px;
    left:0px;
    background: linear-gradient(to bottom,var(--nav5-oben),var(--nav5-unten));
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.nav5 .icon2{
    position: relative;
    stroke-width:0;
    width:22px;
    height:22px;
    padding:9px;
    z-index:2;
    filter:drop-shadow(0px 0.5px 1px rgba(0,0,0,1));
    transition: 0.3s all;
}
.nav5 .icon2 path{
    fill:#fff;
}
.nav5 .bt:hover .icon2{
    width:26px;
    height:26px;
    padding:7px;
    filter:drop-shadow(0px 0.5px 2px rgba(0,0,0,0.5));
}
.nav5_top{
    position: absolute;
    position: fixed;
    left:50px;
    top:0px;
    width:calc(100% - 50px);
    height:34px;

    z-index:104;
    text-align: left;
    /*
    box-shadow:2px 0px 15px rgba(0,0,0,0.4),1px 0px 1px rgba(0,0,0,0.3);
    box-shadow:1px 0px 5px rgba(0,0,0,0.2);
    */
    box-shadow:1px 0px 10px rgba(0,0,0,0.4),1px 0px 1px rgba(0,0,0,0.5);
}
.nav5_top .btns{
    display: block;
    position: absolute;
    top:0px;
    left:10px;
    height:34px;
    width:calc(100% - 10px);
    white-space: nowrap;
    z-index: 2;
}
.nav5_top .pic{
    border-radius: 5px;
    margin-top: 4px;
    height: 26px;
    min-width: 26px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 1px #000;
}
.nav5_top .pic:hover{
    opacity: 0.7;
}
.nav5_top .dd{
    white-space: nowrap;
}
.nav5_top .trenner{
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
    height: calc(100% - 10px);
    width:0.5px;
    background: rgba(255,255,255,0.5);
}
.nav5_top .bt{
    display: inline-block;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:10px;
    padding-right: 10px;
    margin-right: 5px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    text-decoration: none;
    color:#fff;
    font-size:12px;
    text-shadow: 0px 0px 1px #000;
}
.nav5_top:hover .bt{
    padding-bottom: 15px;
}
.nav5_top .sub{
    top:55px;
	left:0px;
    border-radius:5px;
    transition: all 0.1s;
}
.nav5_top:hover .sub{
    top:40px;
}
.nav5_top .sub .bt2{
    /*white-space: normal;*/
}
.nav5_top .sub .bt2:hover{
    background: rgba(255,255,255,0.1);
}
.nav5_top .sub .linie{
    display:block;
    height: 1px;
    width: calc(100% - 0px);
    margin:0px;
    background: rgba(0,0,0,0.25);
}
.nav5_top .dd .mover{
    left:0px;
    top:4px;
    height:26px;
    width:calc(100% - 0px);
    border-radius: 5px;
}
.nav5_top .dd:hover .mover{
    opacity: 1;
}
.nav5_top .navbg{
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index:1;
    overflow:hidden;
}
.nav5_top .navbg .bg{
    position: absolute;
    top:0px;
    left:0px;
    background: linear-gradient(to right,var(--nav5-links),var(--nav5-rechts));
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.nav5_top svg{
    margin-top: 9px;
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.2));
}

/* branding #########################################################################*/
.branding{
	position: absolute;
	position: fixed;
	left:0px;
	top:0px;
	width:100%;
	height:60px;
	background:#000000;
	background: linear-gradient(to right,#000000,#111111);
	z-index:101;
	text-align: center;
    box-shadow:var(--main-box-shadow-nav);
}
.body_klein .branding{
	height:50px;
}
.branding .logo{
	padding:7px;
	height: calc(100% - 14px);
}
.branding .logo_links{
    position: absolute;
    border-radius:3px;
    left:5px;
	top:5px;
	padding:0px;
	height: calc(100% - 10px - 0px);
}
.branding .titel{
	display: block;
	position: absolute;
	left:40px;
	top:0px;
	color:%nav_titel%;
    font-size:16px;
	line-height: 60px;
	height: 100%;
}
.body_klein .branding .titel{
	line-height: 50px;
}

.branding .user{
	display: block;
	position: absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	line-height: 60px;
	height: 100%;
	padding:0px 20px;
}
.body_klein .branding .user{
	line-height: 50px;
}
.branding .user .icon{
	display: inline-block;
	border:1px solid #ffffff;
	border-radius:50px;
	height: 20px;
	width: 20px;
	overflow: hidden;
	margin-left: 13px;
	vertical-align: middle;
	margin-top: -4px;
}
.branding .user .icon .pics{
	margin-left: -10px;
	margin-top: -10px;
	transform: scale(0.6);
}
.branding .user .sub{
	display: none;
	position: absolute;
	right: 0px;
	top: 60px;
	background:#000000;
    border-radius:var(--main-border-radius);
    box-shadow:var(--main-box-shadow-branding);
    overflow: hidden;
}
.body_klein .branding .user .sub{
	top:50px;
}
.branding .user:hover .sub{
	display: block;
}
.branding .user .sub .bt{
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: right;
	cursor: pointer;
	text-decoration: none;
	color:#ffffff;
	padding-left:20px;
	padding-right: 13px;
	padding-right: 10px;
	white-space: nowrap;
	border-right: 2px solid #f73434;
}
.branding .user .sub .bt:hover{
	background: #111111;
}
.branding .user .tiefe{
	position: absolute;
	left:0px;
	top:0px;
	width:2px;
	height: 100%;
	background: #f73434;
}
.branding .linie{
	position: absolute;
	left:40px;
	bottom:0px;
	height: 1px;
	width: calc(100% - 40px);
	background: rgba(0,0,0,0.3);
}
.branding .admin{
    position: absolute;
    top:0px;
    right: 0px;
    width:55px;
    height: 55px;
    overflow: hidden;
    z-index:41;
}
.branding .admin .txt{
    font-size: 9px;
    position: absolute;
    transform: rotate(45deg);
    top:8px;
    left:-20px;
    width:120px;
    line-height:12px;
    height: 13px;
    background: #f00;
    color:#fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 0px 0px 1px #000;
}
.beta{
    position: fixed;
    margin-top: -21px;
    right: 0px;
    width:55px;
    height: 55px;
    overflow: hidden;
    z-index:41;
}
.beta .txt{
    font-size: 10px;
    position: absolute;
    transform: rotate(45deg);
    top:10px;
    left:-25px;
    width:120px;
    background: #f00;
    color:#fff;
    text-align: center;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 0px 0px 1px #000;
}
.login_logo{
    position: relative;
    /*background: linear-gradient(to right,#000000,#111111);*/
    height:100px;
    width:calc(100% - 40px);
    margin-left: 20px;
    margin-top:-10px;
    margin-bottom:0px;
    filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.2));
}
.login_logo.sub{
    height: 60px;
    margin-bottom:0px;
    padding-bottom:10px;
}
.login_logo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.login_logo.sub img{
    max-height: 40px;
    margin-top: 5px;
}
/* control #########################################################################*/
#control {
	display: none;
	position:absolute;
	position:fixed;
	left:0px;
	top:40px;
    padding:10px;
	padding-bottom:25px;
	width:calc(100% - 20px);
	background:#fff;
	box-shadow: var(--main-box-shadow);
	z-index:98;
}
.body_klein #control{
	top:30px;
	font-size:11px;
}
.nav_links #control{
	top:60px;
	left:40px;
	width:calc(100% - 60px);
}
.nav_links.body_klein #control{
	top:50px;
}
.body_nav3 #control{
	top:50px;
}
.body_nav5 #control,.body_nav5.body_klein #control{
	top:34px;
    left:50px;
    width:calc(100% - 70px);
}
#control .open,#control .close{
	position:absolute;
	bottom:-5px;
	right:50%;
	margin-left:-15px;
	width:30px;
	height:30px;
	cursor:pointer;
}
#control .close{
	transform: rotate(180deg);
}
#control .open:hover,#control .close:hover{
	opacity:0.5;
}
#control .esc{
	opacity: 0;
	position:absolute;
	bottom:1px;
	left:50%;
	font-size:10px;
	color:#aaa;
}
#control .esc:hover{
	opacity: 1;
}
#control .reset{
    display:block;
    position:absolute;
    width:20px;
    height: 20px;
    left:5px;
    bottom:0px;
}
.suche {
	display:block;
	white-space:nowrap;
	margin-bottom:5px;
	font-size:inherit;
}
.suche hr{
	background: #ddd;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.suche hr.txt{
	margin-bottom: 8px;
}
.suche br{
	display: block;
	line-height: 10px;
}
.suche .gruppe{
	display:inline-block;
	padding-left:10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: -1px;
	font-size:inherit;
}
.suche .gruppe:first-child{
	border-left:0;
	padding-left:0px;
	margin-left: 0px;
}
.suche .gruppe:last-child{
	border-right: 0;
}
.suche .gruppe .bez{
	font-size:10px;
    margin-bottom: -2px;
	color:#aaa;
}
.suche .gruppe .name{
	font-size:11px;
	margin-bottom: 5px;
	color:#aaa;
    padding-right:10px;
}
.body_klein .suche .gruppe .name{
	font-size:10px;
}
.suche .spalte{
	display:inline-block;
	margin-right:10px;
	vertical-align:top;
	font-size:inherit;
}
.suche .spalte.txt{
	width:200px;
}
.suche .spalte.halb{
	width:100px;
}
.body_klein .suche .spalte.txt{
	width:160px;
}
.suche .input_txt{
	margin-bottom:5px;
	width:100%;
	border:1px solid #dddddd;
    border-radius: var(--main-border-radius-sTAB-input);
}
.suche .input_cb{
	margin-bottom:0px;
	width:100%;
}
.suche .zeile{
	padding:3px 0px;
	font-size:inherit;
}
.suche .zwei{
	display: block;
}
.suche .zwei .input_txt,.suche .zwei .input_cb{
	display: inline-block;
	width:calc(50% - 3px);
}
.suche .zwei .input_txt:first-child,.suche .zwei .input_cb:first-child{
	margin-right: 4px;
}
.suche .bt{
    display: inline-block;
    border-radius: var(--main-border-radius-sTAB-input);
    background: #dddddd;
    padding:1px 5px;
    vertical-align:top;
    font-size:10px;
    cursor: pointer;
}
.suche .bt:hover{
    color:#fff;
    background: #999;
}

.suche .cb{
	display: block;
	margin-bottom:1px;
	width: auto;
}
.suche div{
	font-size:inherit;
}
.body_klein .suche .input_txt{
	margin-bottom:3px;
}
/* seiten_nav #########################################################################*/
.pnav{
    position: fixed;
    display: block;
    width:calc(100% - 41px);
    height: 40px;
    margin-left: -20px;
    margin-top:-22px;
    margin-top: -3px;
    margin-bottom:20px;
    background:#000000;
	background: linear-gradient(to right,#000000,#111111);
    border:1px solid rgba(0,0,0,0.3);
    line-height: 40px;
    color:#ffffff;
    z-index:99;
    box-shadow:var(--main-box-shadow-nav);
}
.pnav.pnav3{
    top:53px;
    width:100%;
    border: 0px;
    border-top:1px solid var(--nav3-linie);
}
.pnav.pnav3 .rot{
    margin-left: 20px;
}
.pnav .bild{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 14px;
    margin-right: 0px;
    margin-top: 0px;
    width: 50px;
    height: 40px;
    overflow: hidden;
}
.pnav .bild img{
    margin-left: 5px;
    width: 40px;
    height: 100%;
    box-shadow: 0px 0px 5px #000;
}
.pnav .rot{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 1px;
}
.pnav .rot .pics_nav{
    display: inline-block;
    position: relative;
    z-index: 2;
}
.pnav .rot .ring{
    display: inline-block;
    position: absolute;
    top:4px;
    left:4px;
    width: 30px;
    height: 30px;
    border:1px solid #f73434;
    background: #111111;
    border-radius:40px;
    z-index: 1;
}
.pnav .titel{
    display:inline-block;
    margin-left: 5px;
    margin-right: 10px;
    color:inherit;
}
.pnav a{
    vertical-align: top;
    margin-top: 1px;
    display: inline-block;
    position: relative;
    margin-left:20px;
    text-decoration: none;
    height:40px;
    line-height: 40px;
    color:inherit;
}
.pnav a .pics_nav{
    margin-left: -10px;
}
.pnav a .label{
    display: none;
    position: absolute;
    height:40px;
    line-height: 40px;
    top:40px;
    left:-10px;
    padding:0px 10px;
    background: #111111;
    color:inherit;
    transition: all 0.5s;
}
.pnav a .linie{
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 10px;
    left:0px;
    background: #ffffff;
    opacity: 0;
    transition: all 0.2s;
}
.pnav a .linie.icon{
    width: 20px;
}
.pnav a.aktiv .linie.icon{
    width: calc(100% - 10px);
}
.pnav a:hover .linie{
    bottom: 0px;
    height: 2px;
    opacity: 1;
}
.pnav a:hover .label{
    display: inline-block;
    border-radius:var(--main-border-radius-pnav);
    box-shadow:var(--main-box-shadow-nav-sub);
}
.pnav a.aktiv .linie{
    bottom: 0px;
    height: 2px;
    opacity: 1;
    background: #f73434;
}
.pnav a.aktiv .label{
    position: relative;
    display: inline-block;
    top:0px;
    padding:0px;
    margin-left:10px;
    background: none;
    box-shadow: none;
}
.pnav a .ic{
    margin-top: 12px;
    vertical-align: top;
}
.pnav .trenner{
    display: inline-block;
    margin-top:9px;
    height: 24px;
    width: 1px;
    background: #f73434;
    vertical-align: top;
    opacity: 0.5;
    margin-left:10px;
}
.pnav_abstand{
    display: block;
    height: 40px;
}

/* dTAB & sTAB #########################################################################*/
.dtab,.dTAB2,.sTAB2,.sTAB3,.zPlan,.zPLAN2,.jPLAN,.dWeek,.dMonat{
	display:inline-block;
	position:relative;
	margin:0px;
	margin-right:5px;
	margin-bottom:5px;
	vertical-align:top;
	background:#fff;
	border:1px solid #ffffff;
    box-shadow:var(--main-box-shadow);
    border-radius:var(--main-border-radius);
}
/* dTAB #########################################################################*/
.dtab{
	display:none;
	padding:20px;
	padding-top:10px;
	min-width:150px;
	font-size:13px;
	line-height:18px;
}
.body_klein .dtab{
	font-size:11px;
	line-height:16px;
}
.dtab table{
	display:block;
	position:relative;
	empty-cells:show;
	border-collapse:collapse;
	font-size:inherit;
	line-height:inherit;
	table-layout: fixed;
}
.dtab tbody,.dtab thead,.dtab tr,.dtab th,.dtab a,.dtab .bg,.dtab .btns{
	font-size:inherit;
	line-height:inherit;
}
.dtab td{
	border:1px solid #dddddd;
	padding:3px;
	padding:1px 3px;
	padding-right:10px;
	white-space:nowrap;
	vertical-align:middle;
	font-size:inherit;
	line-height:inherit;
}
.dtab th p{
	display:block;
	white-space:nowrap;
	font-size:inherit;
	line-height:inherit;
}
.dtab th.titel{
	position:relative;
	white-space:nowrap;
	min-width:200px;
	font-size:20px;
	line-height:20px;
}
.body_klein .dtab th.titel,.body_klein .sTAB2 .titel{
	font-size:16px;
	line-height:16px;
}
.dtab th.titel p{
	height:20px;
	padding:10px 0px;
	font-size:inherit;
	line-height:inherit;
}
.dtab th.titel div.titel{
	position:absolute;
	top:0px;
	left:-20px;
	width:100%;
	height:20px;
	padding:10px 20px;
	font-size:inherit;
	line-height:inherit;
	background:#fff;
	cursor:default;
	z-index:15;
}
.dtab th.titel div.titel .btns{
	position:relative;
	display:inline-block;
}
.dtab th.titel div.titel .btns .btn{
	position: relative;
	display: inline-block;
	z-index: 11;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 5px;
}
.body_klein .dtab th.titel div.titel .btns .btn{
	margin-top: -1px;
}
.dtab th.titel div.titel .btns .btn.maus{
	cursor:pointer;
}
.dtab th.titel div.titel .btns .btn:hover{
	background: rgba(0,0,0,0.25);
}
.dtab th.titel div.titel .btns .btn:hover .dd2{
	display:block;
}
.dtab th.titel div.titel .anzahl{
	display:inline-block;
	margin-left:10px;
	font-size:10px;
	line-height: inherit;
	color:#999;
}
/* TITEL */
.dtab th.titel div.abstand{
	display:inline-block;
	position:relative;
	width:50px;
	height:4px;
	background:#f0f;
}
/* Label #############################################*/
.dtab th.label{
	position:relative;
	white-space:nowrap;
	z-index:8;
	font-size:11px;
	line-height:21px;
}
.body_klein .dtab th.label{
	font-size:10px;
	line-height:18px;
}
.dtab th.label p{
	padding-right:40px;
	color:#999;
	font-size:inherit;
	line-height:inherit;
}
.dtab th.label a{
	cursor:pointer;
	color:#999;
	font-size:inherit;
	line-height:inherit;
}
.dtab th.label a:hover{
	text-decoration:underline;
}
.dtab th.label div{
	position:absolute;
	top:0px;
	width:100%;
	background:#fff;
	font-size:inherit;
	line-height:inherit;
}
.dtab th.label:first-child div{
	border-left:1px solid #fff;
	margin-left:-1px;
}
.dtab th.label:last-child div{
	border-right:1px solid #fff;
}
.dtab th.label ins{
	display:inline-block;
	width:13px;
	height:13px;
	font-size:11px;
	line-height:13px;
	text-align:center;
	background:#000000;
	border-radius:20px;
	text-decoration:none;
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
	color:#fff;
	cursor:pointer;
}
.dtab th.label ins:hover{
	background:#f73434;
}
.dtab th.label var{
	margin-right:3px;
	margin-top:-1px;
	vertical-align:middle;
}
.dtab th.label div var,.dtab th.label div ins{
	display:none;
}
.dtab th.label p:hover ins,.dtab th.label p:hover var{
	display:inline-block;
}
.dtab th.label.leer p,.dtab th.label.leer div{
	padding:0px 3px;
}
.dtab th.label.hide p,.dtab th.label.hide div{
	padding:0px;
	width:1px;
}
/* FILTER ############################################# */
.dtab th.filter{
	position:relative;
	z-index:9;
	font-size:inherit;
	line-height:inherit;
}
.dtab th.filter p{
	padding:1px 3px;
	font-size:inherit;
	line-height:inherit;
}
.dtab th.filter div{
	position:absolute;
	top:0px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #dddddd;
	border-right:0px;
	margin-top:-1px;
	background:#fff;
	font-size:inherit;
	line-height:inherit;
}
.dtab th.filter.leer p,.dtab th.filter.leer div{
	padding:0px 3px;
}
.dtab th.filter.hide p,.dtab th.filter.hide div{
	padding:1px 0px;
	width:1px;
}
.dtab th.filter.leer div{
	padding:3px;
	padding-top:0px;
	border:0;
	border-bottom:1px solid #dddddd;
}
/* Firefox */
@-moz-document url-prefix() {
    .dtab th.filter div{
        margin-left:-1px;
    }

}
/* Explorer 10 */
@supports (-ms-accelerator:true) {
	.dtab th.filter div{
        margin-left:-1px;
        margin-left:0px;
    }
}
.dtab th.filter:last-child div{
	border-right:1px solid #dddddd;
	width:calc(100% + 1px);
}
.dtab th.filter input{
	width:100%;
	box-sizing:border-box;
	padding:1px 3px;
	padding-right:10px;
	background:#fee;
	font-size:inherit;
	line-height:inherit;
}
.dtab th.filter input:focus{
	background:rgba(255,0,0,0.2);
}
/* LINIE ############################################# */
.dtab th.linie,.dtab th.linie_filter{
	position:relative;
	z-index:10;
	padding-top:10px;
	padding-bottom:12px;
}
.dtab th.linie_filter{
	padding-top:0px;
	padding-bottom:0px;
}
.dtab th.linie div,.dtab th.linie_filter div{
	position:absolute;
	top:10px;
	left:0px;
	width:100%;
	height:1px;
	background:#dddddd;
}
.dtab th.linie_filter div{
	top:0px;
}

/* ############################################# */

.dtab .link{
	cursor:pointer;
}
.dtab .link.rot{
	background:rgba(251,109,109,0.18);
}
.dtab .link.gruen{
	background:rgba(89,246,105,0.37);
}
.dtab .link:hover,.dtab .over:hover{
	background:rgba(255,120,0,0.2);
}
.dtab .link_pic{
	padding:0px;
	cursor:pointer;
}
.dtab tr.calc td{
	border:0;
	text-align:right;
	/*font-weight:bold;	*/
}
.dtab td.leer{
	border:0;
	padding:0px;
	padding-top:10px;
	color:#999;
}
.dtab td.cfg{
	padding:0px;
}
.dtab td .bg:hover{
	background:rgba(255,120,0,0.2);
}
.dtab td .btns{
	position:relative;
	display:inline-block;
}
.dtab td .btns .dd2{
	top:20px;
}
.dtab td .btns:hover .dd2{
	display:block;
}
/* dTAB - tiles #########################################################################*/
.dtab.tiles{
	background:none;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	box-shadow:none;
	border:0;
	white-space:normal;
}
.dtab.tiles .tile{
	position: relative;
	display:inline-block;
	background:#fff;
	margin:10px;
	padding:10px;
	box-shadow:0px 2px 3px rgba(0,0,0,0.5);
	vertical-align:top;
	font-size:inherit;
	line-height:inherit;
}
.dtab.tiles .tile:hover{
	box-shadow:0px 2px 10px rgba(0,0,0,0.75);
}
.dtab.tiles td{
	border:0;
	/*
	white-space:normal;
	word-break: break-all;
	*/
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dtab.tiles td.label{
	color:#999;
	white-space:nowrap;
}
.dtab.tiles .pic{
	margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:10px;
	text-align:center;
	cursor:pointer;
}
.dtab.tiles .pic:hover{
	opacity:0.75;
}
.dtab.tiles .pic img{
	vertical-align:top;
	width:100%;
}
.dtab.tiles .tiles_leiste{
	display:block;
	margin:10px;
	border-radius:4px;
	background:rgba(0,0,0,0.2);
	height:26px;
	line-height:26px;
	font-size: inherit;
}
.dtab.tiles .tiles_leiste .btn{
	display: inline-block;
	position: relative;
	width:26px;
	height:26px;
	text-align: center;
	vertical-align: top;
}
.dtab.tiles .tiles_leiste .btn.maus{
	cursor: pointer;
}
.dtab.tiles .tiles_leiste .btn:hover{
	background: rgba(0,0,0,0.25);
}
.dtab.tiles .tiles_leiste .btn:hover .dd2{
	display: block;
}
.dtab.tiles .tiles_leiste .btn .pics{
	margin-top: 3px;
}
.dtab.tiles input{
	display:inline-block;
	height:25px;
	padding:0px 5px;
	background:none;
	color:#fff;
	width:calc(100% - 100px);
	font-size:inherit;
	line-height:inherit;
}

/* ###############################################################################*/
/* dTAB2 #########################################################################*/
.dTAB2{
	display:none;
	padding:20px;
	padding-top:10px;
	min-width:150px;
	font-size:13px;
	line-height:18px;
}
.body_klein .dTAB2{
	font-size:11px;
	line-height:16px;
    letter-spacing: -0.5px;
}
.dTAB2 table{
	display:block;
	position:relative;
	empty-cells:show;
	border-collapse:collapse;
	font-size:inherit;
	line-height:inherit;
}
.dTAB2 table.label_links td{
	min-width:30px;
}
.dTAB2 tbody,.dTAB2 thead,.dTAB2 tr,.dTAB2 th,.dTAB2 td,.dTAB2 p,.dTAB2 a,.dTAB2 th.titel div.titel,.dTAB2 div{
	font-size:inherit;
	line-height:inherit;
}
.dTAB2 tr.over:hover{
	background:rgba(255,120,0,0.2);
}
.dTAB2 tr.click{
	cursor:pointer;
}
.dTAB2 tr.click:hover{
	background:rgba(255,120,0,0.2);
}
.dTAB2 tr.rot,.dTAB2 td.rot{
	background:rgba(255,0,0,0.1);
}
.dTAB2 tr.gruen,.dTAB2 td.gruen{
	background:rgba(89,246,105,0.37);
}
.dTAB2 tr.blau,.dTAB2 td.blau{
	background:rgba(61,159,254,0.39);
}
.dTAB2 tr.gelb,.dTAB2 td.gelb{
	background:rgba(255,236,0,0.34);
}
.dTAB2 tr.orange,.dTAB2 td.orange{
	background:rgba(255,164,42,0.21);
}
.dTAB2 tr.grau,.dTAB2 td.grau{
	background:rgba(186,186,186,0.29);
}
.dTAB2 tr.hellgrau,.dTAB2 td.hellgrau{
	background:rgba(0,0,0,0.04);
}
.dTAB2 tr.dunkelgrau,.dTAB2 td.dunkelgrau{
	background:rgba(0,0,0,0.5);
    color:#fff;
}
.dTAB2 tr.schwarz,.dTAB2 td.schwarz{
	background:#000;
    color:#fff;
}
.dTAB2 tr.soft,.dTAB2 td.soft{
	opacity: 0.5;
}
.dTAB2 tr.checked{
	background:rgba(255,120,0,0.34);
}
.dTAB2 tr.noborder{
    height: 20px;
}
.dTAB2 tr.hide{
    display:none;
}
.dTAB2 td.bold{
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
}
.dTAB2 td.big{
    padding-top:5px;
    padding-bottom:5px;
}
.dTAB2 td{
	border:1px solid #dddddd;
	padding:3px;
	padding:1px 3px;
	white-space:nowrap;
	vertical-align:middle;
}
.dTAB2 td input{
	/*background: #f0f !important;*/
}
.body_klein .dTAB2 td input{
    letter-spacing: -0.5px;
}
.dTAB2 td.in{
	cursor: text;
	white-space:pre-wrap;
	white-space:nowrap;
}
.dTAB2 td.in:hover{
	background:rgba(255,0,0,0.05);
}
.dTAB2 td.inic{
    cursor: pointer;
}
.dTAB2 td.inic:hover{
	opacity:0.5;

}
.dTAB2 td.leer{
	border:0;
	padding:0;
}
.dTAB2 table.label_links td.leer{
	/*border-bottom:0;*/
}
.dTAB2 td.label_links_titel{
	border:0;
	padding-top:10px;
	padding-bottom:5px;
	font-size:16px;
    height:20px;
	line-height:20px;

}
.body_klein .dTAB2 td.label_links_titel{
	font-size:14px;
    height:16px;
	line-height:16px;

}
.dTAB2 td.calc{
	border-top:2px solid #cccccc;
}
.dTAB2 td.calc small{
    font-size:10px;
    color:#aaa;
}
.dTAB2 td.hide{
	padding:0;
}
.dTAB2 td.cfg{
	padding:1px;
	padding-top: 2px;
	padding-bottom: 0px;
}
.dTAB2 td.check{
	padding:1px;
	padding-top: 2px;
	padding-bottom: 0px;
	cursor: pointer;
}
.dTAB2 td.pic{
	padding:0px;
}
.dTAB2 td.click{
	cursor: pointer;
	text-decoration: none;
}
.dTAB2 td.click:hover{
	text-decoration: underline;
}
.dTAB2 td.click:hover .ic{
	opacity: 0.5;
}
.dTAB2 th p{
	display:block;
	white-space:nowrap;
}
.dTAB2 td.col{
	padding:2px;
	position: relative;
}
.dTAB2 td.r,.dTAB2 td.r input{
	text-align: right;
}
.dTAB2 td.info{
	color:#999;
	border:0;
	white-space: normal;
}
.dTAB2 td.linie{
	border:0;
	padding:0;
}
.dTAB2 td.linie hr{
	margin:10px 0px;
	margin-left:-21px;
	margin-right:-21px;
	background: #dddddd;
	height: 1px;
}
.dTAB2 td.rl{
	border-left:2px solid #cccccc;
}
.dTAB2 td.rt{
	border-top:2px solid #cccccc;
    background: none;
}
.dTAB2 td.rno{
	border:0px;
    background: none;
}
.dTAB2 div.color{
	display: block;
	width:100%;
	height:18px;
	cursor: pointer;
	border-radius: 10px;
}
.body_klein .dTAB2 div.color{
	height: 12px;
}
.dTAB2 div.color:hover{
	box-shadow: 0 0 2px #000;
}
.dTAB2 td .kreis{
	display:inline-block;
	background:#f00;
	width:14px;
	height:14px;
	vertical-align: middle;
	margin-top:-4px;
	margin-right: 3px;
	border-radius: 20px;
}
.body_klein .dTAB2 td .kreis{
	width:12px;
	height:12px;
	margin-top:-2px;
}
.dTAB2 tr.noborder td{
    border:0;
}
.dTAB2 .bigtext,.dTAB2 .bigtext500,.dTAB2 .bigtext600{
	display: block;
	white-space: normal;
    min-width: 400px;
}
.dTAB2 .bigtext_500{
    min-width: 500px;
}
.dTAB2 .bigtext_600{
    min-width: 600px;
}
/* Titel ############################################# */
.dTAB2 th.titel{
	position:relative;
	white-space:nowrap;
	min-width:200px;
	font-size:20px;
	line-height:20px;
}
.body_klein .dTAB2 .titel{
	font-size:16px;
	line-height:16px;
}
.dTAB2 th.titel p{
	height:20px;
	padding:10px 0px;
}
.dTAB2 th.titel div.titel{
	position:absolute;
	top:0px;
	left:-20px;
	width:100%;
	height:20px;
	padding:10px 20px;
	background:#fff;
	cursor:default;
	z-index:15;
}
.dTAB2 th.titel div.titel .anzahl{
	display:inline-block;
	margin-left:10px;
	font-size:10px;
	line-height: inherit;
	color:#999;
}
.dTAB2 th.titel div.titel .hinweis{
	display:inline-block;
	margin-left:10px;
	font-size:10px;
	line-height: inherit;
	color:#999;
}
.dTAB2 th.titel div.titel .btns{
	position:relative;
	display:inline-block;
}
.dTAB2 th.titel div.titel .btns .btn{
	position: relative;
	display: inline-block;
	z-index: 11;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 5px;
    border-radius:var(--main-border-radius-btn);
}
.dTAB2 th.titel div.titel .btns .btn.oben{
    z-index:12;
}
.body_klein .dTAB2 th.titel div.titel .btns .btn{
	margin-top: -1px;
}
.dTAB2 th.titel div.titel .btns .btn.maus{
	cursor:pointer;
}
.dTAB2 th.titel div.titel .btns .btn:hover{
	background: rgba(0,0,0,0.25);
}
.dTAB2 th.titel div.titel .btns .btn:hover .dd2{
	display:block;
}
.dTAB2 th.titel div.titel .btns .btn:hover .dd2 .cfg{
    position: absolute;
    top:-20px;
    left:25px;
    width:auto;
    min-width: 140px;
    height: 20px;
    background:#fff;
    padding: 0px;
}
.dTAB2 th.titel div.titel .btns .btn:hover .dd2 .cfg a{
    display: inline-block;
    vertical-align: top;
    left:0px;
    height: 18px;
    width: 18px;
    padding:1px !important;
    margin-left: 5px !important;
    border-radius:var(--main-border-radius-btn);
}
.dTAB2 th.titel div.titel .btns .btn:hover .dd2 .cfg a:hover{
    background: rgba(0,0,0,0.25);
}
.dTAB2 th.titel div.titel .btns .btn:hover .dd2 .cfg a .ic{
    margin:2px;
}
/* Label #############################################*/
.dTAB2 th.label{
	position:relative;
	white-space:nowrap;
	z-index:8;
	font-size:11px;
	line-height:21px;
}
.dTAB2 th.label:hover{
	z-index:9;
}
.body_klein .dTAB2 th.label{
	font-size:10px;
	line-height:18px;
    letter-spacing: -0.5px;
}
.dTAB2 th.label p{
    padding-right:40px;
    padding-right:5px;
	color:#999;
    transition: padding-right 0.1s;
}
.dTAB2 th.label p.s1{
    padding-right: 20px;
}
.dTAB2 th.label p.s2{
    padding-right: 35px;
}
.dTAB2 th.label:hover p{
    padding-right:35px;
}
.dTAB2 th.label a{
	cursor:pointer;
	color:#999;
}
.dTAB2 th.label a:hover{
	text-decoration:underline;
}
.dTAB2 th.label .move{
	position:absolute;
	top:0px;
	width:100%;
	background:#fff;
	font-size:inherit;
	line-height:inherit;
}
.dTAB2 th.label .move .btns{
	display: inline-block;
	position: relative;
	font-size:inherit;
	line-height:inherit;
	margin-right: 3px;
}
.dTAB2 th.label:hover .move .btns{
	background: rgba(0,0,0,0.25);
}
.dTAB2 th.label .move .btns .dd2{
	margin-top:-2px;
}
.body_klein .dTAB2 th.label .move .btns .dd2{
	margin-top:0px;
}
.dTAB2 th.label .move .btns a,.dTAB2 th.label .move .btns p{
	color:#fff;
	text-decoration: none;
}
.dTAB2 th.label:first-child .move{
	border-left:1px solid #fff;
	margin-left:-1px;
}
.dTAB2 th.label:last-child .move{
	border-right:1px solid #fff;
}
.dTAB2 th.label ins{
	display:inline-block;
	width:13px;
	height:13px;
	font-size:10px;
	line-height:13px;
	text-align:center;
	background:#000000;
	border-radius:20px;
	text-decoration:none;
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
	margin-top: -2px;
	color:#fff;
	cursor:pointer;
}
.body_klein .dTAB2 th.label ins{
	width:11px;
	height:11px;
	font-size:9px;
	line-height:11px;
}
.dTAB2 th.label ins:hover{
	background:#f73434;
}
.dTAB2 th.label var{
	margin-right:3px;
	margin-top:-1px;
	vertical-align:middle;
}
.dTAB2 th.label .move var,.dTAB2 th.label .move ins{
	display:none;
}
.dTAB2 th.label p:hover ins,.dTAB2 th.label p:hover var{
	display:inline-block;
}
.dTAB2 th.label.nosort p,.dTAB2 th.label.nosort div{
	padding-right:3px;
}
.dTAB2 th.label.nosort:hover{
	z-index: 8;
}
.dTAB2 th.label.leer p,.dTAB2 th.label.leer div{
	padding:0px;
}
.dTAB2 th.label.hide p,.dTAB2 th.label.hide div{
	padding:0px;
	width:1px;
}
.dTAB2 th.label.links p{
	padding-right:25px;
	display: inline-block;
	cursor: default;
}
.dTAB2 th.label.links .move p{
	padding-right: 0px;
}
.dTAB2 th.label.links .pics{
	display: inline-block;
	margin-top:4px;
}
.body_klein .dTAB2 th.label.links .pics{
	margin-top:2px;
	margin-right:0px;
}
/* FILTER ############################################# */
.dTAB2 th.filter{
	position:relative;
	z-index:9;
}
.dTAB2 th.filter p{
	padding:1px 3px;
}
.dTAB2 th.filter .feld{
	position:absolute;
	top:0px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #dddddd;
	border-right:0px;
	margin-top:-1px;
	background:#fff;
	font-size:inherit;
	line-height:inherit;
}
.dTAB2 th.filter.checkbox .feld{
	padding-left:2px;
	padding-top:2px;
	cursor: pointer;
}
.dTAB2 th.filter.leer p,.dTAB2 th.filter.leer .feld{
	padding:0px 3px;
}
.dTAB2 th.filter.hide p,.dTAB2 th.filter.hide .feld{
	padding:1px 0px;
	width:1px;
}
.dTAB2 th.filter.leer .feld{
	padding:3px;
	padding-top:0px;
	border:0;
	border-bottom:1px solid #dddddd;
}
/* Firefox */
@-moz-document url-prefix() {
    .dTAB2 th.filter div{
        margin-left:-1px;
    }

}
/* Explorer 10 */
@supports (-ms-accelerator:true) {
	.dTAB2 th.filter div{
        margin-left:-1px;
        margin-left:0px;
    }
}
.dTAB2 th.filter:last-child .feld{
	border-right:1px solid #dddddd;
	width:calc(100% + 1px);
}
/*.dTAB2 th.filter.links:last-child .feld{*/
.dTAB2 th.filter.links .feld{
	border-left:1px solid #dddddd;
	border-right:0;
	width:calc(100% + 1px);

}
.dTAB2 th.filter input{
	width:100%;
	box-sizing:border-box;
	padding:1px 3px;
	background:#fee;
	font-size:inherit;
	line-height:inherit;
}
.body_klein .dTAB2 th.filter input{
    letter-spacing: -0.5px;
}
.dTAB2 th.filter input:focus{
	background:rgba(255,0,0,0.2);
}
/* LINIE ############################################# */
.dTAB2 th.linie,.dTAB2 th.linie_filter{
	position:relative;
	z-index:10;
	padding-top:10px;
	padding-bottom:12px;
}
.dTAB2 th.linie_filter{
	padding-top:0px;
	padding-bottom:0px;
}
.dTAB2 th.linie div,.dTAB2 th.linie_filter div{
	position:absolute;
	top:10px;
	left:0px;
	width:100%;
	height:1px;
	background:#dddddd;
}
.dTAB2 th.linie_filter div{
	top:0px;
}
.dTAB2 .label_links th.linie{
	padding-bottom:5px;
	z-index:7;
}
.dTAB2 .label_links th.linie div{
	top:0px;
	left: -21px;
	height:1px;
	width:calc(100% + 42px);
}
/* TILES ############################################ */
.dTAB2.tiles{
	background:none;
	padding:0px;
	margin:0px;
	margin-left:-10px;
	margin-right: -10px;
	box-shadow:none;
	border:0;
	white-space:normal;
}
.dTAB2.tiles .tile{
	position: relative;
	display:inline-block;
	background:#fff;
	margin:10px;
	padding:10px;
	box-shadow:0px 2px 3px rgba(0,0,0,0.5);
	vertical-align:top;
	font-size:inherit;
	line-height:inherit;
    overflow: hidden;
    border-radius:var(--main-border-radius-btn);
}
.dTAB2.tiles .tile:hover{
	box-shadow:0px 2px 10px rgba(0,0,0,0.75);
}
.dTAB2.tiles .tile a{
	text-decoration: none;
}
.dTAB2.tiles .tile .zeile{
	display: block;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.dTAB2.tiles .tile hr{
	display:block;
	height:1px;
	background: #dddddd;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dTAB2.tiles .tile hr.pic{
	margin-top: 0px;
}
.dTAB2.tiles .tiles_leiste{
	display:block;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius:4px;
	background:rgba(0,0,0,0.2);
	height:26px;
	line-height:26px;
	font-size: inherit;
}
.dTAB2.tiles .tiles_leiste .btn{
	display: inline-block;
	position: relative;
	width:26px;
	height:26px;
	text-align: center;
	vertical-align: top;
    border-radius:var(--main-border-radius-btn);
}
.dTAB2.tiles .tiles_leiste .btn.maus{
	cursor: pointer;
}
.dTAB2.tiles .tiles_leiste .btn:hover{
	background: rgba(0,0,0,0.25);
}
.dTAB2.tiles .tiles_leiste .btn:hover .dd2{
	display: block;
}
.dTAB2.tiles .tiles_leiste .btn .pics{
	margin-top: 3px;
}
.dTAB2.tiles input{
	display:inline-block;
	height:25px;
	padding:0px 5px;
	background:none;
	color:#fff;
	width:calc(100% - 70px);
	font-size:inherit;
	line-height:inherit;
}
/* Bildgrößen ############################################ */
.dTAB2_pic_20x20{
    width:20px;
    height:20px;
}
.dTAB2_pic_30x30{
    width:30px;
    height:30px;
}
.dTAB2_pic_40x40{
    width:40px;
    height:40px;
}
.dTAB2_pic_50x50{
    width:50px;
    height:50px;
}
.dTAB2_pic_100x100{
    width:100px;
    height:100px;
}
.dTAB2_pic_120x120{
    width:120px;
    height:120px;
}
.dTAB2_pic_150x150{
    width:150px;
    height:150px;
}
.dTAB2_pic_200x200{
    width:200px;
    height:200px;
}
.dTAB2_legende{
    display:inline-block;
	position:relative;
	margin:0px;
    margin-top:-15px;
    margin-right:20px;
	margin-bottom: 20px;
	vertical-align:top;
    background: rgba(255,255,255,0.5);
    background: #fff;
    box-shadow:var(--main-box-shadow);
    border-radius:var(--main-border-radius);
    padding:3px 20px;
    font-size:10px;
    opacity: 0.3;
}
.dTAB2_legende:hover{
    opacity: 1;
}
.dTAB2_legende .leer{
    display: inline-block;
    width: 10px;
}
/* ###############################################################################*/
/* sTAB3 #########################################################################*/
.sTAB3{
	padding:10px 0;
	padding-bottom:20px;
	font-size:13px;
	line-height:18px;
    border:none;
    padding-top:20px;
    padding-bottom: 10px;
}
.body_klein .sTAB3{
	font-size:11px;
	line-height:16px;
}
.sTAB3.tab .feld{
    margin-top: 1px;
    margin-bottom: 2px;
}
.sTAB3.tab .zeile{
    border-top:1px solid rgba(0,0,0,0.1);
}
.sTAB3.tab .zeile.no{
    border-top:0px;
}
.sTAB3.liste .feld{
    margin-bottom: 3px;
}
.sTAB3.kompakt .zeile{
    padding:0px 5px;
}
.sTAB3.read .zeile{

}
.sTAB3 div{
    display:block;
    position: relative;
    font-size:inherit;
	line-height:inherit;
}
.sTAB3 .linie,.sTAB3 .linie5,.sTAB3 .linie20,.sTAB3 .linie0{
    height:1px;
	background:rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.sTAB3 .linie5{
    height:5px;
}
.sTAB3 .linie20{
    margin-bottom: 20px;
}
.sTAB3 .linie0{
    margin-bottom: 0px;
}
.sTAB3 .titel,.sTAB3 .sub{
	position:relative;
	height:auto;
	padding:0px 20px;
	font-size:20px;
	line-height:24px;
	cursor:default;
    margin-bottom: 10px;
    vertical-align:top;
    white-space: normal;
}
.sTAB3 .sub{
    height:auto;
    padding:0px 20px;
    font-size: 16px;
    line-height:20px;
}
.body_klein .sTAB3 .titel{
    font-size: 16px;
    line-height:20px;
}
.sTAB3.kompakt .sub{
    padding:0px 10px;
}
.sTAB3 .print,.sTAB3 .linie_print{
    display: none;
}
.sTAB3 span{
    font-size: inherit;
    line-height:inherit;
}
.sTAB3 .vorlage,.sTAB3 .data{
	display:none;
}
.sTAB3 .mask{
	display:block;
	margin-top:5px;
	font-size:inherit;
	line-height: inherit;
}
.sTAB3 .zeile{
    padding:0px 15px;
}
.sTAB3 .feld{
    position: relative;
    display:inline-block;
    margin: 0px 5px;
    vertical-align: top;
    margin-bottom: 10px;
}
.sTAB3 .feld .info{
    width: calc(100% - 10px);
    padding:2px 5px;
}
.sTAB3 .feld .txt{
    padding:2px 5px;
    padding-left: 1px;
    white-space: normal;
}
.sTAB3 .feld .fld{
    cursor:not-allowed;
}
.sTAB3 .feld .fld.maus{
    cursor: pointer;
}
.sTAB3 .feld .filebox{
    margin-top: 5px;
    padding:0px;
    white-space: normal;
}
.sTAB3 .feld .filebox .file2{
    margin-top:-10px;
}
.sTAB3 .inhalt .feld .filebox .file2{
    margin-top:-3px;
}
.sTAB3 .feld input,
.sTAB3 .feld textarea,
.sTAB3 .auswahl,
.sTAB3 .feld .fld,
.sTAB3 .mehrfachsuche .erg{
    width: calc(100% - 10px);
    background: rgba(0,0,0,0.05);
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.5);
    border-radius: var(--main-border-radius-sTAB-input);
    padding:2px 5px;
    font-size:inherit;
	line-height:inherit;
    vertical-align: top;
}
.sTAB3.read .feld input,.sTAB3.read .feld textarea,.sTAB3.read .auswahl,.sTAB3.read .feld .fld{
    background: none;
    background: rgba(0,0,0,0.05);
    box-shadow: none;
    padding:2px 5px;
    margin-bottom: 2px;
}
.sTAB3 .feld input:read-only,.sTAB3 .feld textarea:read-only,.sTAB3 .feld .fld{
    background: rgba(0,0,0,0.05);
    /*
    background: rgba(0,0,0,0.0);
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.5), inset 0px -1px 0px rgba(0,0,0,0);
    */
    /*background-image: repeating-linear-gradient(-45deg, var(--input-readonly), var(--input-readonly) 1px, transparent 0px, transparent 5px);*/
    /*background: linear-gradient(-45deg, rgba(0,0,0,0.4) 5px, 5px, rgba(0,0,0,0.05));*/
}

.sTAB3 .feld input:focus,.sTAB3 .feld textarea:focus{
    background: rgba(255,0,0,0.1) !important;
    box-shadow: inset 0px 0px 1px #f00;
}
.sTAB3 .feld input:hover,.sTAB3 .feld textarea:hover{
    background: rgba(255,0,0,0.05);
}
.sTAB3 .input_txt:hover,.sTAB3 .area_box:hover{
	background:rgba(255,0,0,0.05);
    background: none;
}
.sTAB3 .bez,.sTAB3 .bez2,.sTAB3 .legende{
    font-size: 10px;
    line-height: 14px;
    color:var(--main-bez);
}
.sTAB3 .bez2{
    position: relative;
    bottom:-3px;
}
.sTAB3.read .bez,.sTAB3.read .bez2{
    font-size: 10px;
    line-height: 10px;
    color:var(--main-bez-read);
}
.sTAB3 .feld .bez .ic.soft{
    margin-top: 0px;
}
.sTAB3 .inicon{
    padding:2px 0px;
}
.sTAB3 .inicon .icc{
    overflow:visible;
    line-height: 12px
}
.sTAB3 .inicon .icc.readonly{
    cursor: not-allowed;
}
.sTAB3 .inicon .icc .ic{
    margin-top: -1px;
}
.sTAB3 .inicon .icc img{
    vertical-align: top;
    margin-top: -3px;
}
.body_klein .sTAB3 .inicon .icc{
    overflow:visible;
    line-height: 14px
}
.body_klein .sTAB3 .inicon .icc .ic{
    margin-top: 0px;
}
.body_klein .sTAB3 .inicon .icc img{
    vertical-align: top;
    margin-top: -1px;
}
.sTAB3 .in .box{
	left:0px;
    border-radius: var(--main-border-radius-sTAB-input);
}
.sTAB3 .inhalt{
    z-index:1;
}
.sTAB3.hervorheben .inhalt .element:nth-child(even) .mcfg_bg{
    transition: all 0.2s;
    background: rgba(0,0,0,0.04);
    box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
}
.sTAB3 .mcfg,.sTAB3 .mcfg_bg{
    display:block;
    position: absolute;
    right: 0px;
    top:0px;
    height: 100%;
    transition: all 0.2s;
}
.sTAB3 .mcfg{
    z-index:0;
    opacity: 1;
    width: 0px;
}
.sTAB3 .mcfg_bg{
    transition: all 0.2s;
    margin-top: -3px;
    height: calc(100% - 4px);
    width: 100%;
    background: rgba(0,0,0,0);
    box-shadow: 0px 0px 3px rgba(0,0,0,0);
}
.sTAB3.tab .mcfg_bg{
    margin-top: 0px;
    height: 100%;
}
.sTAB3.liste .mcfg_bg{
    margin-top: -1px;
    height: calc(100% - 1px);
}
.sTAB3 .mcfg_bg.aktiv{
    background: rgba(0,0,0,0);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
.sTAB3.hervorheben .inhalt .element:nth-child(even) .mcfg_bg.aktiv{
    background: rgba(0,0,0,0);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
.sTAB3 .mcfg_bg.move_up{
    border-top:3px solid #f00;
    top:-3px;
}
.sTAB3 .mcfg_bg.move_down{
    border-bottom:3px solid #f00;
}
.sTAB3 .mcfg .del{
    position: absolute;
    top:-3px;
    right:0px;
    height:calc(100% - 4px);
    width:0%;
    opacity: 0;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s;
    white-space: nowrap;
    background: #f00;
}
.sTAB3.tab .mcfg .del{
    top:0px;
    height: 100%;
}
.sTAB3.liste .mcfg .del{
    top:-1px;
    height: calc(100% - 1px);
}
/*
.sTAB3 .mcfg.over{
    opacity: 1;
}
.sTAB3 .mcfg_bg.over{
    background: rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.sTAB3 .mcfg .btns{
    position: absolute;
    top:0px;
    right:0px;
    height:calc(100% - 10px);
    width:0px;
    width:100%;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s;
    white-space: nowrap;
}
.sTAB3 .mcfg.over:hover .btns{
    width:61px;
}
.sTAB3 .mcfg .del,.sTAB3 .mcfg .move{
    position: absolute;
    top:0px;
    right:-20px;
    display:inline-block;
    padding:3px;
    text-align: center;
    z-index:2;
    transition: all 0.2s;
    cursor: pointer;
}
.sTAB3 .mcfg .move{
    cursor:ns-resize;
}
.body_klein .sTAB3 .mcfg .del,.body_klein .sTAB3 .mcfg .move{
    top:-1px;
}
.sTAB3 .mcfg:hover .del{
    right:21px;
}
.body_klein .sTAB3 .mcfg:hover .del{
    right:20px;
}
.sTAB3 .mcfg:hover .move{
    right:0px;
}
.sTAB3 .mcfg .del.do{
    opacity: 0;
    z-index:1;
}
.sTAB3 .mcfg .del.do.show{
    margin-right: 20px;
    opacity: 1;
}
.sTAB3 .mcfg .del:hover{
    filter:drop-shadow(0px 0px 1px #000);
}
*/
.sTAB3 .ic{
    display: inline-block;
    margin-right: 5px;
}
.sTAB3 .titel .ic{
    margin-top: 3px;
}
.sTAB3 .auswahl{
    display: block;
    position: relative;
}
.sTAB3 .auswahl .dd2{
    position: absolute;
    white-space:normal;
    left:0px;
}
.sTAB3 .auswahl a,.sTAB3 .auswahl a div{
	display: inline-block;
}
.sTAB3 .auswahl a.block{
    display: block;
}
.sTAB3 .auswahl .suche{
    display: block;
    padding:8px;
    width: calc(100% - 16px);
    border-bottom: 1px solid #333;
}
.sTAB3 .auswahl .suche_leer{
    display: none;
    padding:4px 8px;
    color:#ccc;
}
.sTAB3 .auswahl .suche input{
    display: inline-block;
    width:calc(100% - 26px);
    background: #333;
    color:#fff;
}
.sTAB3 .auswahl .suche input:focus{
    background: #fff !important;
    box-shadow:none;
    color:#000;
}
.sTAB3 .auswahl .alist,.sTAB3 .auswahl .adlist{
	cursor: pointer;
    white-space: normal;
}
.sTAB3 .auswahl .alist.readonly,.sTAB3 .auswahl .adlist.readonly{
	cursor:not-allowed;
}
.sTAB3 .auswahl .adlist .menge{
    display: inline-block;
    margin-right:3px;
    opacity: 0.7;
}
.sTAB3 .auswahl .adlist .label{
    display: inline-block;

}
.sTAB3 .sprache{
    position: relative;
    margin-top: 1px;
}
.sTAB3 .sprache .mark{
    position: absolute;
    left:-10px;
    left:-5px;
    top:50%;
    margin-top: -7px;
    z-index: 1;
    transform: scale(0.75);
    transition: all 0.2s;
}
.sTAB3 .sprache .mark .land{
    opacity: 0;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.75);
    transition: all 0.2s;
}
.sTAB3 .sprache:hover .mark{
    left:-10px;
}
.sTAB3 .sprache:hover .mark .land{
    opacity: 1;
}
.sTAB3 .col{
	padding:4px 0px;
	vertical-align:bottom;
    position: relative;
}
.body_klein .sTAB3 .col{
    padding:3px 0px;
}
.sTAB3 .col .farbe{
	display:none;
    position: absolute;
}
.sTAB3 .col .color{
	display: block;
	margin-left: 0px;
	width:14px;
	height:14px;
	cursor: pointer;
	border-radius: 20px;
    box-shadow: 0 0 1px #000;
}
.sTAB3 .col .color:hover{
	box-shadow: 0 0 3px #000;
}
/*
.sTAB3 .mehrfachsuche{
    position: relative;
    display:block;
}
.sTAB3 .mehrfachsuche .erg{
    position: relative;
    display:block;

}
.sTAB3 .mehrfachsuche .box{
    position: absolute;
    top:0px;
    display: block;
    background: #000;
    z-index: 1;
}
.sTAB3 .mehrfachsuche .box .list{
    position: relative;
    display: block;
}
.sTAB3 .mehrfachsuche .box .list a{
    display: block;

}
*/
.sTAB3 .fcfg{
    position: relative;
    display:inline-block;
    margin: 0px 5px;
    vertical-align: top;
    white-space: nowrap;
}
.sTAB3 .fcfg .fcfg_bt{
    position: relative;
    padding:2px 0px;
    display: inline-block;
    cursor: pointer;
}
.sTAB3 .fcfg .fcfg_bt:hover{
    opacity: 0.5;
}
.sTAB3 .fcfg .fcfg_bt .ic{
    margin-left: 3px;
}
.body_klein .sTAB3 .fcfg .fcfg_bt .ic{
    margin-left: 1px;
}
.sTAB3 .fcfg .fcfg_pos{
    position: relative;
    display: inline-block;
    display:none;
    vertical-align: top;
}
.sTAB3 .fcfg .fcfg_win{
    position: absolute;
    top:-5px;
    left:0px;
    background: #fff;
    z-index: 2;
    padding-top:5px;
    padding-bottom:2px;
    border-radius: var(--main-border-radius);
    border:2px solid #000;
    box-shadow: 0px 2px 10px rgba(0,0,0,1);
}
.sTAB3 .fcfg .fcfg_win .zeile{
    padding:0px 0px;
}
.bt3add{
	display:inline-block !important;
    position:relative;
    vertical-align:middle;
    cursor: pointer;
    padding: 0px;
    margin-top: -3px;
    margin-left: 5px;
}
.sTAB3 .titel .bt3add{
    display:inline-block;
    margin-left: 10px;
}
.sTAB3 .sub .bt3add{
    display:inline-block;
    margin-left: 0px;
}
.sTAB3 .txt .bt3add{
    display:inline-block;
    margin-left: -5px;
    margin-top: -7px;
}
.body_klein .sTAB3 .txt .bt3add{
    margin-top: -9px;
}
.bt3add .ic{
    top:2px;
}
.body_klein .bt3add .ic{
    top:3px;
}
.bt3add:hover .ic{
    background: rgba(0,0,0,0.1);
}
.bt3add .dd2{
    display: none;
    position: absolute;
}
.bt3add:hover .dd2{
    display: block;
}
/* sTAB2 #########################################################################*/
.sTAB2{
	padding:10px 0;
	padding-bottom:20px;
	font-size:13px;
	line-height:18px;
}
.body_klein .sTAB2{
	font-size:11px;
	line-height:16px;
}
.sTAB2 div{
	font-size:inherit;
	line-height:inherit;
}
.sTAB2.error{
	padding:10px 10px;
}
.sTAB2 .linie,.sTAB2 .linie10,.sTAB2 .linie5,.sTAB2 .linie1{
	display:block;
	height:1px;
	background:#dddddd;
	margin-top:20px;
	margin-bottom:19px;
}
.body_klein .sTAB2 .linie{
	margin-top:15px;
	margin-bottom:14px;
}
.sTAB2 .linie10{
	margin-top:10px;
	margin-bottom:9px;
}
.sTAB2 .linie5{
	margin-top:5px;
	margin-bottom:4px;
}
.sTAB2 .linie1{
	margin-top:0px;
	margin-bottom:0px;
}
.sTAB2 .titel{
	position:relative;
	display:block;
	margin-bottom:0px;
	height:20px;
	padding:10px 20px;
	font-size:20px;
	line-height:20px;
	cursor:default;
}
.sTAB2 .titel .btns{
	position:relative;
	display:inline-block;
	font-size:inherit;
	line-height:inherit;
}
.sTAB2 .titel .btns:hover{
	color:#000000;
}
.sTAB2 .titel .btns:hover .dd2{
	display:block;
}
.sTAB2 .titel b{
	/*font-weight:bold;*/
	font-size:inherit;
}
.sTAB2 .titel .v{
	top:50%;
	margin-top:-12px;
}
.sTAB2 .titel_sub{
	position:relative;
	display:inline-block;
	margin-bottom:0px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */

    font-size:16px;
    height:20px;
	line-height:20px;
	padding:3px 0px;

}
.body_klein .sTAB2 .titel_sub{
	font-size:14px;
    height:16px;
	line-height:16px;

}
.sTAB2 .bt_close,.sTAB2 .bt_open{
	cursor:pointer;
}
.sTAB2 .bt_close:hover .kreis,.sTAB2 .bt_open:hover .kreis{
	opacity:0.5;
}
.sTAB2 .kreis{
	position:absolute;
	left:-19px;
	top:2px;

	background-position:-100px -120px;
	width:20px;
	height:20px;
}
.sTAB2 .bt_open .kreis{
	background-position:-80px -120px;
	width:20px;
	height:20px;
}
.sTAB2 .zeile{
	display:block;
	position:relative;
	white-space:nowrap;
	margin-bottom:-1px;
	padding:0 20px;
	font-size:inherit;
	line-height: inherit;
}
.sTAB2 .btns_links{
	display:inline-block;
	position:relative;
	left:10px;
	top:-3px;
	vertical-align:middle;
}
.sTAB2 .titel .btns_links{
	top:0px;
}
.body_klein .sTAB2 .titel .btns_links{
	top:-2px;
}
.sTAB2 .btns_rechts{
	position:absolute;
	right:17px;
	top:5px;
}
.sTAB2 .hand,.sTAB2 .hand2{
	cursor:pointer;
	font-size:inherit;
	line-height: inherit;
}
.sTAB2 .hand:hover .pics{
	opacity:0.5;
}
.sTAB2 .hand2:hover{
	opacity:0.5;
}
.sTAB2 .mask{
	display:block;
	margin-top:5px;
	font-size:inherit;
	line-height: inherit;
}
.sTAB2 .inhalt{
	display:block;
	font-size:inherit;
	line-height: inherit;
}
.sTAB2 .inhalt .element{
	position:relative;
	display:block;
	font-size:inherit;
	line-height: inherit;
}
.sTAB2 .inhalt .element.over{
    background: rgba(0,0,255,0.2) !important;
}
.sTAB2.hervorheben .inhalt .element:nth-child(even){
    background: rgba(0,0,0,0.04);
    box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
}
.sTAB2.hervorheben .inhalt .element .element,.sTAB2.hervorheben .inhalt .in{
    background: none;
}
.sTAB2.hervorheben .inhalt input,.sTAB2.hervorheben .inhalt textarea{
    background: rgba(255,255,255,0);
}
.sTAB2 .inhalt .pos_first,.sTAB2 .inhalt .pos_last{
	display:block;
	height:0px;
	background:rgba(255,0,0,0.1);
	transition:all 0.1s;
}
.sTAB2 .inhalt .pos_first.aktiv{
	height:16px;
	margin-bottom:0px;
}
.sTAB2 .inhalt .pos_last.aktiv{
	height:16px;
	margin-top:0px;
}
.sTAB2 .inhalt .element .del,.sTAB2 .inhalt .element .move,.sTAB2 .inhalt .element .move_aktiv{
	display:none;
	cursor:pointer;
	top:50%;
	transform: translateY(-50%);
	right:22px;
	right:1px;
	position:absolute;
	color:#fff;
	width:18px;
	height:18px;
	font-size:13px;
	line-height:18px;
	text-align:center;
    border-radius:var(--main-border-radius-sTAB-btn);
}
.sTAB2 .inhalt .element .del{
	color:#f00;
}
.sTAB2 .inhalt .element .move_hide,.sTAB2 .inhalt .element .del_hide{
	display:none;
}
.sTAB2 .inhalt .element .move,.sTAB2 .inhalt .element .move_aktiv{
	cursor:ns-resize;
	right:auto;
	left:0px;
	background:#000000;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */

}
.sTAB2 .inhalt .element .move_aktiv{
	display:block;
	opacity:1;
	background:#f00;
}
.sTAB2 .inhalt .element:hover .del,.sTAB2 .inhalt .element:hover .move{
	display:block;
}
.sTAB2 .inhalt .element .del:hover{
	background:#f00;
	color:#fff;
}
.sTAB2 .inhalt .element .del:hover,.sTAB2 .inhalt .element .move:hover{
	opacity:1;
}
.sTAB2 .vorlage,.sTAB2 .data{
	display:none;
	font-size:inherit;
	line-height: inherit;
}
.sTAB2 .info,.sTAB2 .text,.sTAB2 .text2,.sTAB2 .feld,.sTAB2 .error,.sTAB2 .bez,.sTAB2 .cbox,.sTAB2 .checkbox,
.sTAB2 .in,.sTAB2 .html,.sTAB2 .btn,.sTAB2 .legende,.sTAB2 .fhtml,.sTAB2 .col,.sTAB2 .auswahl,.sTAB2 .inicon,.sTAB2 .breite{
	display:inline-block;
	position:relative;
	padding:0px 0px;
	color:#666;
	white-space:normal;
	vertical-align:bottom;
    vertical-align:top;
	font-size:inherit;
	line-height: inherit;
}
.sTAB2 .breite{
	display: block;
	height: 0px;
}
.sTAB2 .text_bt{
	display:inline-block;
	cursor:pointer;
	padding-right:5px;
}
.sTAB2 .text_bt:hover{
	text-decoration:underline;
}
.sTAB2 .text{
	color:#333;
	padding-bottom:1px;
}
.sTAB2 .text2{
	color:#333;
	padding-top:1px;
	border-bottom:1px solid #dddddd;
}
.sTAB2 .fhtml .ic{
    margin:4px;
}
.body_klein .sTAB2 .fhtml .ic{
    margin:2px 3px;
}
.sTAB2 .feld:last-Child,.sTAB2 .cbox:last-Child,.sTAB2 .auswahl:last-Child,.sTAB2 .inicon:last-Child{
	border-right:1px solid #dddddd;
}
.sTAB2 .cbox,.sTAB2 .inicon{
	padding:0px 0px;
	white-space:nowrap;
	line-height:14px;
    cursor: pointer;

}
.sTAB2 .cbox:hover .cb,.sTAB2 .inicon:hover .icc{
    opacity: 0.4;
}
.sTAB2 .info{
	color:#999;
}
.sTAB2 .klein{
	font-size:11px;
	line-height:13px;
}
.sTAB2 .legende{
	color:#999;
	font-size:11px;
	line-height:14px;
	padding-bottom:3px;
}
.sTAB2 .legende .ic{
    margin-top:0px;
}
.sTAB2 .error{
	color:#f73434;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
}
.sTAB2 .auswahl{
	border:1px solid #dddddd;
}
.sTAB2 .auswahl a{
	display: inline-block;
}
.sTAB2 .auswahl .alist{
	padding:0px 6px;
	cursor: pointer;
}
.sTAB2 .auswahl .alist:hover{
	background:rgba(255,0,0,0.05);
}
.sTAB2 .auswahl .adlist{
	padding:0px 6px;
	cursor: pointer;
}
.sTAB2 .auswahl .adlist .menge{
    display: inline-block;
    margin-right:3px;
    opacity: 0.7;
}
.sTAB2 .auswahl .adlist .label{
    display: inline-block;
}
.sTAB2 .feld,.sTAB2 .cbox,.sTAB2 .auswahl,.sTAB2 .inicon{
	border:1px solid #dddddd;
	border-right: 0;
}
.sTAB2 .feld{
    background: #fff;
}
.sTAB2 .inicon.no{
    border:0;
    padding:1px;
    padding-right: 0px;
}
.sTAB2 .col{
	padding:2px 0px;
	border:1px solid #dddddd;
	vertical-align:bottom;
}
.sTAB2 .col .farbe{
	display:none;
}
.sTAB2 .col .color{
	display: block;
	margin-left: 2px;
	width:calc(100% - 4px);
	height:16px;
	cursor: pointer;
	border-radius: 10px;
}
.body_klein .sTAB2 .col .color{
	height: 12px;
}
.sTAB2 .col .color:hover{
	box-shadow: 0 0 2px #000;
}
.sTAB2 .bez{
	color:var(--main-bez);
	white-space:nowrap;
    white-space:normal;
    border-top:1px solid transparent;
	border-bottom:1px solid #dddddd;
	vertical-align:bottom;
    vertical-align:top;
	overflow:hidden;
}
.sTAB2 .checkbox{
	padding:5px 10px;
	border:1px solid #dddddd;
	vertical-align:baseline;
}
.sTAB2 .btn{
	padding:1px 10px;
}
.sTAB2 .in{
	padding:0px;
    background: #fff;
	/*
	margin-left:-2px;
	padding:0px 20px;*/
}
.sTAB2 .in input,.sTAB2 .in textarea{
	position:relative;
	padding:0px 6px;
	font-size:inherit;
	line-height: inherit;
	width:calc(100% - 13px);
	display:block;
	border:1px solid #dddddd;
}
.sTAB2 .in .sprache input,.sTAB2 .in .sprache textarea{
    border-top: 0px;
}
.sTAB2 .in .sprache{
    position: relative;
}
.sTAB2 .in .sprache .mark{
    position: absolute;
    top:0px;
    left:-1px;
    background: #3d9ffe;
    height: 100%;
    width: 2px;
    border-radius: 3px;
    z-index: 2;
}
.sTAB2 .in .sprache .label{
    display: none;
    position: absolute;
    left:calc(100% + 1px);
    top:0px;
    background: #333;
    color:#fff;
    padding-left:3px;
    padding-right:5px;
    font-size:9px;
    height: 14px;
    line-height: 14px;
    border-radius: 0px 10px 10px 0px;
}
.sTAB2 .in .dbl{
	background:url(images/pic_input_dbl.png?v=2) no-repeat 0 0;
	background-size: 10px 100%;
}
.sTAB2 .in input:focus,.sTAB2 .in textarea:focus{
	border:1px solid var(--color_input_border_focus);
	/*background:var(--color_input_bg_focus);*/
	z-index:2;
}
.sTAB2 .in input:hover,.sTAB2 .in textarea:hover{
	/*background:var(--color_input_bg_hover);*/
}
.sTAB2 .in .max_skala{
    position: absolute;
    left: 0px;
    bottom:0px;
    height: 3px;
    width: 50%;
    background: #f00;
}
.sTAB2 hr{
	display:block;
	height:1px;
	background:#ffffff;
}
.sTAB2 br,.sTAB2 u,.sTAB2 a,.sTAB2 b,.sTAB2 span{
	font-size: inherit;
	line-height: inherit;
	color:inherit;
}
.sTAB2 small{
	font-size:10px;
	color:#888;
}

.sTAB2 a.link{
	cursor: pointer;
	text-decoration: none;
}
.sTAB2 a.link:hover{
	text-decoration: underline;
}
.sTAB2 center{
	font-size:inherit;
	text-align:center;
	color:inherit;
}
/* dTAB & dTAB2 & sTAB input_txt/area_box/checkbox #########################################################################*/
input::-ms-clear {
    display: none;
}
input,textarea{
	-webkit-appearance: none;
	border-radius:0;
}
textarea{
	overflow: hidden;
}
input[type='checkbox']{
	-webkit-appearance: checkbox;
}
.input_txt,.area_box{
	position:relative;
	top:0px;
	left:0px;
	padding:0px !important;
	/*background:var(--color_input_bg);*/
	background-clip:padding-box;
	font-size:inherit;
	line-height:inherit;
}
.input_txt input:focus,.input_txt textarea:focus,.area_box textarea:focus{
	/*background:var(--color_input_bg_focus);*/
}
.input_txt:hover,.area_box:hover{
	/*background:var(--color_input_bg_hover);*/
}
.input_txt:disabled,.area_box:disabled{

}
.input_txt.input_over{
	border:1px solid var(--color_input_border);
}
.area_box{
	background:#fff;
	background-clip:padding-box;
}
.input_txt .txt,.area_box .txt,.input_txt .txt_nowrap{
	padding:3px;
	padding:0px 3px;
	padding-right:10px;
	color:transparent;
	white-space:pre-wrap;
}
.input_txt .txt_nowrap{
	white-space:nowrap;
	font-size:inherit;
	line-height:inherit;
}
.dTAB2 .input_txt .txt_nowrap{
	padding-right:3px;
	white-space:pre-wrap;
	white-space:nowrap;
}
.input_txt input,.input_txt textarea,.area_box textarea{
	width:calc(100% - 13px);
	padding:3px;
	padding:0px 3px;
	padding-right:10px;
	background:none;
	z-index:1;
	font-size:inherit;
	line-height:inherit;
}
.input_txt textarea,.area_box textarea{
	white-space:pre-wrap;
	line-height:13px;
}
.dTAB2 .input_txt,.dTAB2 .area_box{
	cursor: text;
}
.dtab .input_txt textarea,.dtab .area_box textarea,
.dTAB2 .input_txt textarea,.dTAB2 .area_box textarea{
	overflow:hidden;
}
.input_txt .checkbox{
	width:auto;
	height:auto;
	margin-right:10px;
}
.dtab .input_txt input,.dtab .input_txt textarea,.dtab .area_box textarea,
.dTAB2 .input_txt input,.dTAB2 .input_txt textarea,.dTAB2 .area_box textarea{
	position:absolute;
	top:-1px !important;
	left:0px;
	padding-left: 4px !important;
}
.dtab .input_txt input,.dTAB2 .input_txt input{
	height:calc(100% + 2px);
	padding:0px 3px;
}
.dtab .input_txt textarea,.dtab .area_box textarea,
.dTAB2 .input_txt textarea,.dTAB2 .area_box textarea{
	height:calc(100% - 5px);
}
@-moz-document url-prefix() {
    .dtab .input_txt input,.dTAB2 .input_txt input{
    	top:-1px;
    	left:-1px;
    	height:calc(100% + 1px);
		width:calc(100% - 5px);
    }
    .dtab .input_txt textarea,.dtab .area_box textarea,
	.dTAB2 .input_txt textarea,.dTAB2 .area_box textarea{
    	top:-1px;
    	left:-1px;
    }
}
.input_txt .box,.sTAB2 .in .box{
	display:none;
	position:absolute;
	left:-1px;
	top:0px;
	border:0;
	background:#000000;
	z-index:20;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	font-size: inherit;
	line-height: inherit;
}
.sTAB2 .in .box{
	left:0px;
}
.input_txt .box .btn,.sTAB2 .in .box .btn{
	display:block;
	padding:5px 8px;
	font-size:12px;
	line-height:16px;
	color:#fff;
	cursor:pointer;
	white-space:nowrap;
}
.input_txt .box .btn:hover,.sTAB2 .in .box .btn:hover{
	background:rgba(255,255,255,0.3);
}
.input_txt .box .btn .kreis,.sTAB2 .in .box .btn .kreis{
	display:inline-block;
	background:#f00;
	width:12px;
	height:12px;
	vertical-align: middle;
	margin-left:-3px;
	margin-top:-2px;
	margin-right: 3px;
	border-radius: 20px;
}
.input_txt .box .linie,.sTAB2 .in .box .linie,
.input_txt .box hr,.sTAB2 .in .box hr{
	display:block;
	height:1px;
	background:rgba(255,255,255,0.3);
}
.input_txt .box .text,.sTAB2 .in .box .text{
	display:block;
	color:rgba(255,255,255,0.7);
	padding:5px 8px;
	font-size:12px;
	white-space:nowrap;
}
.input_txt .box.mask,.sTAB2 .in .box.mask{
	overflow:hidden;
}
.input_txt .box.scroll,.sTAB2 .in .box.scroll{
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	overflow-x: hidden;
}
.input_txt .box.scroll .btn,.sTAB2 .in .box.scroll .btn{
	padding-right:28px;
}
#autoheight{
	position:absolute;
	left:-10000px;
	top:-10000px;
	/*
	left:auto;
	right:0px;
	top:100px;
	*/
	line-height:18px;
	font-size: 13px;
	background:#0f0;
	white-space:pre-wrap;
	padding:3px;
	z-index:100;
	border:1px solid #000;
}
.body_klein #autoheight{
	font-size:11px;
	line-height:16px;
}
#autoheight.file2_input,#autoheight.file2_input_wert{
	line-height:14px;
	font-size: 13px;
	white-space:normal;
	word-break: break-all;
	padding:0px;
	border:0px;
}
.body_klein #autoheight.file2_input,.body_klein #autoheight.file2_input_wert{
	line-height:12px;
	font-size:11px;
}
#autoheight.file2_input_wert{
	padding-top:2px;
}
.cb,.icc{
	display:inline-block;
	vertical-align:top;
	width:14px;
	height:14px;
	line-height: 14px;
	font-size:inherit;

	padding:3px;
	margin-right: 5px;
	cursor:pointer;
	color:#666;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
.icc {
    width: calc(100% - 6px);
    overflow:hidden;
}
.body_klein .cb,.body_klein .icc{
	padding:1px;
}
.body_klein .icc{
    width: calc(100% - 2px);
}
.cb .pics,.icc .ic{
	margin-right:3px;
}
.icc .ic,.body_klein .icc .ic{
    margin-top: 0px;
}
.cb:hover,.icc:hover{
	opacity:0.4;
}
.farbe{
	display:block;
	position: absolute;
	left: -1px;
	top:0px;
	border:0;
	padding:15px;
	width:300px;
	background:#000000;
    border-radius:var(--main-border-radius);
	z-index:2;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	cursor:default;
}
.farbe .farbbox{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.farbe canvas{
	display: block;
}
.farbe .color_picker{
	position: absolute;
	top:-15px;
	left:-15px;
	width:calc(100% + 30px);
	height:calc(100% + 30px);
	background: none;
}
.farbe .color_picker.x{
	top:-5px;
	height:calc(100% + 10px);
}
.farbe .picker{
	display:block;
	position: absolute;
	top:0px;
	left:0px;
	width:1px;
	height:1px;
}
.farbe .picker .kreis{
	position: absolute;
	top:-12px;
	left:-12px;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	border:2px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	background: #fff;
}
.farbe .farbe_hex,.farbe .farbe_rgb{
	display:inline-block;
	width:70px;
	height:30px;
    margin-right:20px;
}
.farbe .farbe_rgb{
	width:130px;
}
.farbe .farbe_hex input,.farbe .farbe_rgb input{
	position: relative;
	width:calc(100% - 5px);
	height:30px;
	text-align: center;
	font-size: 11px;
	line-height:30px;
	text-transform: uppercase;
    background: #999 !important;
}
.farbe .farbe_hex input:focus,.farbe .farbe_rgb input:focus{
    background: #f88 !important;
}
.farbe .farbe_rgb input{
	text-transform: lowercase;
}
.farbe .farbe_reset{
    position: relative;
    display:inline-block;
	width:60px;
	height:34px;
    text-align: center;
	font-size: 11px;
	line-height:34px;
    background: #fff;
    vertical-align: top;
    border-radius: 3px;
}
.farbe .farbe_reset:hover{
    background: #ccc;
}

/* zPlan #########################################################################*/
.zPlan{
	padding:10px;
}
.zPlan .titel{
	display:block;
	position:relative;
	border-bottom:1px solid #ccc;
	padding:5px;
	padding-top:10px;
	padding-bottom:3px;
	/*font-weight:bold;*/
}
.zPlan .abstand{
	display:block;
	position:relative;
}
.zPlan .zeile,.zPlan .legende{
	display:block;
	position:relative;
	height:20px;
	line-height:20px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	white-space:nowrap;
	overflow:hidden;
	transition:height 0.2s;
}
.zPlan .zeile{
	border-left:1px solid #ccc;
}
.zPlan .zeile.last{
	border-bottom:0;
}
.zPlan .zeile:hover{
	background:rgba(0,0,0,0.1);
}
.zPlan a{
	text-decoration:none;
	cursor:pointer;
}
.zPlan a:hover{
	text-decoration:underline;
}
.zPlan .legende{
	border-bottom:0;
	overflow:visible;
	padding-left:1px;
}
.zPlan .legende.start{
	height:1px;
	border-right:0px solid #ccc;
}
.zPlan .legende.start .label{
	height:1px;
}
.zPlan .legende.start .linie{
	display:inline-block;
	position:relative;
	background:#ccc;
	height:1px;
	vertical-align:top;
}
.zPlan .legende_ende{
	display:block;
	height:1px;
	background:#000;
}
.zPlan .label{
	display:inline-block;
	position:relative;
	padding:0 5px;
	vertical-align:top;
	transition:width 0.2s;
	overflow:hidden;
	cursor:default;
}
.zPlan .label div{
	position:relative;
}
.zPlan .leer, .zPlan .event, .zPlan .montag, .zPlan .bez{
	display:inline-block;
	position:relative;
	width:10px;
	height:100%;
	border-left:1px solid #ccc;
	vertical-align:top;
	overflow:hidden;
	cursor:default;
}
.zPlan .event:hover{
	box-shadow:inset 0 0 100px rgba(0,0,0,0.2);
}
.zPlan .event div{
	font-size:9px;
	vertical-align:bottom;
	padding:0 3px;
	height:100%;
}
.zPlan .montag{
	width:1px;
	border:0;
	background:#ccc;
}
.zPlan .bez,.zPlan .bez.monat.kw{
	text-align:center;
	color:#aaa;
	font-size:10px;
}
.zPlan .bez.we{
	background:rgba(255,0,0,0.1);
}
.zPlan .bez.klein{
	font-size:8px;
}
.zPlan .bez.klein2{
	font-size:7px;
}
.zPlan .leer.we{
	background:#fff6f6;
}
.zPlan .bez.monat,.zPlan .montag.monat{
	color:#000;
	font-size:12px;
	border-bottom:1px solid #ccc;
}
/* zPLAN2 #########################################################################*/
.zPLAN2{
	display:none;
	padding:20px;
	min-width:150px;
	font-size:13px;
	line-height:18px;
	overflow: hidden;
}
.body_klein .zPLAN2{
	font-size:11px;
	line-height:16px;
}
.zPLAN2 table{
	display:block;
	position:relative;
	empty-cells:show;
	border-collapse:collapse;
	table-layout:fixed;
	font-size:inherit;
	line-height:inherit;
}
.zPLAN2 tbody,.zPLAN2 thead,.zPLAN2 tr,.zPLAN2 th,.zPLAN2 td{
	font-size:inherit;
	line-height:inherit;
}
.zPLAN2 tbody .over:hover,.zPLAN2 .over:hover .bg{
	background:rgba(255,120,0,0.2);
}
.zPLAN2 tr.breite{
	height: 0px;
	line-height: 1px;
	padding:0px;
	margin:0px;
}
.zPLAN2 tr.breite td{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	padding:0px;
	margin:0px;
	overflow: hidden;
    border-top:0px;
	border-bottom:0px;
}
.zPLAN2 tr.breite .w{
	display: inline-block;
}
.zPLAN2 td,.zPLAN2 th{
	position: relative;
	border:1px solid #dddddd;
	padding:1px 3px;
	white-space:nowrap;
	vertical-align:middle;
}
.zPLAN2 th{
	text-align: center;
	font-size:10px;
	padding:0px;
	border:1px solid #fff;
	color:#fff;
}
.zPLAN2 tr:last-child th{
	border-bottom:1px solid #dddddd;
}
.zPLAN2 th .y,.zPLAN2 th .xy{
	position: absolute;
	left:-1px;
	top:-1px;
	width: 100%;
	height: 100%;
	background: #fff;
	border:1px solid #dddddd;
	text-align: center;
	font-size:inherit;
	line-height:inherit;
	overflow:hidden;
	z-index:2;
}
.zPLAN2 th .xy{
	border:0px;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	z-index:3;
	overflow:visible;
	text-align: left;
}
.zPLAN2 th .xy.cfg{
	z-index:4;
	border-bottom:0px;
}
.zPLAN2 th .xy.suche{
    height: 40px;
    border:0px;
}
.zPLAN2 th .xy.suche .b_lupe{
    position: absolute;
    left:0px;
    top:5px;
}
.zPLAN2 th .xy.suche input{
    position: relative;
    background: rgba(0,0,0,0);
    width:50vw;
    height:25px;
    line-height: 26px;
    border-radius: 4px;
    padding:0px 10px;
    padding-left:24px;
    font-size:12px;
    margin-left:-20px;
}
.zPLAN2 th .xy.suche input:focus{
    background:rgba(255,0,0,0.1);
}
.zPLAN2 tr:last-child th .y{
	border-bottom:1px solid #999999;
}
.zPLAN2 th .y p{
	font-size:inherit;
	line-height:inherit;
	text-align: center;
}
.zPLAN2 th .y.tage div{
	display: inline-block;
	border-right:1px solid #dddddd;
	font-size:inherit;
	line-height:inherit;
	text-align: center;
	overflow: hidden;
}
.zPLAN2 th .y .bg{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
}
.zPLAN2 td .x{
	position: absolute;
	left:-1px;
	top:-1px;
	width: calc(100% - 6px);
	height: calc(100% - 2px);
	padding:1px 3px;
	border:1px solid #dddddd;
	background: #fff;
	font-size:inherit;
	line-height:inherit;
	z-index:1;
}
.zPLAN2 td.last .x{
	border-right:1px solid #999999;
}
.zPLAN2 td .x .bg{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #fff;
	z-index: -1;
}
.zPLAN2 td .l{
	visibility: hidden;
	position: relative;
	font-size:inherit;
	line-height:inherit;
}
.zPLAN2 .leer{
	border:0px;
}
.zPLAN2 .leer.suche_leer{
	height: 39px;
}
.zPLAN2 .titel td{
	position: relative;
	font-size:20px;
	line-height:20px;
	border: 0px;
	border-top:1px solid #dddddd;
	padding:10px 0px;
	color:#fff;
}
.zPLAN2 .titel .x{
	width:auto;
	height: auto;
	border: 0px;
	border-top:1px solid #dddddd;
	padding:10px 0px;
}
.zPLAN2 th .btns{
	position: relative;
	display: inline-block;
	padding-right:2px;
	opacity: 0.5;
	vertical-align: top;
}
.zPLAN2 th .btns:hover{
	opacity: 1;
}
.zPLAN2 th .btns:hover .dd2{
	display:block;
}
.zPLAN2 th .btns .btn{
	display: inline-block;
	position: relative;
}
.body_klein .zPLAN2 .titel td{
	font-size:16px;
	line-height:16px;
}
.zPLAN2 .pics{
	margin-top:2px;
}
.body_klein .zPLAN2 .pics{
	margin-top:1px;
}
.zPLAN2 .termine{
	position: relative;
}
.zPLAN2 .termine .termin{
	position: absolute;
	left:0px;
	top:2px;
	height: calc(100% - 4px);
	width:0px;
	font-size: 9px;
	overflow: hidden;
	padding:0px 3px;
    opacity: 0.75;
    cursor: pointer;
    border-radius: 50px;
}
.body_klein .zPLAN2 .termine .termin{
    top:1px;
	height: calc(100% - 2px);
}
.zPLAN2 .termine .termin:hover{
    opacity: 1;
}
/* jPLAN #########################################################################*/
.jPLAN{
	display:none;
	padding:20px;
	width:calc(100% - 40px);
    min-width:1000px;
    max-width: 1800px;
	font-size:13px;
	line-height:18px;
}
.body_klein .jPLAN{
	font-size:11px;
	line-height:16px;
}
.jPLAN .jjahr{
    display: block;
    text-align: center;
    font-size:20px;
	line-height:20px;
    margin-bottom: 10px;
}
.jPLAN .jjahr a{
    padding:10px;
    text-decoration: none;
}
.jPLAN .jjahr a:hover{
    opacity: 0.5;
}
.jPLAN .jmonate{
    display: block;
    white-space: nowrap;
    width: calc(100% - 13px);
}
.jPLAN .jmonat{
    position: relative;
    display: inline-block;
    width:calc(100% / 12);
    vertical-align: top;
    border:1px solid #ccc;
    margin-left: -1px;
}
.jPLAN .jmonat .jname{
    display: block;
    text-align: center;
    margin: 5px 0px;
}
.jPLAN .jtag{
    display: block;
    position: relative;
    padding-left: 24px;
    padding-bottom: 2px;
    padding-top: 1px;
    min-height: 16px;
    border-top:1px solid #ccc;
}
.jPLAN .jtag.jwe{
    background: rgba(255,0,0,0.05);
}
.jPLAN .jtag .jtag_name{
    position: absolute;
    left:2px;
    top:-1px;
    font-size: 10px;
    color:rgba(0,0,0,0.5);
}
.jPLAN .jtag .jwert{
    position: relative;
    display: block;
    width:calc(100% - 6px);
    border-radius: 2px;
    background: #ccc;
    padding:0px 2px;
    margin-top: 1px;
}
.jPLAN .jtag .jwert span{
    display: block;
    width:100%;
    font-size: 10px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jPLAN .jtag .jwert .jhint{
    position: absolute;
    left:-7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background:var(--farbe-gruen);
}
/* dWeek #########################################################################*/
.dWeek{
	display:none;
	padding:20px;
	width:calc(100% - 40px);
    font-size:13px;
	line-height:18px;
    margin-bottom: 0px;
}
.dWeek .wheader{
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px;
}
.dWeek .wheader .wbtns{
    position: absolute;
    right: 0px;
    top:0px;
    line-height: 20px;
}
.dWeek .wheader .wbtns a{
    vertical-align: middle;
}
.dWeek .wheader .wbtns select{
    display:inline-block;
    width: auto;
    padding:0px 5px;
    height: 20px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 20px;
    border-radius: 3px;
    outline:1px solid #ccc;
    cursor: auto;
}
.dWeek .wlegende{
    display: block;
    width: 100%;
    height: 40px;
}
.dWeek .wlegende .wzeiten{
    display:inline-block;
    position: relative;
    width:35px;
    height: 100%;
    vertical-align: top;
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}
.dWeek .wlegende .wtag{
    display: inline-block;
    position: relative;
    height: 100%;
    width:calc((100% - 40px) / 7);
    vertical-align: top;
    text-align: center;
    font-weight: bold;
}
.dWeek .wwoche{
    display: block;
    width: 100%;
    height: calc(100% - 70px);
}
.dWeek .wwoche .wzeiten{
    display:inline-block;
    position: relative;
    width:40px;
    height: 100%;
    vertical-align: top;
}
.dWeek .wwoche .wuhrzeit{
    display: block;
    position: relative;
    width: calc(100% - 5px);
    text-align: right;
    padding-right: 5px;
}
.dWeek .linie{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 1px;
    background: #ddd;
}
.dWeek .linie_rechts{
    position: absolute;
    top:0px;
    right:0px;
    width:1px;
    height: 100%;
    background: #ddd;
}
.dWeek .linie_unten{
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height: 1px;
    background: #ddd;
}
.dWeek .wwoche .wzeiten .wuhrzeit span{
    display: inline-block;
    position: relative;
    font-size:11px;
    top:-10px;
}
.dWeek .wwoche .wtag{
    display: inline-block;
    position: relative;
    height: 100%;
    width:calc((100% - 40px) / 7);
    vertical-align: top;
}
.dWeek .wwoche .wtag .box{
    position: absolute;
    top:0px;
    left:0px;
    width:calc(100% - 2px);
    white-space: normal;
    height: 50px;
    z-index: 1;
    transition: 0.1s all;
}
.dWeek .wwoche .wtag .box .txt{
    position: absolute;
    width:calc(100% - 10px);
    height:calc(100% - 10px);
    padding:5px;
    line-height: 11px;
    font-size:11px;
    overflow: hidden;
    z-index: 2;
}
.dWeek .wwoche .wtag .box .txt br{
    line-height: 15px;
}
.dWeek .wwoche .wtag .box .bg{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: #ccc;
    opacity: 0.6;
    border-radius: 5px;
    z-index: 1;
    transition: 0.1s all;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.5);
}
.dWeek .wwoche .wtag .box:hover .bg{
    opacity: 1;
}
.dWeek .wwoche .wtag .box .titel{
    display: block;
    font-size:11px;
    line-height: inherit;
    font-weight: bold;
}
/* dMonat #########################################################################*/
.dMonat{
	display:none;
	padding:20px;
	width:calc(100% - 40px);
    font-size:13px;
	line-height:18px;
    margin-bottom: 0px;
}
.dMonat .wheader{
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px;
}
.dMonat .wlegende{
    display: block;
    width: 100%;
    height: 25px;
}
.dMonat .wlegende .wtag{
    display: inline-block;
    position: relative;
    height: 100%;
    width:calc((100% - 0px) / 7);
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}
.dMonat .wwoche{
    display: block;
    width: 100%;
}
.dMonat .wwoche .wtag{
    display: inline-block;
    position: relative;
    height: calc(100% - 1px);
    width:calc((100% - 7px) / 7);
    margin-left: -1px;
    vertical-align: top;
    border:1px solid #ddd;
    overflow: hidden;
}
.dMonat .wwoche .wtag.hidden{
    visibility: hidden;
}
.dMonat .wwoche .wtag.heute{
    background: rgba(0,255,0,0.1);
}
.dMonat .wwoche .wtag.wochenende{
    background: rgba(0,0,0,0.05);
}
.dMonat .wwoche .wtag .datum{
    position: relative;
    display: block;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    padding:2px 5px;
}
.dMonat .wwoche .wtag .datum .kw{
    float:left;
    font-size:10px;
    color:#999;
}
.dMonat .wwoche .wtag.wochenende .datum{
    color:#999;
}
.dMonat .wwoche .wtag .eintrag{
    display:block;
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    white-space: nowrap;   /* kein Zeilenumbruch */
    overflow: hidden;      /* alles, was über den Rand hinausgeht, wird versteckt */
    text-overflow: ellipsis; /* zeigt "…" am Ende bei zu langem Text */
    padding: 0px 5px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 1px;
}

/* Dashboard #########################################################################*/
.dashboard{
    display:block;
    position: relative;
}
.dashboard .seiten{
    display:block;
}
.dashboard .seiten .bt_seite{
    display:inline-block;
    background: #fff;
    border-radius: var(--main-border-radius);
    box-shadow: var(--main-box-shadow);
    text-decoration: none;
    padding:10px 15px;
    margin-right: 5px;
    font-weight:100;
    vertical-align: top;
    transition: all 0.1s;
    margin-bottom: 5px;
}
.dashboard .seiten .bt_seite.aktiv{
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
}
.dashboard .seiten .bt_seite:hover{
    opacity: 0.5;
}
.dashboard .filtercharts{
    display: block;
    white-space: nowrap;
}
.dashboard .dashboard_filter{
    position: relative;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    width: 330px;
    margin-left: calc(-305px - 30px);
    width: 260px;
    margin-left: calc(-235px - 30px);
    margin-right: 5px;
    background: #fff;
    border-radius: var(--main-border-radius);
    box-shadow: var(--main-box-shadow);
    transition: all 0.1s;
    height:30px;
    overflow:hidden !important;
    z-index:100;
}
.dashboard .dashboard_filter .sTAB3{
    padding-top:10px;
}
.dashboard .charts{
    position: relative;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    width: calc(100% + 10px);
    transition: all 0.1s;
}
.dashboard .charts .dCHART3{
    overflow: hidden;
}
.dashboard .filtercharts.open .dashboard_filter{
    overflow: visible !important;
    height: auto;
    margin-left:0px;
}
.dashboard .filtercharts.open .charts{
    width:calc(100% - 335px + 10px);
    width:calc(100% - 265px + 10px);
}
.dashboard .filtercharts .dclose,
.dashboard .filtercharts .dopen{
    position: absolute;
    right:1px;
    top:7px;
    cursor: pointer;
    text-align: right;
}
.dashboard .filtercharts .dclose:hover,
.dashboard .filtercharts .dopen:hover{
    opacity: 0.5;
}
.dashboard .filtercharts .dclose{
    display:none;
}
.dashboard .filtercharts.open .dclose{
    right:2px;
    top:2px;
    display:block;
}
.dashboard .filtercharts.open .dopen{
    display:none;
}
.dashboard .filtercharts.gesetzt path{
    fill:#e00;
}
.dashboard .dTAB2{
    padding:10px;
    padding-top:5px;
    font-size:10px;
	line-height:15px;
    letter-spacing: -0.5px;
    min-width: calc(100% - 27px);
    margin-bottom: 5px;
}
.dashboard .dTAB2 table{
    display: table;
    min-width: calc(100% - 0px);
}
.dashboard .dTAB2 table tbody{
    min-width: calc(100% - 0px);
}
.dashboard .dTAB2 th.titel,
.dashboard .body_klein .dTAB2 .titel{
    line-height: 12px;
    font-size: 12px;
}
.dashboard .dTAB2 th.titel p{
	line-height: 12px;
    height:10px;
	padding:0px 0px;
    padding-bottom:10px;
    padding-top:5px;
}
.dashboard .dTAB2 th.titel div.titel{
    line-height: 12px;
    top:0px;
    left:-10px;
	width:100%;
	height:10px;
	padding:0px 10px;
    padding-bottom:10px;
    padding-top:5px;
}
.dashboard .dTAB2 th.titel div.titel .btns .btn{
    margin-top: -4px;
}
.dashboard .dTAB2 th.label,
.dashboard .body_klein .dTAB2 th.label{
    font-size:10px;
	line-height:14px;
    letter-spacing: -0.5px;
}
.chart_vorschau{
    display:block;
    position: relative;
    background: #000 url("/code/images/backg.jpg") no-repeat fixed center;
    background-size: cover;
    left:-20px;
    height:200px;
    padding:20px;
    width:calc(800px - 40px);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    overflow: hidden;
}

/* buttons #########################################################################*/
button{
	padding:5px 10px;
	background:#000000;
	margin-top:5px;
	margin-right:10px;
	border-radius:0px;
	color:#fff;
	font-size:inherit;
	line-height: inherit;
	cursor:pointer;
	white-space:nowrap;
    border-radius:var(--main-border-radius-btn);
}
button:hover{
	opacity:0.7;
}
button:disabled,
button[disabled]{
    opacity: 0.5;
    cursor:not-allowed;
    filter: grayscale(100%);
}
button.block{
    position: relative;
    display: block;
    width: calc(100% + 5px);
    margin-right:0px;
    text-align: center;
}
button.b_zeile{
	display:inline-block;
	padding:0px 5px;
	margin:0px;
	border:0px;
	text-decoration:none;
	font-size:11px;
	height:22px;
	line-height:20px;
	text-align: center;
}
button.bold{
    font-weight: bold;
}
button.klein{
    padding:2px 7px;
    font-size:11px;
}
button.big{
    padding:10px 20px;
    font-size:14px;
}
button.right{
	float:right;
    margin-right:0px;
}
button.del{
	background:#f73434;
}
button.rot{
	background:#ff0000;
}
button.gruen{
	background:#2ac432;
}
button.blau{
	background:#3193f1;
}
button.orange{
	background:#ff9118;
}
button.gelb{
    color:#000;
	background:#ffce44;
}
button.rosa{
	background:#f8a7f0;
    color:#444;
}
button.lila{
	background:#ba6cff;
}
button.grau{
	background:#959595;
}
button.hellgrau{
	background:#c2c2c2;
}
button.weiss{
	background:#fff;
    color:#000;
}
button.nurtext{
	padding:0px;
	margin:0px;
	border:0px;
	background:none;
	color:#aaa;
	text-decoration:none;
}
button.nurtext:hover{
	opacity:1;
	text-decoration:underline;
}
button.del_klein{
	padding:0px;
	margin:0px;
	margin-top: 5px;
	border:0px;
	background:none;
	color:#aaa;
	text-decoration:none;
}
button.del_klein:hover{
	opacity:1;
	text-decoration:underline;
	color:#f73434;
}

.b2{
	display:inline-block;
	margin-right:0px;
	width:20px;
	height:20px;
	text-align:center;
	font-size:inherit;
	line-height: inherit;
	white-space:nowrap;
	cursor:pointer;
}
.b2:hover{

}
.dd2{
	display:none;
	position:absolute;
	left:-5px;
	background:#000000;
	z-index:10;
	font-size:12px !important;
	line-height:16px !important;
	box-shadow:0px 2px 3px rgba(0,0,0,0.7);
    border-radius:var(--main-border-radius);
}
.body_klein .dd2{
	font-size:11px !important;
	line-height:14px !important;
}
.dd2.right{
	left:auto;
	right:0px;
}
.dd2 del{
    font-weight: normal;
}
.dd2 a{
	display:block;
	padding:5px 8px;
	font-size:inherit;
	line-height:inherit;
	color:#fff;
	cursor:pointer;
	white-space: nowrap;
    border-radius:var(--main-border-radius-btn);
}
.dd2 a:hover{
	background:rgba(255,255,255,0.3);
}
.dd2 a .pics{
	margin-right: 5px;
}
.dd2 hr{
	display:block;
	height:1px;
	background:rgba(255,255,255,0.3);
}
.dd2 p{
	display:block;
	padding:5px 8px;
	font-size:inherit;
	line-height:inherit;
	color:#fff;
}
.dd2 small{
    display:block;
	padding:5px 8px;
	color:#aaa;
    cursor: default;
}
.dd2 .abstand{
	display:block;
	height:10px;
}
.dd2 .zeile{
	display: block;
	position: relative;
}
.dd2 .zeile a{
	display: inline-block;
}
.dd2 table{
	display:block;
	position:relative;
	empty-cells:show;
	border-collapse:collapse;
	font-size:inherit;
	line-height:inherit;
}
.dd2 tr,.dd2 td{
	vertical-align:top;
	font-size:inherit;
	line-height:inherit;
	border:0;
	margin:0;
	padding:0;
	width:500px;
}
.dd2 tr{}
.dd2 td{
	border-right:1px solid rgba(255,255,255,0.3);
}
.dd2 td:last-child{
	border:0;
}
.dd2 .scroll{
    overflow-y: scroll;
    max-height: 300px;
}
/* xwin #########################################################################*/
#xwin{
	position:fixed;
	top:0px;
	left:0px;
	z-index:103;
}
.xwin{
	position:absolute;
	background:#fff;

    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

    border:0px solid rgba(0,0,0,0.2);
	box-shadow:0px 3px 30px rgba(0,0,0,1);
	overflow:hidden;
    border-radius:var(--main-border-radius);
    z-index:2;
    transition: filter 0.2s;
}
.xwin.blur{
    filter:blur(10px) brightness(80%);
}
.xwin.nurtext{
    padding:20px;
    padding-bottom:0px;
}
.xwin_right{
    position:absolute;
    background:#fff;
    color:#000;
    box-shadow:0px 3px 20px rgba(0,0,0,1);
    border-radius:var(--main-border-radius-btn);
    z-index:1;
}
.xwin_right .sTAB3{
    height: calc(100% - 30px);
}
.xwin .xwin_inhalt{
    position: relative;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	overflow-x:hidden;
}
.xwin.black{
    background:#000000;
}
.xwin.none{
    background:transparent;
    box-shadow:none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.xwin.none input{
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.xwin.none input:hover{
    background: #fff;
    box-shadow: 0px 0px 3px #f00;
}
.xwin.none input:focus{
    background: #fee !important;
    box-shadow: 0px 0px 3px #f00;
}
.xwin .sTAB2,.xwin .sTAB3{
	margin:0px;
	background:none;
	border:0;
    box-shadow:none;
    border-radius:0px
}
.xwin .dTAB2{
	margin:0px;
	background:none;
	width:calc(100% - 42px);
    box-shadow:none;
    border-radius:0px
}
.xwin .dTAB2 table thead{
	/*display:table;
	width:100%;*/
}
.xwin .close{
	position:absolute;
	left:0px;
	top:0px;
	padding-left:4px;
	padding-right:25px;
	padding-bottom:3px;

	color:#ccc;
	cursor:pointer;
	text-align:left;
	font-size:13px;
	line-height:18px;
	z-index:21;
}
.xwin .close .esc{
	display: none;
	position:absolute;
	left:15px;
	top:0px;
	white-space: nowrap;
	font-size:10px;
	color:#aaa;
	background: #fff;
	padding:0px 2px;
}
.xwin.black .close .esc{
    background:#000000;
}
.xwin .close:hover{
	color:#f00;
}
.xwin .close:hover .esc{
	display: block;
}
.xwin .last{
	position:absolute;
	left:-2px;
	top:20px;
	width:25px;
	height: 30px;
	cursor: pointer;
	opacity: 0.5;
	z-index:20;
}
.xwin .last:hover{
	opacity: 1;
}
.body_klein .xwin .last{
	top:18px;
}
.xwin .last .esc{
	display: none;
	position:absolute;
	left:15px;
	top:0px;
	white-space: nowrap;
	font-size:10px;
	color:#aaa;
	background: #fff;
	padding:0px 5px;
}
.xwin .last:hover .esc{
	display: block;
}
.xwin .adlist_win{
    padding:10px 20px;
    height:calc(100% - 100px);
    white-space: nowrap;
}
.xwin .adlist_win h2{
    display: block;
    text-align: center;
    color:#fff;
}
.xwin .adlist_win .suchfeld{
    display: block;
    position: relative;
}
.xwin .adlist_win .suchfeld .ic{
    position: absolute;
    left:5px;
    top:4px;
}
.xwin .adlist_win .suchfeld input{
    display: block;
    position: relative;
    width:calc(100% - 35px);
    background: rgba(255,255,255,0.1);
    padding:3px 10px;
    padding-left: 25px;
    border-radius: 3px;
    color:#fff;
    margin-bottom:10px;
}
.xwin .adlist_win .erg,.xwin .adlist_win .wk,.xwin .adlist_win .trenner{
    position: relative;
    display: inline-block;
    height: 100%;
    width:calc(50% - 11px);
    vertical-align: top;
}
.xwin .adlist_win .erg,.xwin .adlist_win .wk{
    overflow-y: scroll;
}
.xwin .adlist_win .trenner{
    width: 1px;
    margin:0px 10px;
    background: rgba(255,255,255,0.1);
}
.xwin .adlist_win .mehr,.xwin .adlist_win .einzeln{
    display: block;
    position: relative;
    background: rgba(255,255,255,0.05);
    border-radius: 3px;
    margin-bottom: 3px;
}
.xwin .adlist_win .erg a{
    background: rgba(255,255,255,0.05);
    border-radius: 3px;
}
.xwin .adlist_win .mehr:hover,.xwin .adlist_win .einzeln:hover,.xwin .adlist_win .erg a:hover{
    background: rgba(255,255,255,0.15);
}
.xwin .adlist_win .mehr input{
    position: absolute;
    right:3px;
    top:2px;
    font-size:11px;
    text-align: right;
    width:50px;
    padding:0px 5px;
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
    color:#ddd;
}
.xwin .adlist_win .mehr input:focus{
    background: rgba(0,0,0,0.4);
    box-shadow:0px 0px 1px #f00;
}
.xwin .adlist_win .mehr .label{
    display: inline-block;
    position: relative;
    color:#ddd;
    font-size: 11px;
    white-space: normal;
    width:calc(100% - 110px);
}
.xwin .adlist_win a{
    display: block;
    position: relative;
    color:#ddd;
    margin-bottom: 3px;
    padding:2px 5px;
    padding-right: 25px;
    font-size: 11px;
    cursor: pointer;
    white-space: normal;
}
.xwin .adlist_win a.bild{
    padding-left:25px;
}
.xwin .adlist_win a .ic{
    position: absolute;
    right:3px;
    top:3px;
}
.xwin .adlist_win .wk a{
    padding-left:26px;
    padding-right:5px;
}
.xwin .adlist_win .wk a .ic{
    right:auto;
    left:5px;
}
.xwin .adlist_win .mehr a{
    display: inline-block;
    padding-left:18px;
    vertical-align: top;
}
.xwin .adlist_win .adlist_pic_div{
	position: relative;
    width:20px;
	height:20px;
	transition: all 0.2s;
}
.xwin .adlist_win .adlist_pic{
	position: absolute;
    margin-left:-25px;
	width:20px;
	height:20px;
	transition: all 0.1s;
	border-radius: 2px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.xwin .adlist_win .adlist_pic:hover{
	width:200px;
	height:200px;
	border-radius: 2px;
	box-shadow: 0px 2px 10px rgba(0,0,0,1),0px 0px 5px rgba(0,0,0,1);
	z-index: 10;
}
.xwin .xtitel{
    position: absolute;
    position: fixed;
    top:0px;
    left:0px;
    width:calc(100% - 20px);
    height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    padding-left:20px;
    background: #fff;
    z-index: 19;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
.xwin .xtitel.no{
    box-shadow: none;
}
.xwin .xtitel .rechts{
    position: absolute;
    top:0px;
    right:0px;
    height: 40px;
    text-align: right;
    padding:0px 10px;
    font-size: inherit;
    line-height: inherit;
}
.xwin .xtitel .xtitel_pos{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    line-height: 40px;
    white-space: nowrap;
}
.xwin .xtitel .xtitel_pos .ic{
    vertical-align: middle;
    margin-top: -2px;
}
.xwin .xtitel .xtitel_pos .ic2{
    vertical-align: middle !important;
    margin-top: -2px !important;
}
.xwin .xtitel .xtitel_pos .bt3add{
    margin-left: 5px;
}
.xwin .xtitel .xtitel_linie{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.25);
    margin:0px 10px;
}
.xwin .xtitel button{
    margin:0;
    font-size: 11px;
    padding:2px 10px;
    line-height: 20px;
}

.xwin .xtitel_abstand{
    display: block;
    height: 35px;
}
.xwin .xsub{
    position: absolute;
    position: fixed;
    top:41px;
    left:0px;
    width:100%;
    height: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    padding-left:20px;
    background: #fff;
    z-index: 18;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
.xwin .xsub .xsub_pos{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    line-height: 28px;
}
.xwin .xsub.zeilen{
    height: 24px;
    box-shadow: none;
}
.xwin .xsub.zeilen.rot{
    background:rgba(255,0,0,0.1);
}
.xwin .xsub.zeilen.gruen{
    background:rgba(89,246,105,0.37);
}
.xwin .xsub.zeilen.blau{
    background:rgba(61,159,254,0.39);
}
.xwin .xsub.zeilen.gelb{
    background:rgba(255,236,0,0.34);
}
.xwin .xsub.zeilen.orange{
    background:rgba(255,164,42,0.21);
}
.xwin .xsub.zeilen.grau{
    background:rgba(186,186,186,0.29);
}
.xwin .xsub.zeilen .xsub_pos{
    line-height: 24px;
    font-size:12px;
}
.xwin .xsub .xsub_linie{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.25);
    margin:0px 10px;
}
.xwin .xsub_abstand{
    display: block;
    height: 30px;
}
.xwin .xsub_abstand2{
    display: block;
    height: 24px;
}

.xwin .xnav{
    position: absolute;
    position: fixed;
    top:0px;
    left:0px;
    width:300px;
    height: 100%;
    border-right:1px solid #ccc;
}
.xwin .xnav .head{
    display: block;
    position: relative;
    padding:20px 20px;
    border-bottom:1px solid #ccc;
    text-align: center;
}
.xwin .xnav .head .txt{
    display: block;
    position: relative;
    z-index: 1;
}
.xwin .xnav .head .bg{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
    background: #000 url("/code/images/backg.jpg") no-repeat fixed center;
    background-size: cover;
}
.xwin .xnav .head .logo{
    display: block;
    margin: auto;
    margin-bottom:15px;
    height:80px;
    border-radius: 15px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.xwin .xnav .head h2{
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
    margin:auto;
    text-align: center;
    line-height: 22px;
}
.xwin .xnav a{
    position: relative;
    display: block;
    width:calc(100% - 40px);
    padding:0px 20px;
    line-height: 40px;
    border-bottom:1px solid #ccc;
}
.xwin .xnav a:hover{
    background: rgba(0,0,0,0.1);
}
.xwin .xnav a.aktiv .linie{
    display: block;
}
.xwin .xnav a .linie{
    display: none;
    position: absolute;
    right:2px;
    top:2px;
    height: calc(100% - 4px);
    width: 3px;
    border-radius: 50px;
    background: #333;
}
.xwin .xnav .box{
    position: relative;
    display:inline-block;
    background: #333;
    border-radius:5px;
    margin-right: 10px;
    margin-top:-2px;
    width:22px;
    height:22px;
    vertical-align: middle;
    background-image: linear-gradient(135deg, #555, #333);
    /*
    background: #000 url("/code/images/backg.jpg") no-repeat fixed center;
    background-size: cover;
    */
}
/* config ####################################################################*/
.config_bt{
	display:inline-block;
	width:80px;
	height:80px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	line-height:12px !important;
	font-size:11px !important;
	letter-spacing:-0.5px;
}
.config_bt .symbol{
	display:block;
	margin:auto;
	width:80px;
    height:40px;
    padding:0px;
    text-align: center;
}
.config_bt .symbol .icon2{
    display: inline-block;
    margin:auto;
    width:26px;
    height:26px;
    padding:7px;
    transition: 0.2s all;
}
.config_bt:hover .symbol .icon2{
    width:36px;
    height:36px;
    padding:2px;
}
.config_bt .trenner{
	position: absolute;
	left:-5px;
	top:5px;
	width:1px;
	height: 60px;
	background:#dddddd;
}
/* hinweis #########################################################################*/
#hinweis{
	position:fixed;
	top:0px;
	left:0px;
	z-index:205;
    z-index:301;
	font-size:14px;
	line-height:18px;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
}
#hinweis.full{
    width:100%;
    height: 100%;
}
#hinweis div,#hinweis br{
	font-size:inherit;
	line-height:inherit;
    font-family:inherit;
}
#hinweis hr{
    height: 1px;
    line-height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(100% + 60px);
    margin-left: -30px;
    background: #fff;
    box-shadow: 0px 0.5px 1px rgba(0,0,0,0.3);
}
.hinweis_hint,.hinweis_ok,.hinweis_hint_dot,.hinweis_ok_dot,.hinweis_hint_confirm,.hinweis_sql,.hinweis_eingabe{
	position:absolute;
	width:auto;
	color:#fff;
	text-align:center;
    text-shadow: 0px 0.5px 1px rgba(0,0,0,0.7);
	background:#f66;
    background:rgba(255,10,10,0.7);
	box-shadow:0px 3px 20px rgba(0,0,0,1);
	min-width:300px;
	padding:30px;
	cursor:pointer;
	line-height:1.5em;
    border-radius:10px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.hinweis_hint .icon2,.hinweis_ok .icon2{
    position: relative;
    stroke-width:0;
    width:60px;
    height:60px;
    padding:0px;
    z-index:2;
    filter:drop-shadow(0px 0.5px 1px rgba(0,0,0,0.5));
    margin-bottom:10px;
}
.hinweis_hint .icon2 path,.hinweis_ok .icon2 path{
    stroke:#fff;
}

.hinweis_sql{
	width:600px;
	cursor:default;

}
.hinweis_sql .auswahl{
	display:block;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	margin-bottom:10px;
	width:100%;
	height:100px;
	color:#fff;
	padding:5px;
	border:1px solid rgba(255,255,255,0.5);
	cursor:pointer;
	background:rgba(0,0,0,0);
}
.hinweis_sql .auswahl:hover{
	border:1px solid rgba(255,255,255,1);
	background:rgba(0,0,0,0.2);
}
.hinweis_hint_dot,.hinweis_ok_dot{
	overflow:hidden;
	width:80px;
	height:80px;
	min-width:auto;
	border-radius:80px;
	padding:0px;
	transition:opacity 0.5s;
}
.hinweis_hint_dot img,.hinweis_ok_dot img{
	width:80px;
	height:80px;
	position:absolute;
	top:0px;
	left:0px;
}
.hinweis_ok,.hinweis_ok_dot{
	background:#62c769;
    background:rgba(10,235,10,0.7);
}
#hinweis .close{
	position:absolute;
	right:0px;
	top:0px;
	height:20px;
	width:20px;
	line-height:20px;
	text-align:center;
	color:#fff;
}
.hinweis_hint:hover .close,.hinweis_ok:hover .close{
	opacity:0.5;
}
#hinweis .dauer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:0%;
	height:5px;
	background:rgba(0,0,0,0.3);
	transition:width 0s;
}
.hinweis_hint_dot .dauer,.hinweis_ok_dot .dauer{
	height:80px !important;
	background:rgba(0,0,0,0.1) !important;
}
.hinweis_hint_confirm{
	cursor:default;
	white-space:nowrap;
    background: rgba(0,0,0,0.7);
    padding:30px 30px;
    border-radius:20px;
    border:1px solid #333;
    box-shadow:0px 0px 50px #000;
}
.hinweis_hint_confirm button{
	margin:10px 10px;
    padding:20px 20px;
    display:block;
    width: calc(100% - 20px);
    text-align: center;
    font-size:14px;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
    color:#000;
    text-transform: uppercase;
}
.hinweis_hint_confirm .icon2{
    position: relative;
    stroke-width:0;
    width:140px;
    height:140px;
    padding:9px;
    z-index:2;
}
.hinweis_hint_confirm .icon2 path{
    fill:#f00;
    stroke:#f00;
}
.hinweis_eingabe{
    padding:20px;
    padding-top: 15px;
    cursor:default;
    background: #fff;
    color:#000;
    text-shadow: none;
    text-align: left;
}
.hinweis_eingabe input,.hinweis_eingabe textarea{
    display: block;
    width: calc(100% - 20px);
    border-radius: 3px;
    outline: 1px solid #ccc;
    background: #eee;
    padding:5px 10px;
    margin-top: 10px;
    margin-bottom:10px;
}
.hinweis_eingabe textarea{
    height: 100px;
    resize: vertical;
}
#sperre{
    display:none;
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	z-index:300;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
#sperre.eingabe{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
#sperre .text{
    color:#fff;
    text-align: center;
    background: #000;
    padding:40px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #000;
    outline:1px solid #333;
}
#sperre .text h1{
    color:inherit;
    text-align: inherit;
}
#sperre .icon2{
    display: block;
    margin:auto;
    margin-bottom: 40px;
    stroke-width:0;
    width:80px;
    height:80px;
}
#sperre .icon2 path{
    /*stroke:#f00;*/
    fill:#f00;

}
#sperre .upload{
    display: block;
    text-align: center;
}
#sperre .upload .filename{
    color:#fff;
    font-size: 11px;
    text-align: center;
}
#sperre .upload small{
    display:block;
    font-size: 10px;
    color:#aaa;
    text-align: center;
}
#sperre .upload .balken{
    display: inline-block;
    position: relative;
    overflow:hidden;
    width:200px;
    height: 6px;
    border:1px solid #fff;
    box-shadow: 0 0 5px #000;
    border-radius: 20px;
    margin-top: 10px;
}
#sperre .upload .balken .pos{
    position: absolute;
    top:0px;
    left: 0px;
    height: 100%;
    width:0%;
    background: #fff;
    transition: all 0.2s;
}
/* Warnung #########################################################################*/
.warnung{
	display: inline-block;
	margin-bottom:20px;
	margin-right: 20px;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	padding:10px 16px;
    border-radius:30px;
    line-height: 20px;
    text-decoration: none;
}
a.warnung:hover{
    box-shadow: 0px 0px 10px #000;
}
.warnung span{
	display: inline-block;
	font-size: 16px;
	vertical-align: baseline;
	color:inherit;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3),inset 1px 1px 1px rgba(0,0,0,0.3);*/
    text-shadow: none;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);

    width:20px;
	height:20px;
	text-align: center;
	border:2px solid #fff;
	margin-right: 10px;
	margin-left:-5px;
	border-radius: 20px;
    background: #fff;
    font-weight:900;
}
.warnung.rot{
	background: #ff0000;
}
.warnung.orange{
	background: #ff9118;
}
.warnung.gruen{
	background: #2ac432;
}
.warnung.blau{
	background: #3193f1;
}
.warnung.rot span{
    color: #ff0000;
}
.warnung.orange span{
    color: #ff9118;
}
.warnung.gruen span{
    color: #2ac432;
}
.warnung.blau span{
    color: #3193f1;
}
.warnung .pics{
    vertical-align: middle;
}
/* GALERIE ############################################################ */
#galerie{
	display: none;
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#222;
	z-index:201;
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-transform: translate3d(0,0,0);
}
#galerie .btn{
	position: absolute;
	top:0px;
	left:0px;
	cursor: pointer;
}
#galerie .btn:hover{
	opacity: 0.5;
}
#galerie .bild{
	display: none;
	position: absolute;
	height:calc(100% - 150px);
	width:100%;
	top:30px;
	margin: auto;
	z-index:9;
}
#galerie .bild img{
	max-width:calc(100% - 100px);
	max-height:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.2s;
    border-radius: 3px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}
#galerie .tags{
    position: absolute;
	bottom:-20px;
    width:100%;
    font-size:10px;
    line-height: 15px;
    color:#ccc;
    text-align:center;
}
#galerie .tags .tag{
    color:inherit;
    font-size:inherit;
    display: inline-block;
    margin:0px 5px;
}
#galerie .liste{
	display: none;
	position: absolute;
	bottom:0px;
	height: 102px;
	max-width:100%;
	text-align: center;
	white-space: nowrap;
	left:50%;
	transform: translateX(-50%);
	overflow-x: scroll;
	-webkit-overflow-scrolling:touch;
	opacity: 0;
	bottom:-40px;
	transition: all 0.2s;
}
#galerie .liste .btn{
	display: inline-block;
	position: relative;
	top:30px;
	left:0px;
	height: 60px;
	margin:0 5px;
	margin-top:-20px;
	vertical-align: top;
	opacity: 0.5;
	transition: all 0.2s;
	border:2px solid #222;
    border-radius: 3px;
}
#galerie .liste .btn:hover{
	opacity: 1;
}
#galerie .liste .btn.aktiv{
	border:2px solid #f00;
}
#galerie .close{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}
#galerie .download_btn,
#galerie .download_btn_all{
	position: absolute;
	top:0px;
	right:0px;
    padding:3px;
    padding-bottom:10px;
	cursor: pointer;
    z-index:11;
    color:#fff;
    font-size:10px;
    vertical-align: middle;
    line-height: 14px;
}
#galerie .download_btn{
    right:80px;
}
#galerie .load_icon{
	position:fixed;
	bottom:50%;
	left:50%;
	margin-bottom:-20px;
	margin-left:-20px;
	height:40px;
	width:40px;
	animation: loading_ani 0.7s linear infinite;
}
#galerie .load_icon .pics.loading {
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
}
#galerie .prev,#galerie .next{
	position: absolute;
	left:0px;
	top:0px;
	width: 50%;
	height: 100%;
	z-index:10;
	opacity: 0;
	transition: all 0.2s;
	cursor: pointer;
}
#galerie .next{
	left:auto;
	right:0px;
}
#galerie .next:hover,#galerie .prev:hover{
	opacity: 1;
}
#galerie .prev .pics,#galerie .next .pics{
	position: absolute;
	left:5px;
	top:50%;
	margin-top:-40px;
}
#galerie .next .pics{
	left:auto;
	right:5px;
}
/* VORLAGE ############################################################ */
#vorlage{
	display: none;
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#222;
	z-index:200;
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-transform: translate3d(0,0,0);
}
#vorlage .close{
	position: absolute;
	top:0px;
	left:0px;
	width:40px;
	height:40px;
	cursor: pointer;
	opacity: 0.5;
	z-index:10;
}
#vorlage .close:hover{
	opacity: 1;
}
#vorlage .load_icon{
	position:fixed;
	bottom:50%;
	left:50%;
	margin-bottom:-20px;
	margin-left:-20px;
	height:40px;
	width:40px;
	animation: loading_ani 0.7s linear infinite;
}
#vorlage .seiten{
	position: absolute;
	left: 0px;
	top: 30px;
	height: calc(100% - 80px);
	width:140px;
	background: #333;
	overflow: scroll;
	padding-bottom:50px;
	z-index:1;
}
#vorlage .seiten .seite{
	display: block;
	width: 100px;
	margin-left: 20px;
	margin-bottom:20px;
	cursor: pointer;
	text-align: center;
}
#vorlage .seiten .seite:hover{
	opacity: 0.5;
}
#vorlage .seiten .seite img{
	display: block;
	max-width:100%;
	background: #fff;
}
#vorlage .seiten .seite .nr{
	display: inline-block;
	font-size: 11px;
	color: #fff;
	border-radius:10px;
	margin-top: 3px;
	padding:0px 5px;
}
#vorlage .seiten .seite .nr.aktuell{
	color: #fff;
	background: #c00;
}
#vorlage .seiten_titel{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	width:140px;
	background: #333;
	text-align: center;
	color:#fff;
	font-size: 10px;
	line-height: 30px;
	z-index:2;
}
#vorlage .editor_tools{
	position: absolute;
	height: 30px;
	width: calc(100% - 400px);
	top:15px;
	left:160px;
	text-align: left;
	z-index:2;
}
#vorlage .editor_tools .btn{
	display:inline-block;
	height: 30px;
	color:#fff;
	font-size: 10px;
	line-height: 30px;
	cursor: pointer;
    background: #333;
    margin-right: 5px;
    border-radius: 3px;
    padding:0px 10px;
    vertical-align: top;
}
#vorlage .editor_tools .btn:hover{
	background: #666;
}
#vorlage .editor_tools .tools{
    border-left:1px solid #c00;
    display:inline-block;
	height: 30px;
    line-height: 30px;
    color:#fff;
    font-size: 10px;
	position: relative;
    vertical-align: top;
    margin-left:10px;
    padding-left:15px;
    white-space: nowrap;
}
#vorlage .editor_tools .tools .zahl,#vorlage .editor_tools .tools select{
    display: inline-block;
    width:30px;
    text-align: right;
    color:#fff;
    background: none;
    border:1px solid #999;
    border-radius: 3px;
    vertical-align: baseline;
    font-size: 10px;
    padding:3px 3px;
    margin-left: 3px;
    margin-right: 5px;
}
#vorlage .editor_tools .tools .zahl:focus{
    border:1px solid #e00;
}
#vorlage .editor_tools .tools select{
    appearance: none;
    width: auto;
    padding:0px 3px;
    height: 26px;
}
#vorlage .editor_tools .tools .del{
    display: inline-block;
    padding:7px 5px;
    cursor:pointer;
    vertical-align: top;
}
#vorlage .editor_tools .tools .del:hover{
    opacity: 0.5;
}
#vorlage .editor{
	position: absolute;

	height: calc(100% - 60px);
	width: calc(100% - 400px);
	top:60px;
	left:160px;
	overflow: scroll;
}
#vorlage .editor img{
	display: block;
	width:1200px;
	background: #fff;
	z-index:1;
}
#vorlage .editor .obj{
    position: absolute;
    left:50%;
    top:50%;
    height: 50px;
    width: 200px;
    background: url(images/pic_editor_bg.png);
    border-radius: 2px;
}
#vorlage .editor .obj:hover{
	z-index:1;
}
#vorlage .editor .obj.aktiv{
    box-shadow: inset 0 0 2px #f00,inset 0 0 5px #f00;
}
#vorlage .editor .obj textarea{
    position: absolute;
    padding:5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left:0px;
    top:0px;
    background: none;
    font-size: 12px;
    color:#000;
}


/*
#vorlage .editor .platzhalter{
	position: absolute;
	left:0px;
	top:0px;
	height: 100%;
	width: 100%;
	z-index: 2;
}
#vorlage .editor .platzhalter .elm{
	position: absolute;
	left:50%;
	top:50%;
}
#vorlage .editor .platzhalter .elm:hover{
	z-index:1;
}
#vorlage .editor .platzhalter .elm:hover .over,
#vorlage .editor .platzhalter .elm:hover .ic,
#vorlage .editor .platzhalter .elm:hover .schrift,
#vorlage .editor .platzhalter .elm.aktiv .over,
#vorlage .editor .platzhalter .elm.aktiv .ic,
#vorlage .editor .platzhalter .elm.aktiv .schrift{
	display: block;
}
#vorlage .editor .platzhalter .elm:hover .label,
#vorlage .editor .platzhalter .elm.aktiv .label{
	background:#f00;
}
#vorlage .editor .platzhalter .elm .over{
	display: none;
	position: absolute;
	left:-20px;
	top:-2px;
	width:calc(100% + 40px);
	height:calc(100% + 22px);
	background: #000;
	border-radius:5px;
}
#vorlage .editor .platzhalter .elm .label{
	position: relative;
	background:rgba(255,0,0,0.8);
	color:#fff;
	font-size:10px;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
	white-space: nowrap;
	padding:2px 5px;
	height:calc(100% - 4px);
	width:100%;
	border-radius:5px;
	box-shadow:0px 0px 3px #000,0px 0px 3px #000;
	cursor: move;
	overflow:hidden;
}
#vorlage .editor .platzhalter .elm .del{
	display: none;
	position: absolute;
	left:-18px;
	top:2px;
	cursor: pointer;
}
#vorlage .editor .platzhalter .elm .ic:hover{
	opacity: 0.5;
}
#vorlage .editor .platzhalter .elm .size{
	display: none;
	position: absolute;
	right:-18px;
	bottom:-18px;
	cursor: pointer;
}
#vorlage .editor .platzhalter .elm .bminus{
	display: none;
	position: absolute;
	left:0px;
	bottom:-18px;
	cursor: pointer;
}
#vorlage .editor .platzhalter .elm .bplus{
	display: none;
	position: absolute;
	left:38px;
	bottom:-18px;
	cursor: pointer;
}
#vorlage .editor .platzhalter .elm .schrift{
	display: none;
	position: absolute;
	left:18px;
	bottom:-18px;
	background:#f00;
	font-size: 10px;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
	color:#fff;
	text-align: center;
	width:16px;
	border-radius:0px 0px 5px 5px;
	padding:0px 0px;
}
*/
#vorlage .platzhalter_liste{
	position: absolute;
	right: 0px;
	top: 30px;
	height: calc(100% - 80px);
	width:220px;
	background: #333;
	overflow: scroll;
	padding-bottom:50px;
	z-index:1;
}
#vorlage .platzhalter_titel{
	position: absolute;
	top:0px;
	right:0px;
	width:220px;
	height: 30px;
	background: #333;
	text-align: center;
	color:#fff;
	font-size: 10px;
	line-height: 30px;
	z-index:2;
}
#vorlage .platzhalter_liste .elm{
	display: block;
	font-size: 11px;
	color:#aaa;
	padding:2px 10px;
	padding-left: 7px;
	cursor: pointer;
	border-left:3px solid transparent;
}
#vorlage .platzhalter_liste .elm:hover{
	color:#fff;
	background: rgba(255,255,255,0.2);
	border-left:3px solid #f00;
}
#vorlage .platzhalter_liste .abstand{
	cursor: default;
	height: 50px;
}
/* dCHART #########################################################################*/
.dCHART{
	display: inline-block;
	margin: 0px;
	vertical-align: top;
	background:rgba(255,0,0,0.1);
	cursor:default;
}
.dCHART.neu{
	background:rgba(0,0,0,0.1);
}
.dCHART.kreis{
	border-radius:200px;
	text-align: center;
	background:none;
}
.dCHART.sticker{
	border-radius:3px;
	text-align: center;
}
.dCHART.punkt{
	background: none;
}
.dCHART.punkt .pkt{
	display: inline-block;
	margin-right: 3px;
	border-radius: 300px;
	vertical-align: middle;
	margin-top: -2px;
}
.dCHART.strich{
	background: none;
	cursor:help;
}
.dCHART.strich:hover{
	opacity: 0.5;
}
.dCHART.strich .teilstrich{
	position: relative;
	display: inline-block;
	line-height: inherit;
	white-space: nowrap;
	vertical-align: top;
}
.dCHART.strich .teilstrich:last-child .label{
	position: absolute;
	left:auto;
	right: 0px;
}
.dCHART.strich .teilstrich .label{
	line-height: inherit;
	position: relative;
	left:0px;
	top:0px;
}
.dCHART.balken{
	border-radius:3px;
}
/* dCHART2 #########################################################################*/
.dashboard{
    position: relative;
    white-space: normal;
}
.dashboard h1{
    font-size:14px;
    color:#fff;
    margin: 0px;
    margin-bottom:20px;
}
.dashboard .global{
    position: fixed;
    top:80px;
    right:0px;
    padding:10px;
}
.dashboard .editor{
    position: fixed;
    top:50px;
    right:3px;
    padding:10px;
}
.dashboard_heatmap{
    position: fixed;
    display:block;
    width:800px;
    height: 600px;
    background: #fff;
    box-shadow:0px 2px 3px rgba(0,0,0,0.5);
    border-radius:3px;
}
.dCHART2{
    display: inline-block;
	margin: 0px;
	vertical-align: top;
    box-shadow:0px 2px 3px rgba(0,0,0,0.5);
    margin-right: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    background: #fff;
    overflow: hidden;
    border-radius:var(--main-border-radius);
}
.dCHART2 .header,.dCHART2 .chart,.dCHART2 .legende{
    display: block;
    position: relative;
}
.dCHART2 .header{
    background: #fff;
}
.dCHART2 .header .cfg{
    display: inline-block;
    vertical-align: middle;
}
.dCHART2 .header .zoom{
    display: inline-block;
    vertical-align: middle;
}
.dCHART2 .chart_legende{
    position: relative;
    display: block;
    white-space: normal;
}
.dCHART2 .chart_legende.rechts{
    white-space: nowrap;
    padding-bottom: 10px;
}
.dCHART2 .chart_legende.ohne{
    white-space: nowrap;
    padding-bottom: 10px;
}
.dCHART2 .chart_legende.ohne .legende{
    display: none;
}
.dCHART2 .chart_legende.rechts .legende,
.dCHART2 .chart_legende.rechts .chart{
    display:inline-block;
    vertical-align: middle;
    height: auto;
}
.dCHART2 .chart_legende.rechts .chart{
    vertical-align: top;
}
.dCHART2 .chart{
    background: #fff;
    white-space: nowrap;
}
.dCHART2 .chart .cBalken{
    position: absolute;
    left: 20px;
    top:10px;
    width:calc(100% - 40px);
    height:calc(100% - 30px);
}
.dCHART2 .chart .cBalken .skala{
    display: inline-block;
    position: relative;
    height:100%;
    top:-1px;
}
.dCHART2 .chart .cBalken .skala .wert{
    position: relative;
    display: block;
    text-align: right;
    font-size:10px;
    color:#999;
    line-height:0px;
    padding-right: 5px;
    border-top:1px solid transparent;
}
.dCHART2 .chart .cBalken .balken{
    display: inline-block;
    position: relative;
    height:100%;
}
.dCHART2 .chart .cBalken .balken .linie{
    position: relative;
    display: block;
    font-size:10px;
    line-height:0px;
    width:100%;
    border-top:1px solid rgba(0,0,0,0.1);
}
.dCHART2 .chart .cBalken .balken .spalte{
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
}
.dCHART2 .chart .cBalken .balken .spalte .werte{
    bottom:0px;
}
.dCHART2 .chart .cBalken .balken .spalte .wert{
    display: inline-block;
    position: relative;
    bottom:0px;
    width:7px;
    height:0px;
    border-radius: 3px 3px 0px 0px;
    margin:0px 1px;
    vertical-align:bottom;
}
.dCHART2 .chart .cBalken .balken .spalte .wert:hover{
    opacity: 0.5;
}
.dCHART2 .chart .cBalken .balken .spalte .bez{
    position: absolute;
    bottom:-20px;
    left:0px;
    height: 20px;
    width: 100%;
    line-height: 20px;
    font-size:10px;
    color:#999;
    text-align: center;
}
.dCHART2 .chart .cBalken.cLinien .balken canvas{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.dCHART2 .chart .cBalken.cLinien .balken .spalte .wert{
    position: absolute;
    height:7px;
    border-radius: 8px;
    margin:0px;
    margin-bottom:-3.5px;
    margin-left:-3.5px;
    vertical-align:bottom;
}
.dCHART2 .chart .cKuchen{
    position: absolute;
    left:20px;
    top:0px;
    width:calc(100% - 40px);
    height:calc(100% - 5px);
    text-align: center;
    overflow:hidden;
}
.dCHART2 .chart .cKuchen canvas{
    position: relative;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.dCHART2 .chart .cKuchen .gauge_legende{
    position: absolute;
}
.dCHART2 .chart .cKuchen .gauge_legende .start{
    position: absolute;
    left:0px;
    width:25%;
    text-align: center;
    font-size:10px;
}
.dCHART2 .chart .cKuchen .gauge_legende .ende{
    position: absolute;
    right:0px;
    width:25%;
    text-align: center;
    font-size:10px;
}
.dCHART2 .chart .cKuchen .gauge_legende .aktuell{
    position: absolute;
    text-align: center;
    font-size:12px;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
}
.dCHART2 .chart .cKuchen .aktuell small{
    display: block;
    margin-top:0px;
    text-align: center;
}
.dCHART2 .chart .cKacheln{
    position: relative;
    display: block;
    left:16px;
    top:-4px;
    width:calc(100% - 16px - 16px);
    height:calc(100% - 10px);
}
.dCHART2 .chart .cKacheln .zeile{
    position: relative;
    display: block;
    height: calc(50% - 4px);
    width: calc(100% - 4px);
    margin:2px;
    padding-right:32px;
}
.dCHART2 .chart .cKacheln .zeile .box{
    position: relative;
    display: inline-block;
    white-space: normal;
    height:100%;
    border-radius: 5px;
    margin:1px;
}
.dCHART2 .chart .cKacheln .zeile .box div{
    color:#fff;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
    font-size:18px;
    line-height: 20px;
    text-align: center;
    text-shadow:0px 0px 2px rgba(0,0,0,0.5);
}
.dCHART2 .chart .cKacheln .zeile .box div.only{
    font-size:24px;
    line-height: 24px;
}
.dCHART2 .chart .cKacheln .zeile .box div small{
    display: block;
    color:#fff;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
    font-size:10px;
    line-height: 12px;
    text-align: center;
    text-shadow:0px 0px 2px rgba(0,0,0,0.5);
}
.dCHART2 .header h2{
    display: block;
    line-height: 40px;
    height: 40px;
    padding:0px 20px;
    margin:0px;
    font-size:12px;
}
.dCHART2 .legende{
    height: 30px;
    padding:0px 20px;
    background: #fff;
}
.dCHART2 .legende .label{
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
    color:#666;
    line-height: 30px;
}
.dCHART2 .legende .label .pkt{
    display: inline-block;
    width:8px;
    height: 8px;
    border-radius: 10px;
    margin-right: 3px;
}
.dCHART2 .chart_legende.rechts .legende{
    padding:0px;
    padding-right:10px;
}
.dCHART2 .chart_legende.rechts .legende .label{
    display: block;
    line-height: 14px;
}
.chart_linie{
    display:block;
    background: rgba(0,0,0,0.5);
    background: rgba(255,255,255,0.5);
    height: 1px;
    margin:10px 0px;
    margin-bottom: 20px;
}
#dCHART2filter{
	display: none;
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#222;
	z-index:200;
	opacity: 0;
	transition: opacity 0.1s;
	-webkit-transform: translate3d(0,0,0);
}
#dCHART2filter .close{
	position: absolute;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
	cursor: pointer;
}
#dCHART2filter .anwenden{
	position: absolute;
	top:20px;
	right:0px;
    line-height: 30px;
    height:30px;
    background: #fff;
    color:#000;
    border-radius: 50px 0px 0px 50px;
    padding:0px 20px;
	cursor: pointer;
    transition: right 0.2s;
}
#dCHART2filter .anwenden:hover{
    right: -10px;
}
#dCHART2filter .chart_titel{
    top:10px;
    color:#fff;
}
#dCHART2filter .chart_titel input{
    display: inline-block;
    width:400px;
    padding:3px 10px;
    background: #555;
    color:#fff;
    font-size:13px;
    border-radius: 3px;
    text-align: center;
}
#dCHART2filter .chart_titel input.na{
    background: #333;
}
#dCHART2filter .chart_titel .tools{
    white-space: nowrap;
}
#dCHART2filter .chart_titel input.datum{
    width:100px;
    margin:5px;
}
#dCHART2filter .chart_titel input:focus{
    background: #fff;
    color:#333;
}
#dCHART2filter .chart_titel .pics_nav{
    position: relative;
    line-height: 0px;
    margin-top: -11px;
    margin-bottom: -10px;
}
#dCHART2filter .spalten{
    position: absolute;
    top:60px;
    left:0px;
    padding:0px 30px;
    width:calc(100% - 60px);
    height:calc(100% - 60px);
    overflow-y: scroll;
    overflow-x: scroll;
    white-space: nowrap;
}
#dCHART2filter .gesetzt{
    display: block;
    margin-bottom: 10px;
}
#dCHART2filter .box{
    display:inline-block;
    vertical-align: top;
    padding:3px;
    min-width:160px;
    white-space: normal;
    margin-right:20px;
}
#dCHART2filter .box .titel{
    display: block;
    color:#fff;
    margin-bottom:5px;
}
#dCHART2filter .box input{
    display:block;
    border-radius:3px;
    background: #333;
    font-size:11px;
    padding:2px 5px;
    color:#fff;
    width:calc(100% - 0px);
    margin-bottom:5px;
}
#dCHART2filter .box input:focus{
    color:#333;
    background: #fff;
}
#dCHART2filter .box .add{
    display:block;
    font-size:12px;
    color:#ccc;
    background: #111;
    margin-bottom:1px;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.6;
    padding-right:5px;
}
#dCHART2filter .box .add:hover{
    opacity: 1;
}
#dCHART2filter .box .add .ic{
    margin-top:2px;
    margin-left:2px;
}
#dCHART2filter .box .gesetzt .add{
    opacity: 1;
}
#dCHART2filter .box .gesetzt .add:hover{
    opacity: 0.6;
}
#dCHART2filter .verlauf{
    position: fixed;
    bottom:0px;
    left:0px;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),#222);
    border-bottom:15px solid #222;
    display: none;
}
#dCHART2filter .reset{
    margin-left: 10px;
    vertical-align: middle;
    padding: 2px 0px;
}
#dCHART2filter .set_default{
    margin-right: 10px;
    vertical-align: middle;
    padding: 2px 0px;
}
#dCHART2zoom{
	display: none;
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#fff;
	z-index:201;
	opacity: 0;
	transition: opacity 0.1s;
	-webkit-transform: translate3d(0,0,0);
}
#dCHART2zoom hr{
    display: block;
    height: 1px;
    margin:10px 0px;
    background: #eee;
}
#dCHART2zoom table{
    empty-cells:show;
	border-collapse:collapse;

}
#dCHART2zoom td.wert{
    padding-left:20px;
    text-align: right;
    vertical-align: baseline;
}
#dCHART2zoom .close{
	position: absolute;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
	cursor: pointer;
    z-index:1;
}
#dCHART2zoom .chart_titel{
    position: absolute;
    top:0px;
    left:0px;
    height: 50px;
    width:100%;
    line-height: 50px;
    text-align: center;
    font-size:18px;
}
#dCHART2zoom .dCHART2 .chart{
    position: absolute;
    top:100px;
    left:50px;
    width:calc(100% - 400px);
    height:calc(100% - 150px);
}
#dCHART2zoom .dCHART2 .legende{
    display: block;
    position: absolute;
    top:100px;
    right:00px;
    width:330px;
    height:calc(100% - 150px);
    padding:0px;
    padding-right:10px;
    overflow: auto;
}
#dCHART2zoom .dCHART2 .legende .label{
    position: relative;
    display: block;
    line-height: 20px;
    font-size:12px;
    white-space: normal;
    padding-left:15px;
    line-height: 14px;
}
#dCHART2zoom .dCHART2 .legende td{
    padding-top:2px;
    padding-bottom:2px;
}
#dCHART2zoom .dCHART2 .legende td:last-child{
    padding-right:50px;
}
#dCHART2zoom .dCHART2 .legende tr:hover{
    background: #eee;
    border-radius: 3px;
}
#dCHART2zoom .dCHART2 .legende .label .pkt{
    position: absolute;
    left:4px;
    top:3px;
}
#dCHART2zoom .dCHART2 .chart .cKuchen .gauge_legende .start,
#dCHART2zoom .dCHART2 .chart .cKuchen .gauge_legende .ende{
    font-size:12px;
}
#dCHART2zoom .dCHART2 .chart .cKuchen .gauge_legende .aktuell{
    font-size:18px;
}
#dCHART2zoom .dCHART2 .chart .cKuchen .gauge_legende .aktuell small{
    font-size:14px;
    margin-top: 10px;
}
/* dCHART3 #########################################################################*/
.dCHART3{
    position: relative;
    display: inline-block;
	margin: 0px;
	vertical-align: top;
    box-shadow: var(--main-box-shadow);
    margin-right: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    background: #fff;
    border-radius:var(--main-border-radius);
    padding:0px;
    overflow: hidden;
}
.dCHART3.init{
    display:none;
}
.dCHART3 .header{
    position: absolute;
    top:0px;
    left:0px;
    width:calc(100% - 20px);
    height:20px;
    line-height: 20px;
    padding:5px 10px;
    white-space: nowrap;
    z-index: 1;
}
.dCHART3 .header .title{
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
}
.dCHART3 .header .edit{
    display: inline-block;
    float:right;
    margin-right: -2px;
    padding-left:3px;
    padding-top: 3px;
    padding-bottom: 0px;
    vertical-align: top;
    opacity: 0;
    transition: all 0.1s;
}
.dCHART3:hover .header .edit{
    opacity: 1;
}
.dCHART3:hover .header .edit:hover{
    opacity: 0.5;
}
.dCHART3 .canvas{
    position: absolute;
    top:20px;
    left:0px;
    width:calc(100% - 0px);
    height:calc(100% - 20px);
}
.dCHART3 .canvas.bar{
    top:30px;
    height:calc(100% - 25px);
}
.dCHART3 .canvas.tiles{
    white-space: nowrap;
    padding:10px 7.5px;
    opacity: 0.5;
    transform: scaleY(0);
    transition: 0.3s all cubic-bezier(0, 0, 0, 1.0);
}
.dCHART3 .canvas.tiles.show{
    opacity: 1;
    transform: scaleY(1);
}
.dCHART3 .canvas .tile{
    display: inline-block;
    position: relative;
    border-radius: 3px;
    margin-left:2.5px;
    margin-right: 2.5px;
    height: calc(100% - 20px);
    width:100px;
    box-shadow: inset 20px 20px 30px rgba(255,255,255,0.1);
    white-space: normal;
}
.dCHART3 .canvas .tile .title{
    text-align: center;
    display: block;
    font-size:11px;
    line-height: 12px;
    color:#fff;
    text-shadow:0px 0px 1px rgba(0,0,0,1);
    padding-top: 10px;
}
.dCHART3 .canvas .tile .value{
    text-align: center;
    font-size:18px;
    color:#fff;
    text-shadow:0px 0px 1px rgba(0,0,0,1);
}
.dCHART3 .canvas canvas{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.dCHART3 .load{
    filter:invert(1);
    opacity: 0.25;
}
.dCHART3 .load div{
	position:absolute;
	left:-20px;
	top:-20px;
	width:40px;
	height:40px;
	animation: loading_ani 0.5s linear infinite;
}
.dCHART3box{
    display: block;
    position: relative;
    width:calc(100% - 0px);
}

/* Farb-Labels ############################################################## */
.flabel{
    display: inline-block !important;
    vertical-align: baseline !important;
    position: relative !important;
    background: var(--farbe-rot);
    color:#fff;
    font-family:open_sansbold,Helvetica, Ariel, sans-serif;
    font-size:10px !important;
    padding: 0px 3px !important;
    border-radius: 2px !important;
    cursor: default;
}
.flabel.big{
    font-size:12px !important;
    padding: 2px 5px !important;
    margin-bottom: 1px;
}
.flabel.bigger{
    font-size:16px !important;
    padding: 4px 8px !important;
    margin-top: -3px;
    margin-right:5px;
    vertical-align: middle !important;
}
.flabel.weiss{
	background:#fff;
}
.flabel.schwarz{
	background:#000;
}
.flabel.rot{
	background: #ff0000;
}
.flabel.gruen{
	background: #2ac432;
}
.flabel.orange{
	background: #ff9118;
}
.flabel.gelb{
	background: #ffce44;
}
.flabel.blau{
	background: #3193f1;
}
.flabel.grau{
	background: #959595;
}
.flabel.hellgrau{
	background: #c2c2c2;
}
.flabel.rosa{
	background: #f8a7f0;
}
.flabel.lila{
	background: #ba6cff;
}
/* HELP ##################################################################### */
#help{
	display: none;
	position: absolute;
	top:0px;
	left:0px;
	background:#222;
	color:#fff;
    white-space: nowrap;
	font-size:10px;
	padding:1px 5px;
	border:1px solid #fff;
	border-radius:3px;
	box-shadow: 0px 0px 3px #000;
	z-index:210;

}
#help code{
    font-size: inherit;
    line-height: inherit;
    color: #ff0000;
}
#help span{
    font-size: inherit;
    line-height: inherit;
    color: #2ac432;
}
#help hr{
    display:block;
    height: 1px;
    width: calc(100% + 10px);
    margin-left: -5px;
    background: rgba(255,255,255,0.25);
}
#help .ic{
    vertical-align: middle;
    margin-bottom: 1px;
}
#help .ic.rand{
    border:1px solid #ccc;
}
#help .ic .black{
    filter:invert(0);
}
.help{
	cursor:help;
}
.help.inline{
    display:inline-block;
}
.help.default{
    cursor:default;
}
#pw_staerke{
	position: relative;
	margin-top: 7px;
	display:block;
	background: rgba(0,0,0,0.05);
	width:calc(100% + 1px);
	height: 5px;
}
#pw_staerke div{
	position: absolute;
	top:0px;
	left:0px;
	display: inline-block;
	width:20%;
	height:5px;
}
/* Logo Footer #########################################################################*/
.logo_footer{
	position:fixed !important;
	width:120px;
	height:20px;
	bottom:5px;
	left:50%;
	margin-left:-60px;
	opacity:0;
	transition:0.5s;
	z-index:-1;
}
.logo_footer:hover{
	opacity:0;
}
/* loading #########################################################################*/
#loading{
	display:none;
	position:fixed;
	left:50%;
	bottom:45px;
    z-index: 301;
}
@keyframes loading_ani {
  0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}
}
#loading div{
	position:absolute;
	left:-20px;
	top:-20px;
	width:40px;
	height:40px;
	animation: loading_ani 0.5s linear infinite;
}
/* SVG Icons #################################################################*/
.isvg{

}
.isvg_nav{
    position: relative;
    stroke:#fff;
    stroke-width:2;
    fill:#f00;
    background: #f00;
    width:30px;
    height:30px;
    padding:5px;
    z-index:1;
}
/* sprites ####################################################################*/
.prozent_50             {display: inline-block;vertical-align: middle;width:20px;height:20px;overflow:hidden;}
.prozent_50 .pics       {transform: scale(0.5);margin-left: -10px;margin-top: -10px;}
.pics{
	position:relative;
	display:inline-block;
	vertical-align:top;
	background:url(images/pics.png?v=47) no-repeat 0 0;
	background-size: 400px 400px;
	width:40px;
	height:40px;
}
.pics.m{
	vertical-align:middle;
}
.pics.black{
    filter:invert(1) opacity(0.8);
}
.pics.icon_menu	 		{background-position:0px 0px;}
.pics.icon_logout	 	{background-position:-40px 0px;}
.pics.icon_pw	 		{background-position:-80px 0px;}
.pics.loading	 		{background-position:-120px 0px;}
.pics.hinweis	 		{background-position:-160px 0px;}
.pics.icon_hint	 		{background-position:-200px 0px;}
.pics.hinweis_klein	 	{background-position:-210px -10px;width:20px;height:20px;}
.pics.icon_fontsize		{background-position:0px -40px;}
.pics.icon_user 		{background-position:-40px -40px;}
/*
.pics.nav_cfg	 		{background-position:-240px 0px;}
.pics.nav_home	 		{background-position:-280px 0px;}
.pics.nav_papierkorb	{background-position:-320px 0px;}
.pics.nav_bug			{background-position:-360px 0px;}
.pics.nav_fontsize		{background-position:0px -40px;}
.pics.nav_code			{background-position:-40px -40px;}
.pics.nav_navpos		{background-position:-80px -40px;}
.pics.nav_client		{background-position:-120px -40px;}
.pics.nav_location		{background-position:-160px -40px;}
.pics.nav_personal		{background-position:-200px -40px;}
.pics.nav_cloud			{background-position:-240px -40px;}
.pics.nav_paket			{background-position:-280px -40px;}
.pics.nav_plan			{background-position:-320px -40px;}
.pics.nav_tiles			{background-position:-360px -40px;}
.pics.nav_personen		{background-position:0px -80px;}
.pics.nav_checkbox		{background-position:-40px -80px;}
.pics.nav_report		{background-position:-80px -80px;}
.pics.nav_controlling	{background-position:-120px -80px;}
.pics.nav_user			{background-position:-160px -80px;}
.pics.nav_help			{background-position:-200px -80px;}
.pics.nav_dashboard		{background-position:-240px -80px;}
.pics.nav_company		{background-position:-280px -80px;}
.pics.nav_mail			{background-position:-320px -80px;}
.pics.nav_fragebogen	{background-position:-360px -80px;}
*/

.pics.check			 	{background-position:-120px -120px;width:20px;height:20px;}
.pics.cb1_1				{background-position:-140px -120px;width:14px;height:14px;}
.pics.cb1_0				{background-position:-160px -120px;width:14px;height:14px;}
.pics.cb2_1				{background-position:-180px -120px;width:14px;height:14px;}
.pics.cb2_0				{background-position:-200px -120px;width:14px;height:14px;}


.pics.file_na	 		{background-position:0px -200px;}
.pics.file_zip	 		{background-position:-40px -200px;}
.pics.file_ppt	 		{background-position:-80px -200px;}
.pics.file_mov	 		{background-position:-120px -200px;}
.pics.file_xls	 		{background-position:-160px -200px;}
.pics.file_doc	 		{background-position:-200px -200px;}
.pics.file_pic	 		{background-position:-240px -200px;}
.pics.file_pdf	 		{background-position:-280px -200px;}

.pics.galerie_next	 	{background-position:0px -240px;}
.pics.galerie_prev	 	{background-position:-40px -240px;}

.pics.sTAB_move	 		{background-position:0px -120px;width:18px;height:18px;}
.pics.sTAB_plus	 		{background-position:-20px -120px;width:20px;height:20px;}
.pics.sTAB_cfg	 		{background-position:-40px -120px;width:20px;height:20px;}
.pics.sTAB_open	 		{background-position:-80px -120px;width:20px;height:20px;}
.pics.sTAB_close	 	{background-position:-100px -120px;width:20px;height:20px;}
.pics.sTAB_upload	 	{background-position:-20px -140px;width:20px;height:20px;vertical-align:middle;}
.pics.dTAB_tiles	 	{background-position:-40px -140px;width:20px;height:20px;}
.pics.dTAB_list		 	{background-position:-60px -140px;width:20px;height:20px;}
.pics.sTAB_pfeil_hoch	{background-position:-80px -140px;width:20px;height:20px;}
.pics.sTAB_pfeil_links	{background-position:-100px -140px;width:20px;height:20px;}

.pics.dTAB_cfg	 		{background-position:-60px -120px;width:20px;height:20px;}
.pics.dTAB_tiles_cfg	{background-position:-120px -140px;width:20px;height:20px;}
.pics.dTAB_visible		{background-position:-140px -140px;width:20px;height:20px;}
.pics.dTAB_sort0	 	{background-position:0px -140px;width:10px;height:10px;}
.pics.dTAB_sort1	 	{background-position:-10px -140px;width:10px;height:10px;}
.pics.dTAB_reset		{background-position:-180px -140px;width:20px;height:20px;}
.pics.sTAB_sprache		{background-position:-200px -140px;width:20px;height:20px;}
.pics.pic_editor_bg	 	{background-position:0px -150px;width:10px;height:10px;}

.pics.dTAB2_cfg	 		{background-position:-220px -120px;width:14px;height:14px;}

.pics.img_rotate		{background-position:-160px -140px;width:20px;height:20px;}
/*.pics.internet			{background-position:-180px -140px;width:20px;height:20px;}*/

.pics.logo				{background-position:0px -160px;width:120px;height:20px;}
.pics.icon_err	 		{background-position:-240px -120px;width:80px;height:80px;}
.pics.icon_ok		 	{background-position:-320px -120px;width:80px;height:80px;}

.pics.del_ok		 	{background-position:0px -180px;width:18px;height:18px;}
.pics.del_ok_red		{background-position:-20px -180px;width:18px;height:18px;}
.pics.del_ok_bg_red		{background-position:-40px -180px;width:18px;height:18px;}
.pics.del_ok_bg_green	{background-position:-60px -180px;width:18px;height:18px;}
.pics.del_x			 	{background-position:-80px -180px;width:18px;height:18px;}
.pics.del_x_red			{background-position:-100px -180px;width:18px;height:18px;}
.pics.del_x_bg_red		{background-position:-120px -180px;width:18px;height:18px;}
.pics.del_x_bg_green	{background-position:-140px -180px;width:18px;height:18px;}

.pics.i			 		{width:14px;height:14px;}
.pics.i.pfeil_wo		{background-position:0px -280px;}
.pics.i.pfeil_nwso		{background-position:0px -280px;transform: rotate(45deg);}
.pics.i.pfeil_ns		{background-position:0px -280px;transform: rotate(90deg);}
.pics.i.pfeil_o			{background-position:-14px -280px;transform: rotate(0deg);}
.pics.i.pfeil_no		{background-position:-14px -280px;transform: rotate(-45deg);}
.pics.i.pfeil_n			{background-position:-14px -280px;transform: rotate(-90deg);}
.pics.i.pfeil_s			{background-position:-14px -280px;transform: rotate(90deg);}
.pics.i.pfeil_so		{background-position:-14px -280px;transform: rotate(45deg);}
.pics.i.pfeil_w		    {background-position:-14px -280px;transform: rotate(-180deg);}
.pics.i.download  		{background-position:-28px -280px;}
.pics.i.download_n  	{background-position:-28px -280px;transform: rotate(-90deg);}
.pics.i.download_s  	{background-position:-28px -280px;transform: rotate(90deg);}
.pics.i.frage  		    {background-position:-42px -280px;}
.pics.i.ausruf  		{background-position:-56px -280px;}
.pics.i.sync  		    {background-position:-70px -280px;}
.pics.i.del_x  		    {background-position:-84px -280px;}
.pics.i.minus  		    {background-position:-98px -280px;}
.pics.i.plus  		    {background-position:-112px -280px;}
.pics.i.ok  		    {background-position:-126px -280px;}
.pics.i.edit  		    {background-position:-140px -280px;}
.pics.i.glocke			{background-position:-154px -280px;}
.pics.i.verlauf  		{background-position:-168px -280px;}
.pics.i.lupe	  		{background-position:-182px -280px;}
.pics.i.mail	  		{background-position:-196px -280px;}
.pics.i.stern	  		{background-position:-210px -280px;}
.pics.i.minus2	  		{background-position:-224px -280px;}
.pics.i.auge	  		{background-position:-238px -280px;}
.pics.i.auge_na	  		{background-position:-252px -280px;}
.pics.i.chbox	       	{background-position:-266px -280px;}
.pics.i.chbox2	    	{background-position:-280px -280px;}
.pics.i.dropdown	  	{background-position:-294px -280px;}
.pics.i.text_left	  	{background-position:-308px -280px;}
.pics.i.text_center	  	{background-position:-322px -280px;}
.pics.i.text_right	  	{background-position:-336px -280px;}
.pics.i.text_block	  	{background-position:-350px -280px;}
.pics.i.hotel   	  	{background-position:-364px -280px;}
.pics.i.person   	  	{background-position:-378px -280px;}

.pics.i.w_1zu1    	  	{background-position:-0px -294px;}
.pics.i.w_1zu2    	  	{background-position:-14px -294px;}
.pics.i.w_1zu3    	  	{background-position:-28px -294px;}
.pics.i.w_1zu4    	  	{background-position:-42px -294px;}
.pics.i.minus3	  		{background-position:-56px -294px;}
.pics.i.minus4	  		{background-position:-70px -294px;}
.pics.i.maps  		    {background-position:-84px -294px;}
.pics.i.fontb  		    {background-position:-98px -294px;}
.pics.i.fonti  		    {background-position:-112px -294px;}
.pics.i.fontbi  	    {background-position:-126px -294px;}
.pics.i.pfeil_mittig  	{background-position:-140px -294px;}
.pics.i.pfeil_vmittig  	{background-position:-140px -294px;transform: rotate(90deg);}
.pics.i.frau       	  	{background-position:-154px -294px;}
.pics.i.mann       	  	{background-position:-168px -294px;}
.pics.i.edit_na        	{background-position:-182px -294px;}
.pics.i.stern_na        {background-position:-196px -294px;}
.pics.i.camera          {background-position:-210px -294px;}
.pics.i.rotate_rechts   {background-position:-224px -294px;}
.pics.i.rotate_links    {background-position:-224px -294px;transform: scalex(-1);}
.pics.i.barcode         {background-position:-238px -294px;}
.pics.i.sTAB_add        {background-position:-252px -294px;}
.pics.i.euro            {background-position:-266px -294px;}
.pics.i.at              {background-position:-280px -294px;}
.pics.i.dollar          {background-position:-294px -294px;}
.pics.i.uhr             {background-position:-308px -294px;}
.pics.i.play            {background-position:-322px -294px;}
.pics.i.pause           {background-position:-336px -294px;}
.pics.i.qrcode          {background-position:-350px -294px;}
.pics.i.info            {background-position:-364px -294px;}
.pics.i.record          {background-position:-378px -294px;}

.pics.i.stop    	  	{background-position:-0px -308px;}
.pics.i.code    	  	{background-position:-14px -308px;}
.pics.i.max_1           {background-position:-28px -308px;}
.pics.i.max_n           {background-position:-42px -308px;}
.pics.i.cfg             {background-position:-56px -308px;}

.pics.i.b_pfeil_wo		{background-position:0px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_pfeil_nwso		{background-position:0px -280px;transform: rotate(45deg);filter:invert(1) opacity(0.8);}
.pics.i.b_pfeil_ns		{background-position:0px -280px;transform: rotate(90deg);filter:invert(1) opacity(0.8);}
.pics.i.b_pfeil_o			{background-position:-14px -280px;transform: rotate(0deg);filter:invert(1) opacity(0.8);}
.pics.i.b_pfeil_no		{background-position:-14px -280px;transform: rotate(-45deg);filter:invert(1) opacity(0.8);}
.pics.i.b_pfeil_n			{background-position:-14px -280px;transform: rotate(-90deg);filter:invert(1) opacity(0.8);}
.pics.i.b_pfeil_s			{background-position:-14px -280px;transform: rotate(90deg);filter:invert(1) opacity(0.8);}
.pics.i.b_pfeil_so		{background-position:-14px -280px;transform: rotate(45deg);filter:invert(1) opacity(0.8);}
.pics.i.b_download  		{background-position:-28px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_download_n  	{background-position:-28px -280px;transform: rotate(-90deg);filter:invert(1) opacity(0.8);}
.pics.i.b_download_s  	{background-position:-28px -280px;transform: rotate(90deg);filter:invert(1) opacity(0.8);}
.pics.i.b_frage  		    {background-position:-42px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_ausruf  		{background-position:-56px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_sync  		    {background-position:-70px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_del_x  		    {background-position:-84px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_minus  		    {background-position:-98px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_plus  		    {background-position:-112px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_ok  		    {background-position:-126px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_edit  		    {background-position:-140px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_glocke			{background-position:-154px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_verlauf  		{background-position:-168px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_lupe	  		{background-position:-182px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_mail	  		{background-position:-196px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_stern	  		{background-position:-210px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_minus2	  		{background-position:-224px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_auge	  		{background-position:-238px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_auge_na	  		{background-position:-252px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_chbox	       	{background-position:-266px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_chbox2	    	{background-position:-280px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_dropdown	  	{background-position:-294px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_text_left	  	{background-position:-308px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_text_center	  	{background-position:-322px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_text_right	  	{background-position:-336px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_text_block	  	{background-position:-350px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_hotel   	  	{background-position:-364px -280px;filter:invert(1) opacity(0.8);}
.pics.i.b_person   	  	{background-position:-378px -280px;filter:invert(1) opacity(0.8);}

.pics.i.b_1zu1    	  	{background-position:-0px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_1zu2    	  	{background-position:-14px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_1zu3    	  	{background-position:-28px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_1zu4    	  	{background-position:-42px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_minus3	  		{background-position:-56px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_minus4	  		{background-position:-70px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_maps  		    {background-position:-84px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_fontb  		    {background-position:-98px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_fonti  		    {background-position:-112px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_fontbi  	    {background-position:-126px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_pfeil_mittig  	{background-position:-140px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_pfeil_vmittig  	{background-position:-140px -294px;transform: rotate(90deg);filter:invert(1) opacity(0.8);}
.pics.i.b_frau       	  	{background-position:-154px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_mann       	  	{background-position:-168px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_edit_na        	{background-position:-182px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_stern_na        {background-position:-196px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_camera          {background-position:-210px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_rotate_rechts   {background-position:-224px -294px;filter:invert(1) opacity(0.8);}
.pics.i.b_rotate_links    {background-position:-224px -294px;transform: scalex(-1);filter:invert(1) opacity(0.8);}
.pics.i.b_barcode         {background-position:-238px -294px;filter:invert(1) opacity(0.8);}


.pics.land{
    width:14px;
    height:14px;
    border-radius: 14px;
}
.pics.land.rand{
    box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.pics.land.de,.pics.land.DE {background-position:-0px -386px;}
.pics.land.en,.pics.land.EN {background-position:-14px -386px;}
.pics.land.fr,.pics.land.FR {background-position:-28px -386px;}
.pics.land.it,.pics.land.IT {background-position:-42px -386px;}
.pics.land.es,.pics.land.ES {background-position:-56px -386px;}

/*
.pics.i.b_pfeil_wo		{background-position:0px -294px;}
.pics.i.b_pfeil_nwso	{background-position:0px -294px;transform: rotate(45deg);}
.pics.i.b_pfeil_ns  	{background-position:0px -294px;transform: rotate(90deg);}
.pics.i.b_pfeil_o		{background-position:-14px -294px;transform: rotate(0deg);}
.pics.i.b_pfeil_no		{background-position:-14px -294px;transform: rotate(-45deg);}
.pics.i.b_pfeil_n		{background-position:-14px -294px;transform: rotate(-90deg);}
.pics.i.b_pfeil_s		{background-position:-14px -294px;transform: rotate(90deg);}
.pics.i.b_pfeil_so		{background-position:-14px -294px;transform: rotate(45deg);}
.pics.i.b_pfeil_w		{background-position:-14px -294px;transform: rotate(180deg);}
.pics.i.b_download  	{background-position:-28px -294px;}
.pics.i.b_download_n  	{background-position:-28px -294px;transform: rotate(-90deg);}
.pics.i.b_download_s  	{background-position:-28px -294px;transform: rotate(90deg);}
.pics.i.b_frage  		{background-position:-42px -294px;}
.pics.i.b_ausruf  		{background-position:-56px -294px;}
.pics.i.b_sync  		{background-position:-70px -294px;}
.pics.i.b_del_x  		{background-position:-84px -294px;}
.pics.i.b_minus  		{background-position:-98px -294px;}
.pics.i.b_plus  		{background-position:-112px -294px;}
.pics.i.b_ok  		    {background-position:-126px -294px;}
.pics.i.b_edit  		{background-position:-140px -294px;}
.pics.i.b_glocke		{background-position:-154px -294px;}
.pics.i.b_verlauf  		{background-position:-168px -294px;}
.pics.i.b_lupe	  		{background-position:-182px -294px;}
.pics.i.b_mail	  		{background-position:-196px -294px;}
.pics.i.b_stern	  		{background-position:-210px -294px;}
.pics.i.b_minus2	  	{background-position:-224px -294px;}
.pics.i.b_auge	  		{background-position:-238px -294px;}
.pics.i.b_auge_na	  	{background-position:-252px -294px;}
.pics.i.b_chbox	       	{background-position:-266px -294px;}
.pics.i.b_chbox2	  	{background-position:-280px -294px;}
.pics.i.b_dropdown	  	{background-position:-294px -294px;}
.pics.i.b_text_left	  	{background-position:-308px -294px;}
.pics.i.b_text_center	{background-position:-322px -294px;}
.pics.i.b_text_right	{background-position:-336px -294px;}
.pics.i.b_text_block	{background-position:-350px -294px;}
.pics.i.b_hotel   	  	{background-position:-364px -294px;}
.pics.i.b_person   		{background-position:-378px -294px;}

.pics.i.b_1zu1    	  	{background-position:-0px -322px;}
.pics.i.b_1zu2    	  	{background-position:-14px -322px;}
.pics.i.b_1zu3    	  	{background-position:-28px -322px;}
.pics.i.b_1zu4    	  	{background-position:-42px -322px;}
.pics.i.b_minus3	  	{background-position:-56px -322px;}
.pics.i.b_minus4	  	{background-position:-70px -322px;}
.pics.i.b_maps          {background-position:-84px -322px;}
.pics.i.b_fontb         {background-position:-98px -322px;}
.pics.i.b_fonti  		{background-position:-112px -322px;}
.pics.i.b_fontbi  	    {background-position:-126px -322px;}
.pics.i.b_pfeil_mittig  {background-position:-140px -322px;}
.pics.i.b_pfeil_vmittig {background-position:-140px -322px;transform: rotate(90deg);}
.pics.i.b_frau       	{background-position:-154px -322px;}
.pics.i.b_mann       	{background-position:-168px -322px;}
.pics.i.b_edit_na       {background-position:-182px -322px;}
.pics.i.b_stern_na      {background-position:-196px -322px;}
.pics.i.b_camera        {background-position:-210px -322px;}
.pics.i.b_rotate_rechts {background-position:-224px -322px;}
.pics.i.b_rotate_links  {background-position:-224px -322px;transform: scalex(-1);}
.pics.i.b_barcode         {background-position:-238px -322px;}
*/
.ic2{
    display: inline-block !important;
    vertical-align: top;
    margin-top: 2px;
    width:14px;
    height:14px;
    border-radius: 14px;
}
.body_klein .ic2{
    margin-top: 1px;
}
.ic2.rand{
    outline:1px solid #666;
    outline-offset: -1px;
}
.ic2.weiss{
	background:#fff;
}
.ic2.schwarz{
	background:#000;
}
.ic2.rot{
	background: #ff0000;
}
.ic2.gruen{
	background: #2ac432;
}
.ic2.orange{
	background: #ff9118;
}
.ic2.gelb{
	background: #ffce44;
}
.ic2.blau{
	background: #3193f1;
}
.ic2.grau{
	background: #959595;
}
.ic2.hellgrau{
	background: #c2c2c2;
}
.ic2.rosa{
	background: #f8a7f0;
}
.ic2.lila{
	background: #ba6cff;
}
.ic2.soft{
	opacity: 0.5;
}
.ic2 .icon2{
    vertical-align: top;
}
-.ic2 .icon2.schatten{
-	filter:drop-shadow(0px 1px 5px rgba(0,0,0,0.4));
-}
.ic2 .icon2.weiss path{
    fill:#fff;
}
.ic2 .icon2.gruen path{
    fill:#2ac432;
}
.ic2 .icon2.orange path{
    fill:#ff9118;
}
.ic2 .icon2.gelb path{
    fill:#ffce44;
}
.ic2 .icon2.rot path{
    fill:#ff0000;
}
.ic2 .icon2.blau path{
    fill:#3193f1;
}
.ic2 .icon2.lila path{
    fill:#ba6cff;
}
.ic2 .icon2.grau path{
    fill:#959595;
}
.ic2 .icon2.hellgrau path{
    fill:#c2c2c2;
}
.ic2.c{
    cursor: pointer;
}
.ic2.c:hover{
    opacity: 0.5;
}
.ic2.mr{
    margin-right: 5px;
}
.ic2.ml{
    margin-left: 5px;
}
.ic2.s32 .icon2{
    width:32px;
    height:32px;
}
.ic2.s28 .icon2{
    width:28px;
    height:28px;
}
.ic2.s24 .icon2{
    width:24px;
    height:24px;
}
.ic2.s20 .icon2{
    width:20px;
    height:20px;
}
.ic2.s16 .icon2{
    width:16px;
    height:16px;
}
.ic2.s14 .icon2{
    width:14px;
    height:14px;
}
.ic2.s12 .icon2{
    margin-top: 1px;
    margin-left: 1px;
    width:12px;
    height:12px;
}
.ic2.s10 .icon2{
    margin-top: 2px;
    margin-left: 2px;
    width:10px;
    height:10px;
}

.ic{
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	width:14px;
	height:14px;
	border-radius: 14px;
}
.ic.m{
	vertical-align: middle;
}
.ic.b{
	vertical-align: baseline;
}
.ic.stab{
    vertical-align: middle;
	top: -2px;
}
.ic.xts{
    vertical-align: top;
	margin-top: 6px !important;
}
.ic.s{
	margin-top: 6px;
	width:8px;
	height:8px;
}
.ic.mr{
    margin-right: 5px;
}
.ic.ml{
    margin-left: 5px;
}
.ic.c{
    cursor: pointer;
}
.ic.c:hover{
    opacity: 0.5;
}
.body_klein .ic{
	margin-top: 1px;
}
.body_klein .ic.s{
	margin-top: 4px;
}
.ic.weiss{
	background:#fff;
}
.ic.schwarz{
	background:#000;
}
.ic.rot{
	background: #ff0000;
}
.ic.gruen{
	background: #2ac432;
}
.ic.orange{
	background: #ff9118;
}
.ic.gelb{
	background: #ffce44;
}
.ic.blau{
	background: #3193f1;
}
.ic.grau{
	background: #959595;
}
.ic.hellgrau{
	background: #c2c2c2;
}
.ic.rosa{
	background: #f8a7f0;
}
.ic.lila{
	background: #ba6cff;
}
.ic.download{
	background: #2ac432;
}
.ic.rand{
	border:1px solid #666;
    width:12px;
	height:12px;
}
.ic.hell{
	border:1px solid #999;
}
.ic.rand .pics{
    margin-left:-1px;
    margin-top:-1px;
}
.ic.soft{
	opacity: 0.5;
}
.ic.label{
    display: inline-block;
    color:inherit;
    font-size: inherit;
    margin-left:-4px;
    padding-left:4px;
    white-space: normal;
    display: inline-block;
    width:calc(100% - 24px);
}
@keyframes ani_rotate {
    0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}
}
.ani_rotate{
	animation: ani_rotate 1s linear infinite;
}
@keyframes ani_pulse {
    0% {opacity:1;} 50% {opacity:0.6;} 100% {opacity:1;}
}
.ani_pulse{
	animation: ani_pulse 1s ease-out infinite;
}

.pics_nav{
	position:relative;
	display:inline-block;
	vertical-align:top;
	background:url(images/pics_nav.png?v=12) no-repeat 0 0;
	background-size: 400px 400px;
	width:40px;
	height:40px;
}
.pics_nav.m{
    vertical-align: middle;
}
.pics_nav.black{
    filter:invert(1) opacity(0.8);
}
.pics_nav.sitemap	 	{background-position:0px 0px;}
.pics_nav.listedit	 	{background-position:-40px 0px;}
.pics_nav.gruppe	 	{background-position:-80px 0px;}
.pics_nav.ticket_open	{background-position:-120px 0px;}
.pics_nav.ticket_booked	{background-position:-160px 0px;}
.pics_nav.web       	{background-position:-200px 0px;}
.pics_nav.cfg	 		{background-position:-240px 0px;}
.pics_nav.home	 		{background-position:-280px 0px;}
.pics_nav.papierkorb	{background-position:-320px 0px;}
.pics_nav.bug			{background-position:-360px 0px;}
.pics_nav.ticket		{background-position:0px -40px;}
.pics_nav.code			{background-position:-40px -40px;}
.pics_nav.balken		{background-position:-80px -40px;}
.pics_nav.client		{background-position:-120px -40px;}
.pics_nav.location		{background-position:-160px -40px;}
.pics_nav.personal		{background-position:-200px -40px;}
.pics_nav.cloud			{background-position:-240px -40px;}
.pics_nav.paket			{background-position:-280px -40px;}
.pics_nav.plan			{background-position:-320px -40px;}
.pics_nav.tiles			{background-position:-360px -40px;}
.pics_nav.personen		{background-position:0px -80px;}
.pics_nav.checkbox		{background-position:-40px -80px;}
.pics_nav.report		{background-position:-80px -80px;}
.pics_nav.controlling	{background-position:-120px -80px;}
.pics_nav.user			{background-position:-160px -80px;}
.pics_nav.help			{background-position:-200px -80px;}
.pics_nav.dashboard		{background-position:-240px -80px;}
.pics_nav.company		{background-position:-280px -80px;}
.pics_nav.mail			{background-position:-320px -80px;}
.pics_nav.fragebogen	{background-position:-360px -80px;}
.pics_nav.form	 	    {background-position:0px -120px;}
.pics_nav.form_cfg	 	{background-position:-40px -120px;}
.pics_nav.form_open	 	{background-position:-80px -120px;}
.pics_nav.form_booked	{background-position:-120px -120px;}
.pics_nav.ticket_storno	{background-position:-160px -120px;}
.pics_nav.form_storno	{background-position:-200px -120px;}
.pics_nav.tablet	    {background-position:-240px -120px;}
.pics_nav.euro  	    {background-position:-280px -120px;}
.pics_nav.auto  	    {background-position:-320px -120px;}
.pics_nav.gast  	    {background-position:-360px -120px;}
.pics_nav.uhr     	    {background-position:0px -160px;}
.pics_nav.fon     	    {background-position:-40px -160px;}
.pics_nav.flug     	    {background-position:-80px -160px;}
.pics_nav.gallery     	{background-position:-120px -160px;}
.pics_nav.werkzeug     	{background-position:-160px -160px;}
.pics_nav.strom     	{background-position:-200px -160px;}
.pics_nav.kran     	    {background-position:-240px -160px;}
.pics_nav.kamera     	{background-position:-280px -160px;}
.pics_nav.kalender     	{background-position:-320px -160px;}
.pics_nav.gesetz     	{background-position:-360px -160px;}
.pics_nav.ticket_edit   {background-position:0px -200px;}
.pics_nav.buch          {background-position:-40px -200px;}
.pics_nav.add           {background-position:-80px -200px;}
