.t3js-title-inlineedit {
	margin-bottom: 1rem;
}
.grid-visibility-toggle .t3-grid-container {
	padding: 10px;
}

.typo3-fullDoc .module-body {
	padding-top: 89px;
}

.hidden {
	display: none;
}

.typo3-topbar-navigation {
	position: relative;
	z-index: 1;
}

#typo3-login-form {
	position: relative;
	z-index: 1;
}

.becontext {
	color: #fff;
	font-size: 1.5em;
	font-style: italic;
	left: 100%;
	position: absolute;
	top: 10px;
}

.t3-page-ce .toggle-content { visibility: visible; }

.clearfix {
	clear: both;
}

.nospacing {
	border-spacing: 0;
}

.mediatable {
	width: 100%;
	table-layout: fixed;
}

.mediatable td {
	display: table-cell !important;
}

.htmlarea-content-body {
	font-size: 15px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.48em;
	margin: 0;
}

.befcetitle {
	font-weight: bold;
}

H1 {
	font-size: 32px;
}
H2 {
	font-size: 26px;
}
H3 {
	font-size: 22px;
}
H4 {
	font-size: 18px;
}
H5 {
	font-size: 14px;
}
H6 {
	font-size: 12px;
	font-weight: bold;
}

td.palette-header {
	padding-left: 10px !important;
}

#typo3-module-menu {
	overflow-x: hidden;
	bottom: 0;
}

#logout-button input {
	background: #aa0000;
	border: 1px solid #9F0000;
}

.expandview-wrapper {
	line-height: 16px;
}

.tpm-fce_4,
.tpm-fce_6,
.tpm-fce_7 {
	border: 3px solid #5B5B5B;
}

.t3-clearable-wrapper .t3-tceforms-input-clearer {
	right: 10px;
}

#typo3-docheader .right .buttongroup {
    float: left;
    margin-right: 6px;
}

.typo3-login {
	padding: 0;
}

.typo3-login-logo {
	margin-bottom: 10px;
}

.outerwrap {
	width: 100%;
	background: url('../Images/logintheme.jpg') 0 50% ;
	background-size: cover;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	margin: 0;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}

.btn-login {
	background-color: #00802f;
}

.btn-login.disabled.focus, .btn-login.disabled:focus, .btn-login.disabled:hover, .btn-login.focus[disabled], .btn-login[disabled]:focus, .btn-login[disabled]:hover, fieldset[disabled] .btn-login.focus, fieldset[disabled] .btn-login:focus, fieldset[disabled] .btn-login:hover,
.btn-login:active, .btn-login:active:focus, .btn-login:active:hover, .btn-login:focus, .btn-login:hover, .btn-login:visited {
	background-color: #00802f;
}


.typo3-login-wrap .panel {
	background: #d4d4d4;
}

.typo3-login-wrap .panel-login .panel-body {
	border-bottom: 2px solid #00802f;
}

.animateform {
	visibility: hidden;
}

#t3-login-form {
	padding: 40px 0 !important;
}

.shadow {
	border-radius: 7px;
}

.notice {
	width: 430px;
	margin: 0 auto;
}

#typo3-index-php input.t3-login-submit {
	background-color: #43870B;
	background-image: none;
	border-top: 1px solid #43870B;
	border-left: 1px solid #43870B;
	text-shadow: 0px -1px 0px rgba(77, 77, 131, 0.6);
	color: #fff;
}

#typo3-index-php div#t3-copyright-notice {
	border-top: none;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
}

#typo3-index-php div#t3-copyright-notice a {
	color: #333333;
	text-decoration: underline;
}

.t3-headline {
	border-radius: 7px 7px 0 0;
}

#typo3-index-php .t3-headline h2 {
	background: transparent url('../Images/beloginlogo.png') no-repeat 12px 4px;
	padding: 5px 12px 5px 68px;
}

.t3-login-box-body {
	background: #d4d4d4;
	border-radius: 0 0 7px 7px;
	border: 1px solid #333333;
}

#typo3-logo {
	margin-top: 4px;
	position: relative;
	z-index: 1;
}
#typo3-top {
	z-index: 1;
}

.topbar:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
	opacity: .05;
	z-index: 0;
}

.topbar-button {
	z-index: 1;
}

input:focus, textarea:focus, button:focus {
    border-color: #00802f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(104, 1193, 31, 0.6);
    outline: 0 none;
}

/* PAGEMODULE CSS */
/*div.module-body {
	padding:0;
}*/
.tpm-editPageScreen div#typo3-inner-docbody {
	display:table;
	width:100%;
	padding:0;
}

.pagecontainer {
	display:table-cell;
	padding:7px;
}

/* general */
table {
	position:relative;
}
.sortableItem .sortable_handle {
	cursor:move;
}

/* warning */
div.warning {
	background-color:#ddeef9;
	border-color:#8a0000;
	border:1px solid;
	margin: 4px 0;
	padding:6px;
	font-weight: bold;
	font-size: 11px;
}
div.warning img {
	vertical-align: middle;
	padding: 2px 1px;
}
div.warning a {
	text-decoration: underline;
}


/* link icons */
.tpm-bottom-controls {
	display:block;
}
.tpm-bottom-controls img {
	border: none ;
	text-align: center;
	vertical-align: middle;
	padding: 0 1px;
}

/* element titlebars */
.tpm-title-cell {
	vertical-align: top;
	padding-top:0;
	padding-bottom:0;
}

.tpm-content-cell {
	vertical-align: top;
	padding: 5px;
	border: 1px dashed #555;
	min-width: 120px;
}
.tpm-subelement-table {
	border-bottom:0px;
	font-size:10px;
	margin:0px;
}

.tpm-subelement-table .tpm-title-cell {
	background:none;
}

.tpm-sub-elements {
	border-color:#CACACA;
	border-right:2px solid #CACACA;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	font-size:10px;
}

.tpm-container-element-depth-odd {
	background: #EAEAEA;
}

.tpm-container-element-depth-even {
	background: #F7F7F7;
}
.tpm-container-element {
	width: 100%;
	margin-bottom:5px;
}

.tpm-container-element, .tpm-container-element a {
	color:#5F5F5F;
}
.active > .tpm-container-element, .active > .tpm-container-element > a {
	color:#000000;
}
.active > .tpm-container-element {
	background-color:#FFFFFF;
}

/* @todo find a proper "color" for referenced icons */
.tpm-container-element .tpm-titlebar-fromOtherPage .t3-row-header {
	background-color: #e6e9eb;
	background-image:-moz-linear-gradient(center top , #7F897F 10%, #5B635B 100%)
}

.tpm-element-control {
	text-align: right;
	vertical-align:top;
}
.tpm-titlebar {
	overflow:hidden;
}
.tpm-element-title {
	min-width:100px;
	margin-right:140px;
	vertical-align:top;
	padding:4px 1px 1px 1px;
	line-height:15px;
}

.tpm-element-title .tpm-langIcon {
	float:left;
	padding-right:5px;
	padding-top:3px;
}

.tpm-preview ul {
	padding:0 0 0 20px;
	margin:0
}

.t3-page-ce-header {
	height:auto !important;
}

.tpm-preview, .tpm-warnings {
	padding:5px;
}

.tpm-element {
	padding:5px 5px 5px 0;
}
.tpm-element { padding:5px 5px 5px 0; }

.tpm-element {
	padding:5px 5px 5px 0;
}

/* non-used elements */

.tpm-nonused-elements td:first-child {
	padding:3px;
}

.tpm-nonused-element td {
	padding:2px 3px;
	vertical-align:middle;
}
.tpm-nonused-element:nth-child(odd) {
	background:#ffffff;
}
.tpm-nonused-controls {
	width: 40px;
	padding-left: 4px;
}
.tpm-nonused-ref {
	width: 20px;
	white-space:nowrap;
}
.tpm-nonused-element img,
.tpm-nonused-deleteall img {
	vertical-align: middle;
	padding: 2px 1px;
}
.tpm-nonused-element .tpm-nonused-preview img {
	padding-right: 3px;
}
.tpm-nonused-deleteall {
	padding: 5px 0;
}

.t3-row-header .tpm-element-title {
	padding:1px;
	line-height:15px;
}

.t3-row-header .tpm-element-control {
	float:right;
	min-width: 120px;
	height:20px;
	padding-right: 4px;
	margin-top: 2px;
}

.typo3-login-container {
	padding: 0;
}

.t3-page-ce.inactive .t3-row-header, .t3-page-ce.active .t3-row-header {
	visibility:visible;
}

.t3-page-ce.inactive > .tpm-container-element > .tpm-titlebar > .t3-row-header > .tpm-element-control {
	visibility:hidden;
}

.t3-page-ce.inactive > .tpm-container-element > .tpm-titlebar > .t3-row-header {
	background:none;
	color:#000;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.t3-page-ce.inactive > .tpm-container-element.tpm-hidden > .tpm-titlebar > .t3-row-header {
	color:#888;
}

.inactive .tpm-hidden .tpm-sub-elements {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.t3-page-ce-header, .t3-row-header {
	height:20px;
}

.tpm-localisation-info-table tr.bgColor4 {
	color: inherit;
}

/* outline view */
.tpm-outline-table .tpm-container img,
.tpm-outline-table .tpm-element img,
.tpm-outline-table .tpm-elementRef img {
	vertical-align: middle;
	padding: 0 1px;
}
.tpm-outline-table .tpm-container .nobr img,
.tpm-outline-table .tpm-element .nobr img,
.tpm-outline-table .tpm-elementRef .nobr img {
	padding-right: 3px;
}
.tpm-outline-table .tpm-outline-level0 {
	background-color: #b8bec9;
}
.tpm-outline-table .tpm-outline-level1 {
	background-color: #f8f9fb;
}

#typo3-docbody > .typo3-message {
		margin:5px 8px;
}


#nprogress .bar {
	background: #00802f;
}
/* Fancy blur effect */
#nprogress .peg {
	box-shadow: 0 0 10px #00802f, 0 0 5px #00802f;
}
#nprogress .spinner-icon {
	border-top-color: #00802f;
	border-left-color: #00802f;
}
/* color fix for empty progressbar*/
.progress-bar {
	color: #333333;
}

#t3js-cropper-focus-area {
	overflow: visible;
	width: 0px !important;
	height: 0px !important;
}

#t3js-cropper-focus-area * {
	display: none !important;
}

#t3js-cropper-focus-area:after {
	position: absolute;
	content: "";
	width:1px;
	height:25px;
	background: red;
	margin-top: -12px;
	padding: 0 !important;
}

#t3js-cropper-focus-area:before {
	position: absolute;
	content: "";
	width:25px;
	height:1px;
	background: red;
	margin-left: -12px;
}

/*remove translate options*/
#deeplTranslate + hr,
#googleTranslate + hr,
#googleTranslateAuto + hr,
#deeplTranslate,
#googleTranslate,
#googleTranslateAuto {
  display: none;
}

.cke_combopanel {
  width: 360px !important;
}
.table-fit > .table {
  position: static;
}

.badge-success {
  background-color: #0a5e2d;
}

.typo3-edit {
  font-family:monospace;
  color:#FFF !important;
  background:#0a5e2d;
  text-decoration:none !important;
  padding:1px 2px;
  font-size:10px;
}

dl {
  margin-left:25px;
}
dd,dt {
  margin:0;
  padding:0;
  padding:5px 10px;
  color:#000;
}
dt {
  padding-bottom:0;
  border-top:1px solid #CCCCCC;
}
dt.odd, dd.odd {
  background:#F5F5F5;
}
.typo3-edit {
  font-family:monospace;
  color:#FFFFFF !important;
  background:#0a5e2d;
  text-decoration:none !important;
  padding:1px 2px;
  font-size:10px;
}
dd .facts td {
  padding:0 10px;
  font-size:14px;
  border-right:1px solid #000000;
}
dd .facts td:first-child {
  padding-left:0;
}
dd .facts td:last-child {
  border-right:none;
}

.fade.in {
  opacity: 1;
}
.icon-markup,
.iconpicker-items {
  --color1: #000;
}

.minicolors-panel.minicolors-with-swatches {
  height: 68px !important;
}

.minicolors-swatches, .minicolors-swatches li {
  top: 10px !important;
}

.minicolors-swatches .minicolors-swatch {
  height: 24px !important;
  width: 24px !important;
  margin-bottom: 4px;
}

.card {
    overflow: visible !important;
}
@media (min-width:992px) {
    .dropdown-menu.tooltip-dropdown {
        max-width: 50dvw;
    }

    .dropdown-menu.tooltip-dropdown p {
        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: auto;
        text-align: left;
    }
}