#sc2Header *:not(.mce-ico),#SimpleCms2 *:not(.mce-ico){
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	box-sizing: content-box;
}
#sc2Header .glyphicon,#SimpleCms2 .glyphicon{
	font-family: 'Glyphicons Halflings';
}

#sc2Header .sc2Icons,#SimpleCms2 .sc2Icons{
	width: 16px;
	height: 16px;
}

#sc2Header .btn-default,#SimpleCms2 .btn-default {
	color: white;
	background-color: #333333;
	border-color: #333333;
}

#sc2Header a,#SimpleCms2 a {
	color: #333333;
}

#sc2Header{
	background-color: black;
	display: flex;
	justify-content: space-between;
}
#sc2Header > *{
	padding: 15px;
}
#sc2Header *{
	text-decoration: none;
}


#sc2Header .content{
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

#sc2Header .sc2Logo + div{
	width: 100%;
}

#sc2Header #sc2ChangeLanguageForm{
	position: relative;
}

#sc2Header #sc2ChangeLanguageForm > input{
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
}

#sc2Header #sc2ChangeLanguageForm img{
	height: auto;
	width: 32px;
	margin: 2px 0;
}

#sc2Header #sc2ChangeLanguageForm .content{
	padding: 0 15px 15px;
}


#sc2Header .sc2MenuBox{
	position: relative;
}

#sc2Header img {
	width: 25px;
	height: 32px;
}


#sc2Header .sc2Logo{
	width: auto;
}

#sc2Header .content{
	top: 100%;
	right: 0;
	background: #333333;
	display: none;
}

#sc2Header .sc2MenuBox > .content{
	width: 200px;
}

#sc2Header .sc2MenuBox > .content ul.sc2MainMenu {
	margin:0;
	padding: 0;
	list-style-type:none;
}
#sc2Header .sc2MenuBox > .content ul.sc2MainMenu li {
	padding-left: 24px;
	line-height: 34px;
}
#sc2Header .sc2MenuBox > .content ul.sc2MainMenu li:hover {
	background-color: #0078D7;
}

#sc2Header .sc2MainMenu a{
	color: white;
}

#SimpleCms2{
	display: flex;
	align-items: flex-start;
}

#sc2Sidebar{
	width: 33%;
	position: relative;
	background: #F2F2F2;
	border: 1px solid #D9D9D9;
}

#dirTreeWaitbox {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff url('/Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/SimpleCms2/Resource/Public/Image/ajax-loader.gif') center center no-repeat;
	filter:alpha(opacity = 50);
	-ms-filter:"alpha(opacity = 50)";
	opacity:0.5;
	z-index:20;
	display:none;
}

#sc2Sidebar .treeMenu{
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	padding: 0 8px;
}

#sc2Sidebar .treeMenu > *{
	padding: 12px 6px;
}

#sc2Sidebar .treeMenu > #sc2FilterBackendTree{
	padding: 0;
	margin: 8px 6px;
	height: 26px;
	border: 1px solid darkgray;
	width: 100%;
}

#sc2Sidebar .treeMenu > #sc2ResetFilterBackendTree{
	padding: 0 16px;
	margin: 9px 6px 9px -47px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	border: none;
	color: #333333;
	background: white;
	font-weight: bold;
	opacity: 0.8;
	outline-color: rgba(0,0,0,0);
}

#sc2Sidebar .treeMenu img{
	height: 20px;
	width: 20px;
}

#sc2Sidebar .treeContent{
	padding-left: 16px;
	height: calc(100vh - 109px);
	overflow-y: scroll;
}

#sc2Sidebar .treeContent::-webkit-scrollbar{
	width: 4px;
}

#sc2Sidebar .treeContent::-webkit-scrollbar-thumb{
	background: #D9D9D9;
}

#sc2Sidebar .treeContent a{
	color: #333333;
}

#sc2Sidebar .treeContent .rootPage img{
	width: 14px;
	padding-right: 2px;
}

#sc2Sidebar.collapsed{
	width: 48px;
}

#sc2Sidebar.collapsed *{
	display: none;
}
#sc2Sidebar.collapsed .treeContent{
	display: block;
}

#sc2Sidebar.collapsed .treeMenu, #sc2Sidebar.collapsed .treeMenu #sc2SidebarToggle{
	display: block;
}


ul#sc2PageTree {
	margin:0;
	padding-left:18px;
	position:relative;
}
ul#sc2PageTree li.page {
	margin:0;
	list-style-type:none;
	line-height: 20px;
}

ul#sc2PageTree li.page > .parent {
	position: relative;
	padding: 2px 0;
}
ul#sc2PageTree li.page  .arrow,
ul#sc2PageTree li.page  .arrow-spacing{
	height: 18px;
	width: 18px;
	float: left;
}
ul#sc2PageTree li.page  .arrow:after {
	content: "▶";
}
ul#sc2PageTree li.page  .arrow.open:after {
	content: "▼";
}

ul#sc2PageTree ul{
	padding-left: 18px;
}
ul#sc2PageTree li.page:hover,
ul#sc2PageTree li.page.active {
	background-color:#fff;
}
ul#sc2PageTree li.page img {
	cursor:pointer;
}
ul#sc2PageTree li.dropPageHere {
	margin:0;
	padding: 0 0 0 20px;
	list-style-type:none;
	list-style-image:none;
	color:red;
	font-size:0.9em;
	line-height:100%;
	/*line-height:18px;*/
	display:none;
}
ul#sc2PageTree li.dropPageHover {
	color:#288e2d;
	background-color: #fff;
}
ul#sc2PageTree li .pageImage {
	margin-right: 2px;
	float:left;
}
ul#sc2PageTree .strike {
	color:#7C7C7C;
	text-decoration:line-through;
}
ul#sc2PageTree li .pageTitle {
	display:block;
	overflow:hidden;
}
ul#sc2PageTree li .actions {
	float:right;
	display:none;
	padding-right: 5px;
}
ul#sc2PageTree li .actions.edit {
	position: absolute;
	top: 20px;
	left: 18px;
	z-index: 1;
	background: white;
	border: 1px solid #333333;
	flex-direction: column;
	padding: 2px 10px 2px 5px;
}
ul#sc2PageTree li .actions.edit a {
	font-size: 12px;
	line-height: 22px;
}
ul#sc2PageTree li .actions.edit.open {
	display:flex;
}

#sc2Main{
	width: 100%;
	padding: 45px 10px 10px 35px;
	background: white;
	height: calc(100vh - 117px);
	overflow-x: hidden;
	overflow-y: scroll;
}

#sc2Main .row *{
	box-sizing: border-box;
}

#sc2Main::-webkit-scrollbar{
	width: 4px;
}

#sc2Main::-webkit-scrollbar-thumb{
	background: #efefef;
}

#sc2Main .sc2PageHeader{
	font-size: 24px;
	font-weight: bold;
	color: rgb(0,0,0);
	margin: 0;
}

#sc2Main #sc2MainLogo{
	width: 100%;
	padding: 30px 150px 30px 0;
	box-sizing: border-box;
}


#sc2Main .sc2button{
	display: inline-block;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
	background: #F2F2F2;
	border: 1px solid #D9D9D9;
	padding: 5px;
	margin-top: 5px;
	color: #333333;
}

#sc2Main .sc2insertButtons{
	display: flex;
}

#sc2Main .sc2button img{
	width: 12px;
}

#sc2Main .mainContent{
	display: flex;
	width: 100%;
}

#sc2Main .mainContent .sc2ContentArea {
	width: 33%;
	flex-grow: 1;
	flex-wrap: wrap;
}

.sc2ContentArea {
	margin:0 0 20px 0;
}

.sc2ContentArea img{
	max-width: 100%;
	max-height: 100%;
}

.sc2ContentArea .title {
	font-size:16px;
	padding:8px 0;
	color:#333333;
}

.sc2ContentArea .elements {
	padding:10px;
	min-height:80px;
	background-color:#fff;
}
.sc2ContentArea > .elements {
	padding: 10px 0;
}

.sc2ContentArea .preview {
	padding: 10px;
	background: #f1f1f1;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.sc2ContentArea .elements .listEntry > .preview figure > img {
	width:auto;
	height:auto;
	max-width:200px;
	max-height:200px;
}
.sc2ContentArea .elements .listEntry > .preview.isHidden {
	filter:alpha(opacity = 50);
	-ms-filter:"alpha(opacity = 50)";
	opacity:0.5;
}

.sc2ContentArea .sc2Grid{
	display: flex;
	flex-wrap: wrap;
}

.sc2ContentArea .sc2Grid > *{
	margin: 5px;
	flex-basis: calc((100% / 6) - 10px);
	flex-grow: 1;
}

.subContentElement {
	margin:0 0 10px 0;
	padding:4px;
	box-sizing:border-box;
	background-color:#f1f1f1;
}
.pasteFromClipboard a {
	color:orange;
}
.pasteFromClipboard a:hover {
	color:#b10000;
}
.mce-widget button,
.mce-widget button i {
	color:#333 !important;
}
textarea.form-control.tinyMce {
	min-height:250px;
}
.sc2EditForm fieldset {
	width: 100%;
}

.sc2EditForm fieldset:not(.open) div {
	display: none;
}

.sc2EditForm fieldset legend {
	padding:6px 20px;
	font-size:1em;
}
.sc2EditForm fieldset legend a {
	text-decoration:none;
}

.sc2ReferenceBox{
	background-color: white;
	padding: 20px;
}

.sc2ReferenceBox img{
	max-width: 100%;
}

.sc2ReferenceBox a.show > div{
	width: 100%;
	padding: 5px 10px;
	text-align: center;
	background-color: #ff8c00;
	color: white;
}

.sc2ReferenceBox a.show:hover{
	text-decoration: none;
}

@media (min-width: 768px) {
	.form-horizontal legend {
		display: block;
		width: 100%;
		border-bottom: 1px solid #000;
		margin-bottom: 15px;
	}
	.form-horizontal .form-group,
	.ilFormFooter {
		display: flex;
		flex-wrap: wrap;
	}

	.form-horizontal .form-group label {
		text-align: right;
	}
}

#SimpleCms2 .ilFormHeader h3 {
	display: inline-block;
	line-height: 42px;
}

#SimpleCms2 .btn {
	padding: 9px 15px;
	font-size: 16px;
	line-height: 24px;
}

/* ---------------------------------------------
Mega Menu Base
--------------------------------------------- */
#ilTopNav .nav .dropdown > .mega-menu{
	height: 0;
	width: 100vw;
	padding: 0;
	box-shadow: none;
	border: none;
	color: white;
	background: rgba(0,0,0,0);
	display: block;
	overflow: hidden;
	transition: height .5s ease;
}

#ilTopNav .nav .dropdown.open > .mega-menu{
	height: 100vh;
	display: block;
}

#ilTopNav .nav .dropdown > .mega-menu > div{
	background: rgba(0,0,0,0.7);
}

.nav .mega-menu-container{
	display: flex;
	flex-direction: row;
	width: 1200px;
	padding: 0 30px;
	margin: auto;
}

.nav .mega-menu-container  *{
	color: white;
	text-decoration: none;
}

#mainspacekeeper{
	transition: all .5s;
}

@media (max-width: 1199px){ .nav .mega-menu-container {width: 1000px;padding: 0 15px}}
@media (max-width: 999px){ .nav .mega-menu-container {width: 768px;}}
@media (max-width: 767px){
	.nav .mega-menu-container {width: 450px;padding: 0}
	.nav .dropdown.open > .mega-menu{
		height: auto;
	}
	.nav .mega-menu-container{
		flex-direction: column;
	}
}
@media (max-width: 479px){ .nav .mega-menu-container {width: 320px;}}


.nav .mega-menu-container > *{
	width: 10px;
	padding: 5px 0;
	flex-grow: 1;
}


.nav .mega-menu-container .link{
	padding: 0 5px;
	transition: background-color 0.2s linear;
}

.nav .mega-menu-container .link > a{
	display: inline-block;
	width: 100%;
	cursor: default;
	text-decoration: none;
}

.nav .mega-menu-container .link.active,
.nav .mega-menu-container .link:not(.prevent-click):hover{
	background-color: #e7af2e;
}

.nav .mega-menu-container .link.active > a,
.nav .mega-menu-container .link:not(.prevent-click):hover > a{
	color: black;
	cursor: pointer;
}

/* ---------------------------------------------
Mega Menu Link
--------------------------------------------- */
.nav .mega-menu-container .mega-menu-link{
	position: relative;
	margin: 8px 0;
	padding: 0 25px;
}

.nav .mega-menu-container .mega-menu-link .list-item{
	position: absolute;
	left: 5px;
}

/* ---------------------------------------------
Mega Menu Category
--------------------------------------------- */
.nav .mega-menu-container .mega-menu-category{
	margin: 20px 0;
}

.nav .mega-menu-container > .mega-menu-category{
	margin-top: 5px;
}

.nav .mega-menu-container > .mega-menu-category > .headline > a{
	font-size: 160%;
	font-weight: bold;
	text-decoration: underline #e7af2e;
}

.nav .mega-menu-container > .mega-menu-category > .mega-menu-category > .headline > a{
	font-size: 120%;
}

/* ---------------------------------------------
Mega Menu Headline
--------------------------------------------- */
.nav .mega-menu-container .mega-menu-headline{
	font-size: 72px;
	font-weight: bold;
	flex-grow: 2;
	margin: 20px 0;
}

/*Honepots*/
.scFormGenerator .scFormGeneratorContent form .hpInputField {
	z-index:-1;
	position:absolute;
	height:0;
	width:0;
	border:none;
	background:none;
	margin:0;
	top:0;
	left:0;
	clear:both;
	font-size:0;
	line-height:0;
	opacity: 0;
	padding: 0;
}