@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'iconmoon_ultimate';
	src: url('/content/fonts/icomoon-ultimate/fonts/icomoon-ultimate.eot?v=20171011a');
	src: url('/content/fonts/icomoon-ultimate/fonts/icomoon-ultimate.eot?v=20171011a#iefix') format('embedded-opentype'), url('/content/fonts/icomoon-ultimate/fonts/icomoon-ultimate.svg?v=20171011a#icomoon-ultimate') format('svg'), url('/content/fonts/icomoon-ultimate/fonts/icomoon-ultimate.woff?v=20171011a') format('woff'), url('/content/fonts/icomoon-ultimate/fonts/icomoon-ultimate.ttf?v=20171011a') format('truetype');
	font-weight: normal;
	font-style: normal
}

#edittitlecontainer {
    z-index: -1;
	display: block;
	position: absolute;
    background-color: transparent;
}

#adminedit_centercontainer {
	margin: 0px auto;
	width: 950px;
}

.editbar_admincontent,
.newelement_adminedit,
.newelement_adminedit > a {
	box-sizing: content-box !important;
}

.sidebar_adminedit {
	border: 1px dashed #555;
	border-bottom: 0px none;
	border-right: 0px none;
	background-position: left bottom;
	margin: -1px 0px 10px -1px;
	padding: 0px;
}

.sidebar2_adminedit {
	position: relative;
	width: 100%;
	
	border: 1px dotted transparent;
	background-position: left bottom;
	margin: -5px;
	padding: 4px;
}
.sidebar2_adminedit:hover {
	border-color: #555;
}

.stage_adminedit {
	border-top: 1px dashed #555;
	border-left: 1px dashed #555;
	margin: -1px -1px -1px -1px;
	padding: 0px;
	display: block;
	vertical-align: middle;
	min-height: 200px;
	display: table;
	width: 100%;
}

.stage_adminedit .stage-content.mce-edit-focus {
	border-right: 1px dashed #555;
}

.stage_adminedit .editbar_admincontent.editstage {
	right: 7px;
}

.stage_adminedit .mce-panel {
	border: 0px none;
}
.stage_adminedit .stage-content.mce-edit-focus {
	cursor: default;
	outline: none;
}

.stage.edit-active {
	z-index: 9998;
}

.stage .mce-buttons,
.stage .save-buttons {
	position: absolute;
	width: 100%;
	width: calc(100% + 2px);
	background-color: #f4f4f4;
	border: 1px solid #555;
	border-top: 0px none;
	padding: 5px;
	box-sizing: border-box;
	margin: 0px 0px 0px -1px;
	display: none;
	text-align: center;
}
.stage .mce-buttons {
	border-top: 1px solid #555;
	border-bottom: 0px none;
	margin: -98px 0px 0px -1px;
	height: 99px;
	display: none;
	z-index: 9999;
}
.stage .save-buttons img {
	margin: 0px 5px;
	cursor: pointer;
}
.stage .mce-panel {
	border: 1px solid #f4f4f4;
}

.mce-window {
	top: 100px !important;
}

.border_cut {
	border: 1px solid #017FD6 !important;
	padding: 4px !important;
}
.elementcontent {
	display: inline;
}


.sidebar_adminedit .editbar_admincontent,
.sidebar2_adminedit .editbar_admincontent,
.stage_adminedit .editbar_admincontent {
	position: absolute;	
	width: auto;
	height: 22px;
	padding: 6px 12px 10px 12px;
	margin-right: 1px;
	background: #666; /* Old browsers */
	background: linear-gradient(to bottom, #767676 0%,#666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 5px;
	cursor: default;
}

.sidebar_adminedit .editbar_admincontent,
.sidebar2_adminedit .editbar_admincontent {
	border-radius: 5px;
	text-align: right;
	z-index: 999;
	margin-top: 1px;
}

.elementborder_adminedit .editbar_admincontent.editstage,
.stage_adminedit .editbar_admincontent.editstage {
	z-index: 998;
}

.sidebar_adminedit:hover .editbar_admincontent,
.sidebar2_adminedit:hover .editbar_admincontent,
.stage_adminedit:hover .editbar_admincontent
{
	background: #555555; /* Old browsers */
	background: linear-gradient(to bottom, #555555 0%,#404040 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sidebar_adminedit .sidebar_empty, .sidebar2_adminedit .sidebar_empty {
	opacity: 0.85;
	padding: 10px 0px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #777;
}
.sidebar_adminedit:hover .sidebar_empty, .sidebar2_adminedit:hover .sidebar_empty {
	opacity: 1;  
}
.sidebar_adminedit .sidebar_empty .add_button, .sidebar2_adminedit .sidebar_empty .add_button {
	padding: 0px 0px 10px 0px;
	opacity: 0.85;  
	text-align: left;
}



.elementborder_adminedit {
	position: relative;
	width: 100%;
	z-index: 1;
	border: 1px dotted transparent;
	background-position: left bottom;
	margin: -6px -5px;
	margin-bottom: 10px;
	padding: 4px;
}

.elementborder_adminedit:hover {
	border-color: #555;
}

.wrap_cmod.background_color1 .elementborder_adminedit:hover {
	border-color: #ddd;
}

#contentcontainer > .elementborder_adminedit {
	box-sizing: border-box;
}

.elementborder_adminedit .editbar_admincontent, 
.sidebar2_adminedit .editbar_admincontent {
	position: absolute;
	width: auto;
	height: 22px;
	text-align: left;
	padding: 6px 12px 10px 12px;
	right: 0;
	margin-right: 1px;
	margin-top: -3px;
	background: #666; /* Old browsers */
	background: linear-gradient(to bottom, #767676 0%,#666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 5px;
	z-index: 1000 !important;
	cursor: default;
}

.elementborder_adminedit:hover .editbar_admincontent, 
.elementborder_adminedit:hover .cmodclassselection_admincontent,
.stage:hover .cmodclassselection_admincontent {
	background: #555555; /* Old browsers */
	background: linear-gradient(to bottom, #555555 0%,#404040 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.editbar_admincontent .editbar_button {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 22px;
	height: 22px;
	vertical-align: top;
	margin-right: 10px;
}

.editbar_admincontent .editbar_button:before {
	font-family: 'iconmoon_ultimate';
    vertical-align: middle;
    line-height: 22px;
    font-size: 16px;
}

.editbar_admincontent .editbar_button:after {
	font-size: 10px;
    line-height: 22px;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

.editbar_admincontent .editbar_button.redcont:before {
	content: '\e015';
}

.editbar_admincontent .editbar_button.edit:before {
	content: '\e003';
}

.editbar_admincontent .editbar_button.event_participants:before {
	content: '\e056';
}

.editbar_admincontent .editbar_button.personalization:before {
	content: '\e055';
}

.editbar_admincontent .visibility_hint {
	display: none;
}

.editbar_admincontent .visibility_hint.only_desktop, 
.editbar_admincontent .visibility_hint.only_smartphone, 
.editbar_admincontent .visibility_hint.never { 
	display: inline;
	margin-right: 20px;
}

.editbar_admincontent .visibility_hint.only_desktop .editbar_button, 
.editbar_admincontent .visibility_hint.only_smartphone .editbar_button, 
.editbar_admincontent .visibility_hint.never .editbar_button { 
	display: none;
	color: #d0d0d0 !important;
	margin-right: 6px;
	position: relative;
}

.editbar_admincontent .visibility_hint .editbar_button.hidden_on_desktop:before, 
.editbar_admincontent .visibility_hint .editbar_button.visible_on_desktop:before { 
	content: '\e036';
}

.editbar_admincontent .visibility_hint .editbar_button.hidden_on_smartphone:before, 
.editbar_admincontent .visibility_hint .editbar_button.visible_on_smartphone:before { 
	content: '\e037';
}

.editbar_admincontent .visibility_hint .editbar_button.hidden_on_desktop:after, 
.editbar_admincontent .visibility_hint .editbar_button.hidden_on_smartphone:after {
	position: absolute;
	content: "";
	left: -5px;
	top: 50%;
	border-top: 2px solid;
	border-color: inherit;
	transform: rotate(-45deg);
	width: 25px;
	color: #c00;
}

.editbar_admincontent .visibility_hint.only_desktop .editbar_button.visible_on_desktop, 
.editbar_admincontent .visibility_hint.only_smartphone .editbar_button.visible_on_smartphone {
	display: inline;
}

.editbar_admincontent .visibility_hint.only_desktop .editbar_button.hidden_on_smartphone, 
.editbar_admincontent .visibility_hint.never .editbar_button.hidden_on_smartphone, 
.editbar_admincontent .visibility_hint.only_smartphone .editbar_button.hidden_on_desktop, 
.editbar_admincontent .visibility_hint.never .editbar_button.hidden_on_desktop {
	display: inline;
}

.editbar_admincontent .editbar_button:last-child {
	margin-right: 0;
}

.editbar_admincontent .editbar_button.cmoddesign:before {
	content: '\e008';
}

.editbar_admincontent .editbar_button.cmoddesign.cmoddesign_status_1:after {
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 12px 0px 0px -5px;
	content: '•';
	color: #0c0;
	font-family: 'Open Sans', sans-serif;
}

.editbar_admincontent .editbar_button.cmodpublishdate:before {
	content: '\e182';
}

.editbar_admincontent .editbar_button.cmodpublishdate.cmodpublishdate_status_0:after {
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 12px 0px 0px -5px;
	content: '•';
	color: #c00;
}
.editbar_admincontent .editbar_button.cmodpublishdate.cmodpublishdate_status_1:after {
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 12px 0px 0px -5px;
	content: '•';
	color: #0c0;
}

.editbar_admincontent .editbar_button.sortup:before {
	content: '\edc9';
}

.editbar_admincontent .editbar_button.sortdown:before {
	content: '\edcd';
}

.editbar_admincontent .editbar_button.clipboard {
	position: relative;
}

.editbar_admincontent .editbar_button.clipboard:before {
	content: '\e01d';
	font-size: 19px;
    top: -1px;
    position: relative;
}

.editbar_admincontent .editbar_button.clipboard.active:after {
	content: '\e0c9';
	font-family: 'iconmoon_ultimate';
	color: #1d59b7;
    position: absolute;
    left: 0;
    font-size: 10px;
    bottom: 0;
    background: #fff;
    line-height: 0.9em;
    height: 0.9em;
    border-radius: 10px;
    margin-top: 12px;
}

.editbar_admincontent .editbar_button.delete:before {
	content: '\f00d';
	font-size: 22px;
	position: relative;
	top: -1px;
}

.editbar_admincontent .editbar_button.delete:hover {
	color: #c21b1b !important;
}

.elementborder_adminedit .cmodclassselection_admincontent,
.stage .cmodclassselection_admincontent {
	position: absolute;
	width: auto;
	text-align: left;
	padding: 6px 12px 10px 12px;
	left: -1px;
	margin-top: -3px;
	background: #666; /* Old browsers */
	background: linear-gradient(to bottom, #767676 0%,#666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
	z-index: 999;
	cursor: default;
}

.stage .cmodclassselection_admincontent {
	margin-top: -1px;
}

.elementborder_adminedit .cmodclassselection_admincontent label,
.stage .cmodclassselection_admincontent label
{
	font-weight:  normal;
	color: #fff;
	font-size:  12px;
	display:  inline-block;
	width:  25px;
	padding:  3px 5px 0px 0px;
	line-height:  12px;
	text-align:  right;
	margin:  0px;
}
.elementborder_adminedit .cmodclassselection_admincontent select,
.stage .cmodclassselection_admincontent select {
	width: 120px !important;
	background-color: #666;
	color: #fff;
	padding:  2px;
	margin:  0px;
	border: 1px solid #333;
	font-size:  12px;
	line-height:  15px;
}

.elementborder_adminedit:hover .cmodclassselection_admincontent select,
.stage:hover .cmodclassselection_admincontent select {
	background-color: #555;
}

.newelement_adminedit {
	display: block;
	position: relative;
	margin: -30px auto 25px auto !important;
	text-align: center;
	width: 100%;
	height: 0px;
	clear: both;
	z-index: 40; /* Anpassung wle 03.05.2021 von 0 auf 1, da der Button nach Bühnen verdeckt war // von tro am 11.12.23 von 1 auf 40 wegen demselben Problem bei der OpenStreetMaps-Einbindung */
}

.newelement_adminedit.add_designstage {
	margin: -30px auto 45px auto !important;
}

.newelement_adminedit.new_blog_post {
	margin: -30px auto 45px auto !important;
}

.newelement_adminedit.new_blog_post,
.newelement_adminedit.new_blog_post + .newelement_adminedit {
	z-index: 2;
}


.pasteelement_adminedit {
	box-sizing: content-box;
	display: none;
	position: relative;
	margin: 50px auto -20px auto !important;
	text-align: center;
	width: 100%;
	clear: right;
	z-index: 99;
}
#sidebar .newelement_adminedit {
	margin: 0px;
	padding: 7px 0px;
	z-index: 101;
	margin-bottom: 10px !important;
}
.newelement_adminedit img, .pasteelement_adminedit img {
	opacity: 0.85;  
}
.newelement_adminedit img:hover, .pasteelement_adminedit img:hover {
	opacity: 1;  
}

.newelement_adminedit > a,
.pasteelement_adminedit > a {
	margin: 0px !important;
}


.button_incative, 
.button_incative:hover {
	opacity: 0.25 !important;  
	cursor: default;
}

.adminedit_css_button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#sidebar .menuitem .sidebar_content .newelement_adminedit {
	overflow: visible;
	z-index: 999;
}

#sidebar .menuitem .sidebar_content .adminedit_css_button {
	position: relative;
	height: 28px;
	left: unset;
	transform: unset;
}

.adminedit_css_button,
.adminedit_css_button:link, 
.adminedit_css_button:active, 
.adminedit_css_button:hover, 
.adminedit_css_button:visited, 
#sidebar .menuitem .sidebar_content .adminedit_css_button, 
#sidebar .menuitem .sidebar_content .adminedit_css_button:link, 
#sidebar .menuitem .sidebar_content .adminedit_css_button:active, 
#sidebar .menuitem .sidebar_content .adminedit_css_button:hover, 
#sidebar .menuitem .sidebar_content .adminedit_css_button:visited,
#sidebar_bottom .menuitem .sidebar_content .adminedit_css_button, 
#sidebar_bottom .menuitem .sidebar_content .adminedit_css_button:link, 
#sidebar_bottom .menuitem .sidebar_content .adminedit_css_button:active, 
#sidebar_bottom .menuitem .sidebar_content .adminedit_css_button:hover, 
#sidebar_bottom .menuitem .sidebar_content .adminedit_css_button:visited {
	box-sizing: content-box;
	background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    line-height: 35px;
    padding: 0 10px;
    box-shadow: 1px 2px 5px #999;
    margin: 10px auto;
    color: #555;
    font-size: 12px;
    opacity: 0.85; 
    text-decoration: none;
    width: 225px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.adminedit_css_button.small,
.adminedit_css_button.small:link, 
.adminedit_css_button.small:active, 
.adminedit_css_button.small:hover, 
.adminedit_css_button.small:visited, 
#sidebar .menuitem .sidebar_content .adminedit_css_button.small, 
#sidebar .menuitem .sidebar_content .adminedit_css_button.small:link, 
#sidebar .menuitem .sidebar_content .adminedit_css_button.small:active, 
#sidebar .menuitem .sidebar_content .adminedit_css_button.small:hover, 
#sidebar .menuitem .sidebar_content .adminedit_css_button.small:visited {
	line-height: 26px;
	margin: 0 auto 10px;
	width: auto;
}

.newelement_adminedit.add_designstage .adminedit_css_button {
	/*width: auto;*/
}

.adminedit_css_button:hover, 
#sidebar .menuitem .sidebar_content .adminedit_css_button:hover {
	opacity: 1;
}

.adminedit_css_button.add:before, 
.adminedit_css_button.paste:before {
	font-family: 'iconmoon_ultimate';
	padding-right: 5px;
	font-size: 1.2em;
    position: relative;
}

.adminedit_css_button.add:before {
	content: '\e0ce';
	color: #a8d261;
	top: 2px;
}

.adminedit_css_button.paste:before {
	content: '\e09d';
	color: #4d4d4d;
}

.btsms_del {
	width: 18px !important;
	height: 18px !important;
	background-image: url(../../content/icons/btsms_del.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
}
.btsms_del:hover {
	background-image: url(../../content/icons/btsms_del_red.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.btsms_del img {
	width: 18px !important;
	height: 18px !important;
	border: 0px;
}

.bt22_del {
	width: 22px !important;
	height: 22px !important;
	background-image: url(../../content/icons/graphit/delete-in-22.png);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
}
.bt22_del:hover {
	background-image: url(../../content/icons/graphit/delete-inred-22.png);
	background-position: top;
	background-repeat: no-repeat;
}
.bt22_del img {
	width: 22px !important;
	height: 22px !important;
	border: 0px;
}

.edit_menu_bar, .edit_menu_barI, .edit_submenu_bar, .edit_submenu_barI
{
	width: 126px;
}

.sidebar_inside_add_first_element {
	width: 43px;
	height: 194px;
	top: 300px;
	position: absolute;
	right: -5px;
	z-index: 9999;
}
.sidebar_inside_add_first_element.leftsb {
	right: auto;
	margin-right: 0px;
	margin-left: -5px;
}

.sidebar_outside_add_first_element {
	border: 1px dashed #555 !important;
	background-color: transparent !important;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.title.hiddenwidge, .menuitem.hiddenwidge .sidebar_content, .menuitem.hiddenwidge form {
	opacity: 0.25;  
}

.menuitem.hiddenwidge .sidebar_content, .menuitem.hiddenwidge form {
	height: 37px;
	overflow: hidden;
}
.menuitem.hiddenwidge .widge_bot {
	position: absolute;
	width: 100%;
	height: 15px;
	margin-top: -15px;
	background-color: transparent;
	background-image: url(../../content/images/papierkante.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Dropdown-Menüs vor den Bearbeiten-Fähnchen positionieren */
#menu.menutype4 {
	z-index: 1000;
}
#menu #menuedit {
	box-sizing: content-box;
	width: 190px;
	height: 36px;
	display: block;
	position: absolute;
	top: -37px;
	margin-left: 0px;
	font-weight: bold;
	opacity: 0.85;
	z-index: 999;
}
#menu:hover #menuedit {
	opacity: 1;  
}

#menu #menuedit .editmenu {
	position: absolute;
	z-index: 999;
}
#menu #menuedit .showhiddenpages, #menu #menuedit .showhiddenpages_v {
	background-image: url(images/graphit/menuedit-back.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	height: 24px;
	width: 0px;
	opacity: 0.0;  
	padding: 12px 0px 0px 0px;
	margin: 0px;
	margin-left: 150px;
	text-align: left;
	z-index: 888;
	overflow: hidden;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#menu #menuedit .showhiddenpages_v {
	background-image: url(images/graphit/menuedit-back2.png);
}
#menu #menuedit .showhiddenpages .content, #menu #menuedit .showhiddenpages_v .content {
	padding: 0px 25px 0px 35px;
}

#menu #menuedit .showhiddenpages a, #menu #menuedit .showhiddenpages_v a {
	text-decoration: none !important;
	color: #555 !important;
	background-color: transparent !important;
	padding: none;
	margin: none;
	display: inline;
	font-weight: normal;
}
#menu #menuedit .showhiddenpages img, #menu #menuedit .showhiddenpages_v img {
	margin-right: 8px;
	vertical-align: bottom;
}


#menu .invisible {
	display: none !important;
}
#menu .invisible_show {
	display: block;
}
#menu .invisible_show .hidden {
	opacity: 0.66 !important;  
	text-decoration: line-through !important;
	display: inline;
}

#menu .password,
#menu .waiting {
	text-decoration: none !important;	
}
#menu .password:before {
	content: '\e066  ';
	font-family: 'iconmoon_ultimate';
	color: #555;
	font-size: 0.9em;
	text-decoration: none !important;
}
#menu .waiting:before {
	content: '\e182  ';
	font-family: 'iconmoon_ultimate';
	color: #555;
	font-size: 0.9em;
	text-decoration: none !important;
}
#menu .password.waiting:before {
	content: '\e066  \e182  ';
	font-family: 'iconmoon_ultimate';
	color: #555;
	font-size: 0.9em;
	text-decoration: none !important;
}

.menu_setting_tooltip_h {
	box-sizing: content-box;
	display: none;
	background-image: url(images/graphit/editbar-trans.png);
	z-index: 999999;
	text-align: center;
	height: 30px;
	padding: 5px;
	margin: 0px;
	width: 110px;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: -45px;
	left: 3px;
}
.menu_setting_tooltip_v {
	box-sizing: content-box;
	display: none;
	background-image: url(images/graphit/editbar_v-trans.png);
	z-index: 999999;
	text-align: center;
	height: 30px;
	padding: 5px;
	margin: 0px;
	width: 110px;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: -35px;
	left: 3px;
}
.menu_setting_tooltip_h a, .menu_setting_tooltip_v a {
	margin: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0px none !important;
	float: left;
}
.menu_setting_tooltip_h a:after, .menu_setting_tooltip_v a:after, .menu_setting_tooltip_h a:before, .menu_setting_tooltip_v a:before {
	display: none !important;
}


.menu_setting_tooltip_v .menusortUpIn, .menu_setting_tooltip_v .menusortDownIn, .menu_setting_tooltip_v .menudeleteIn,
.menu_setting_tooltip_h .menusortUpIn, .menu_setting_tooltip_h .menusortDownIn, .menu_setting_tooltip_h .menudeleteIn {
	margin: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0px none !important;
	float: left;
	opacity: 0.25 !important;  
	background-color: #f00;
}

#contentcontainer {
	z-index: auto !important;
}

.contact > .titledrag {
	z-index: 1003;	
}
.sitetitle > .titledrag {
	z-index: 1002;	
}
.sitetitle_img > .titledrag {
	z-index: 1001;	
}

.deleteCloud {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 9999;
	display: none;
}
.indistyle.titledrag {
	border: 1px dashed #555;
	cursor: move;	
}
.titledrag .draghandle {
	opacity: 0.66;  

	z-index: 999;
	position: absolute;
	right: 0px;
	background: url(images/graphit/dragtitle-bar.png) no-repeat top right;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
.titledrag:hover .draghandle {
	opacity: 1.0;  
}

#titlecontainer .stage.empty.bt_new {
	border: 1px dashed #404040;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
	color: #404040;
	text-decoration: none;
	opacity: 0.5;
	background-color: #F2F2F2;
	display: block;
}

#titlecontainer .stage.empty.bt_new:hover {
	text-decoration: none;
	opacity: 0.7;
}

#titlecontainer .stage.empty.bt_new .text {
	padding-top: 25%;
	display: block;
}

#titlecontainer .stage.empty.bt_new .text:before {
	content: '\e0ce';
	font-family: 'iconmoon_ultimate';
	color: #99C84E;	
	padding-right: 7px;
	position: relative;
	top: 2px;
}

.hintbox {
	width: auto;
	background-color: #FEE66B;
	border: 1px solid #fed22f;
	padding: 8px;
	font-size: 12px;
	line-height: 17px;
	color: #555;
	border-radius: 5px;
	margin: 20px 0px 20px 0px;
	box-shadow: 0px 0px 7px #bbb;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.hintbox .title,
.hintbox .hintbox_title {
	font-size: 18px;
	font-weight: normal;
	color: #777;
	margin-bottom: 10px;
}
.hintbox .p {
	margin: 0px 0px 10px 0px;
}
.hintbox #refreshCalcRightsLoading {
	text-align: center;
}

.blogpost_control {
	float: right;
	padding-right: 5px;
	position: relative;
    top: -30px;	
    height: 0px;
}

.btn_delete_blogpost,
.btn_edit_blogpost {
	text-decoration: none !important;
	margin: 5px;
	color: #777 !important;
}

.btn_delete_blogpost:before {
	font-family: 'iconmoon_ultimate';
	content: '\f00d';
    vertical-align: middle;
    line-height: 22px;
    font-size: 22px;	
}

.btn_delete_blogpost:hover {
	color: #c21b1b !important;
}

.btn_edit_blogpost:before {
	font-family: 'iconmoon_ultimate';
    font-size: 16px;
	content: '\e003';
	vertical-align: middle;
    line-height: 22px;
}

.btn_edit_blogpost:hover {
	color: #777;
}

.hint_upcoming_post {
	margin: 5px;
	color: #bbb;
}

.hint_upcoming_post:before {
	font-family: 'iconmoon_ultimate';
    font-size: 22px;
	content: '\e182';
	vertical-align: middle;
    line-height: 22px;
}

.hint_invisible_post {
	margin: 5px;
	color: #bbb;
}

.hint_invisible_post:before {
	font-family: 'iconmoon_ultimate';
    font-size: 22px;
	content: '\e0a9';
	vertical-align: middle;
    line-height: 22px;
}

.upcoming_post {
	opacity: 0.5;
}