﻿

#cms_suchergebnis, #cms_linkcontent, #cms_article_suchergebnis, #cms_articlelinkcontent {
	border:1px solid #aaa;
	transition:height .5s;
	background:#fff;
	padding:4px 4px 0 4px;
	border-radius:5px;
}

#cms_suchergebnis, #cms_article_suchergebnis {
	overflow-y:auto;
	max-height:255px;
	border-radius:5px;
}

#cms_suchergebnis small, #cms_linkcontent small, #cms_article_suchergebnis small, #cms_articlelinkcontent small {
	color:#666;
}
#cms_suchergebnis div, #cms_linkcontent div, #cms_article_suchergebnis div, #cms_articlelinkcontent div {
	margin:0 0 4px 0; 
	background:#eee; 
	padding:4px; 
	cursor:pointer;
	transition:background .3s;
	border-radius:5px;
}

#cms_suchergebnis div:hover, #cms_article_suchergebnis div:hover {
	background:#080; 
}

#cms_linkcontent div:hover, #cms_articlelinkcontent div:hover {
	background:#800 url(/cms/img/close.png) top right no-repeat; 
}

#cms_suchergebnis div:hover, #cms_linkcontent div:hover,
#cms_suchergebnis div:hover strong, #cms_linkcontent div:hover strong,
#cms_suchergebnis div:hover small, #cms_linkcontent div:hover small,
#cms_article_suchergebnis div:hover, #cms_articlelinkcontent div:hover,
#cms_article_suchergebnis div:hover strong, #cms_articlelinkcontent div:hover strong,
#cms_article_suchergebnis div:hover small, #cms_articlelinkcontent div:hover small {
	color:#fff; 
}


.cms_hidden0 {
	width:10px;
	height:10px;
	display:inline-block !important;
	margin-right:5px;
	background:#080;
}

.cms_hidden1 {
	width:10px;
	height:10px;
	display:inline-block !important;
	margin-right:5px;
	background:#ed6a00;
}

.cms_hidden2 {
	width:10px;
	height:10px;
	display:inline-block !important;
	margin-right:5px;
	background:#f00;
}

#cms_dropbox {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(19,104,177,0.8);
	box-shadow:inset 0px 0px 50px rgba(19,104,177,1);
	z-index:6000;
	display:none;
}

#cms_dropbox > div {
	background:#fff;
	border-radius:10px;
	width:70%;
	margin:20% auto 0 auto;
	box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.6);
}

#cms_dropbox > div #status1 { 
	padding:25px;
}

.progressBar {
    width: 35%;
    height: 25px;
    border-radius: 5px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
	box-shadow:inset 2px 2px 5px rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.1);
}
 
.progressBar div {
    height: 100%;
    color: #fff;
	font-size:10px;
    text-align: center;
    line-height: 25px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #1368b1; 
	border-radius: 3px; 
}
.statusbar {
    min-height:25px;
    width:100%;
	border-top:1px solid #eee;
    padding:10px 0px;
    vertical-align:top;
}
.statusbar:first-child {
	border:0;
}
.filename {
	display:inline-block;
	vertical-align:top;
	width:35%;
}
.filesize {
	display:inline-block;
	vertical-align:top;
	color:#30693D;
	width:12%;
	margin-left:10px;
	margin-right:5px;
}
.abort {
	background-color:#a00;
	border-radius:4px;
	display:inline-block;
	color:#fff;
	font-family:arial;font-size:11px;font-weight:normal;
	padding:2px 15px;
	cursor:pointer;
	vertical-align:top
	}
.use {
	background-color:#080;
	border-radius:4px;
	display:inline-block;
	color:#fff;
	font-family:arial;font-size:11px;font-weight:normal;
	padding:2px 15px;
	cursor:pointer;
	vertical-align:top
}


#cms_donebox {
	position:fixed;
	z-index:500000;
	bottom:-200px;
	left:20px;
	background:rgba(19,104,177,0.9);
	border:1px solid #fff;
	color:#fff;
	width:200px;
	line-height:15px;
	text-align:center;
	padding:10px 5px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 4px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 4px 5px 0 rgba(0,0,0,0.3);
	cursor:default;
}

#eingabefehler {
	color:#fff;
	background:#f00;
	padding:10px 5px;
	font-size:14px;
	text-align:center;
	border-radius: 5px;
	margin:5px 0 0 0;
	display:none;
	
	border-bottom:rgba(255,255,255,0.9) solid 1px;
	border-top:rgba(0,0,0,0.5) solid 1px;
	
	-moz-box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3);
}

.cms_content { position:relative; padding-bottom: 5px; border-radius: 0 6px 6px 6px; margin:0px; border:1px dashed #1368b1; margin-top:90px; }
.cms_content .cms_content_info { 
	z-index:1; 
	border-radius: 4px 4px 0 0; 
	background:#1368b1; 
	color:#fff; 
	font-family:Verdana, Geneva, sans-serif; 
	padding:1px 5px;
	text-transform:uppercase;
	font-weight:normal; 
	font-size:10px; 
	position:absolute; 
	top:-25px; left:5px;
}
.cms_type_case { margin: 0; }
.cms_type_case:hover { border-radius: 6px; background:rgba(19,104,177,0.25); cursor:move; }
.ui-sortable-placeholder { background:rgba(19,104,177,0.5) url(/cms/img/drop.png) center no-repeat !important; border: 1px solid #1368b1; margin:1px; border-radius: 6px; visibility: visible !important;}
.ui-sortable-placeholder * { visibility: hidden; }

table.container { border-collapse:collapse; }
td.container { border-style: solid; border-width: 1px; border-color:#888888; }

legend {
	color: #006699;
}
form {
	margin: 0px;
}
input, select, textarea, button, table, div, th, tr, td, fieldset {
	box-sizing:border-box !important;
	-webkit-sizing:border-box !important;
	-moz-sizing:border-box !important;
}
textarea.cms_eingabe {
	padding:6px;
}
.no {
	display:none;
}

.notiz {
	background-color: #FFFFCC; 
	border: solid 1px #9D9DA1;
	color:#000000;
	padding: 4px;
}

.alert { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #ff0000; cursor: default; }

.cmsreiter {
	width: 100%;
	background-color:#FCFCFE;
	border-left: #919B9C solid 1px;
	border-bottom: #919B9C solid 1px;
	border-right: #919B9C solid 1px;
}

.cms_reiter_an {
	background:#fff; 
	padding:5px 10px; 
	border-top:3px solid #1368b1;
	border-left:1px solid #919b9c;
	border-right:1px solid #919b9c;
	border-radius: 5px 5px 0 0;
	font-size:13px;
	color:#006699;
}

.cms_reiter_aus {
	background:#ccc;
	padding:5px 10px;
	border-top:5px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #919b9c;
	border-radius: 10px 10px 0 0;
	
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
}
.cms_reiter_aus a {
	font-size:11px;
	color:#006699;
}
.cms_reiter_aus:hover {
	background:#ddd;
}

.cms_reiter_disabled {
	background:#ccc; 
	color:#fff; 
	padding:5px 10px;
	border-top:5px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #919b9c;
	font-size:11px;
	border-radius: 10px 10px 0 0;
}

.cms_reiter_line {
	width:80%;
	border-bottom:1px solid #919b9c;
}

.cms_small  { color: #006699; letter-spacing:0px; line-height:11px; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.cms_small_disabled  { color: #BABABA; letter-spacing:0px; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.cms_whiteinfo  { color: #ffffff; letter-spacing:0px; font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
.cmswhite  { color: #ffffff; letter-spacing:0px; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.cms_info { color: #006699; letter-spacing:0px; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.cms_whitetext  { color: #ffffff; letter-spacing:0px; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}

.cms_notice {
	border-bottom:1px solid #ffffff;
	padding:2px;
	color: #006699; 
	letter-spacing:0px; 
	line-height:11px; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:1px;
}

.neu {
	color:#24B53A;
	font-size:11px; 
	position:relative; 
	top:1px; 
	font-weight:bold;
}

.notice_pic {
	float:right; 
	margin:0px 0px 5px 5px;
}

.cms_alert { font-family: Arial, Helvetica, sans-serif; letter-spacing:0px; font-size: 9px; color: #ff0000; cursor: default; }
.tabellenhead { color: #ffffff; font-size: 14px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0px; }

.cms_text  { color: #006699; letter-spacing:0px; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.cms_eingabe {
	color: #006699;
	letter-spacing:0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	border: solid 1px #1368b1;
	border-radius:4px; 
	padding: 4px 6px;
	outline:0px;	
}
.cms_alert_eingabe { 
	border-radius:4px; 
	margin-top:3px;
	background-image: url(/cms/img/seo_red.gif);
	text-align:center;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ff0000; 
	border:0px;
	border-bottom:rgba(255,255,255,0.8) solid 1px;
	border-top:rgba(0,0,0,0.3) solid 1px;
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
}
.cms_cangobetter_eingabe { 
	border-radius:4px; 
	margin-top:3px;
	background-image: url(/cms/img/seo_orange.gif);
	text-align:center;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7D600;
	border:0px;
	border-bottom:rgba(255,255,255,0.8) solid 1px;
	border-top:rgba(0,0,0,0.3) solid 1px;
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
}
.cms_ok_eingabe { 
	border-radius:4px; 
	margin-top:3px; background-image: url(/cms/img/seo_green.gif);
	text-align:center;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #15D115;
	border:0px;
	border-bottom:rgba(255,255,255,0.8) solid 1px;
	border-top:rgba(0,0,0,0.3) solid 1px;
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	
}

.toolback {
	background: #d0d0d0 url(/cms/img/toolbar_back.gif) center no-repeat top;

}

a.cms_nolink  { color: #006699; text-decoration: none; }
a.cms_nolink:hover  { color: #006699; text-decoration: none; }
a.cms_whitelink  { color: #ffffff; text-decoration: none; }
a.cms_whitelink:hover  { color: #ffffff; text-decoration: underline; }

.submit { 
	background: #fff;
	border: 1px solid #1368b1;
	font-family: Arial, Helvetica, sans-serif; 
	color: #1368b1;
	font-size: 12px;
	cursor:pointer;
	border-radius:2px;
	padding:2px 4px;
	min-height:30px;
	transition:all .3s;
}

.submit[disabled] {
	border:#aaa 1px solid;
	background:#ddd;
	color:#aaa;
	cursor:default;
}
.submit[disabled]:hover {
	border:#aaa 1px solid;
	background:#ddd;
	color:#aaa;
	cursor:default;
}

.submit:hover,
.submit:focus {
	border:1px solid #0b5da3;
	background:#0b5da3;
	color:#fff;
}

.submit .cms_small,
.submit .cms_small {
	color:#1368b1;
}

.submit:hover .cms_small,
.submit:focus .cms_small {
	color:#fff;
}

.submit:visited { color: #4286c0; }

.button_delete { 
	background: #fefefe url(/cms/img/back_button_delete.gif) center no-repeat; 
	width:13px;
	margin:0px 1px 1px 0px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #006699;
	Background-color: #ffffff;
	font-size: 12px; 
	border: 1px double; 
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.button_up { 
	background: #fefefe url(/cms/img/back_button_up.gif) center no-repeat; 
	width:13px;
	margin:0px 1px 1px 0px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #006699;
	Background-color: #ffffff;
	font-size: 12px; 
	border: 1px double; 
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}

.button_down { 
	background: #fefefe url(/cms/img/back_button_down.gif) center no-repeat; 
	width:13px;
	margin:0px 1px 1px 0px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #006699;
	Background-color: #ffffff;
	font-size: 12px; 
	border: 1px double; 
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}

.button_right { 
	background: #fefefe url(/cms/img/back_button_right.gif) center no-repeat; 
	width:13px;
	margin:0px 1px 1px 0px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #006699;
	Background-color: #ffffff;
	font-size: 12px; 
	border: 1px double; 
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}

.button_left { 
	background: #fefefe url(/cms/img/back_button_left.gif) center no-repeat; 
	width:13px;
	margin:0px 1px 1px 0px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #006699;
	Background-color: #ffffff;
	font-size: 12px; 
	border: 1px double; 
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}


.img_button {
	background: #fefefe url(/cms/img/back_32.gif) center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
	border-top: 3px double #c4cccc;
	border-right: 3px double #acb5b5;
	border-bottom: 3px double #6f7777;
	border-left: 3px double #acb5b5;
}

.img_button:hover,
.img_button:focus { border-color: #aedf9a #94da78 #6ab94b #94da78; }
.img_button:visited { color: #2b333c; }

.cmstitle { 
	color: #ffffff;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing: 0px;
	padding:5px 10px;
	background-color:#1368B1;
}

.content .cmstitle strong { 
	color: #ffffff;
}

.cmswindow {
	box-sizing:border-box;
	background-color: #E0DFE3; 
	width:100%;
	--border: 1px solid #1368B1;
	--border-radius: 5px;
	box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.9);
}


article .cmswindow { 
	width:98%;
	margin:0 1%;
}

#cms > cmswindow {
	margin:0px;
}

.cmswindow > tr > td {
	padding:5px;
}

.cmswindow fieldset {
	padding:14px 4px 6px 4px;
	display:block;
	margin:10px 3px;
	font-size: 11px;
	border-radius: 5px;
	border:0px solid #aaa;
	background: rgba(0,0,0,0.05) !important;
	background-color: #c9c8cc;
	position:relative;
	
	border-bottom:rgba(255,255,255,0.8) solid 1px;
	border-top:rgba(0,0,0,0.3) solid 1px;
	
	-moz-box-shadow: inset 0px 0px 20px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 0px 20px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 20px rgba(0,0,0,0.15);
}

.cmswindow fieldset legend {
	display: inline;
    width: auto;
	background:#1368B1;
	color:#fff;
	border-radius: 3px;
	padding:2px 4px;
	font-size:9px;
	position:absolute;
	letter-spacing:0.1em;
	left:5px;
	top:-8px;
}

.cmstitle_alert { 
	color: #ffffff; font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing: 0px;
	background-color:#ff0000;
	background:url(/cms/img/headerback_alert.gif);
}
.cmswindow_alert {
	background-color: #ff0000; 
	width:100%; 
	border: 1px solid #ff0000;
}
.cmsopener {
	cursor: pointer;
	color:#fff !important;
	font-size: 11px;
	padding:1px 10px;
	background:#888;
	border-top:1px solid #e0dfe3;
	--background:#e0dfe3 no-repeat right top url(/cms/img/divopener_back.gif);
	width: 100%;

}

.cmsopener:hover {
	background:#777;
}

.cmsopener td {
	color:#fff !important;
}
select:hover,
select:focus { 
	border:1px solid #1368B1;
 }
 
select:hover option,
select:focus option { 
	background:#fff;
	color:#1368B1;
	cursor:pointer;
 }

