ul, ol {
	padding-left: 25px;
}

sub, sup {
	line-height: 0px;
	font-size: 55%;
}

img { border: none; }

a, .pointer { cursor: pointer; }

#spinner_EGextra {
    position: absolute;
    top: 0;
    right: 0;
    left: 6px;
    height: 98.5%;
    width: 97.5%;
    background-position: 49%;
    background-color: rgba(255,255,255,0.7);
    border-radius: 9px;
}

.required-form-input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/** new jquery cropper **/

div.cropper_modal .btn-group {
    margin: 5px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.cropper_modal label.btn.btn-primary,
.cropper_modal .btn.btn-primary {
	width: auto;
    height: 35px;
    font-size: 20px;
    cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 35px;
}

.cropper_modal label.btn.btn-primary {
	float: left;	
    width: auto;
    border: 1px solid #aaa;
    background: #efefef;
    padding: 4px;
    margin-top: 0px;
    display: block;
    height: 25px;
}



.show_sth::after {
    font-family: FontAwesome;
    content: "\f061"; 
    margin-left: 10px;
}
.show_sth.toggle_up::after {
    content: "\f062";
}

#Inhaltsbereich_EGextra div.GalerieVorschau td {
    display: inline-table;
    font-size: 12px;
    padding: 4px;
    position: relative;
}

.gallery_preview {
    width: 500px;
    overflow: hidden;
    max-height: 100px;
}

#Inhaltsbereich_EGextra form div.GalerieVorschau td span.fa {
    font-family: FontAwesome;
    width: 10px;
    height: 10px;
    position: absolute;
    display: none;
    padding: 5px;
    color: #fff;
    text-shadow: 0 0 1px #000;
}

#Inhaltsbereich_EGextra form div.GalerieVorschau td span.trash {
    left: 5px;
    top: 5px;
}

#Inhaltsbereich_EGextra form div.GalerieVorschau td span.tip {
    right: 5px;
    top: 5px;
}

#Inhaltsbereich_EGextra form div.GalerieVorschau td span.turn {
    right: 25px;
    top: 5px;
}

#Inhaltsbereich_EGextra form div.GalerieVorschau td.has_details span.fa,
#Inhaltsbereich_EGextra form div.GalerieVorschau td:hover span.fa {
	display: block;
	cursor: pointer;
}

#Inhaltsbereich_EGextra div.uploadArea {
    width: 550px;
    padding: 15px;
    margin: 0 0 10px 0;
    min-height: 100px;
    text-align: center;
}

#Inhaltsbereich_EGextra div.uploadArea:hover {
    background-color: #dcffd7;
}


.cropit-preview {
    /* You can specify preview size in CSS */
    width: 500px;
    height: 500px;
	cursor: move;
}

.file-copyright,
.file-alt {
	width: 140px;
}

/* Hide file input */
input.cropit-image-input {
  visibility: hidden;
}
.cropit-image-zoom-input:after {
    content: '\f03e';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: -12px 0px 0px 137px;
    text-decoration: none;
    font-size: 31px;
    position: absolute;
}
.cropit-image-zoom-input:before {
	 content: '\f03e';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px -20px;
    text-decoration:none;
}
.cropit-image-zoom-input {
    margin-left: 50px;
    margin-top: 20px;
}
/* Translucent background image */
.cropit-preview-background {
  opacity: .2;
}

/*
 * If the slider or anything else is covered by the background image,
 * use relative or absolute position on it
 */
input.cropit-image-zoom-input {
  position: relative;
}

/* Limit the background image by adding overflow: hidden */
#image-cropper-wrapper {
  overflow: hidden;
}

.rotation-btns {
    font-size: 22px;
    margin-right: 0px;
    float: left;
    margin-top: 12px;
    margin-left: 128px;
	color: grey;
}
.rotation-btns .icon:first-child {
    margin-right: 20px;
}
.rotation-btns .icon {
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    -ms-transition: color 0.25s;
    transition: color 0.25s;
    cursor: pointer;
}
.rotation-btns * {
    vertical-align: middle;
}
.icon-rotate-left:before {
    content: "\f0e2";
}
.icon-rotate-right:before {
    content: "\f01e";
}

.cropit-preview-image-container {
	border: 1px solid #00FF00;
}
#image-cropper-wrapper {
    position: relative;
    overflow: hidden;
	height: 600px;
}
#image-cropper-wrapper-div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#image-cropper {
    position: relative;
}
.cropControls i.cropControlCrop {
	display: none;
}

/* hoehenproblem bei iframe-einbindung... */

#IFrameDiv {
	height: 500px;
}

.youtube_maxres {
    display: inline-block;
    position: relative;
}

.youtube_maxres::before {
    display: block;
    position: absolute;
    content: '';
    background-image: url(../img/youtube-play.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.youtube_maxres:hover::before {
	opacity: .8;
}


/* bilder in modul-editor... */

#EGextra .cke_editable img {
    max-width: 100%;
    height: inherit !important;
}

.cke_combopanel,
.cke .cke_combopanel {
	min-width: 300px;
	width: 300px;
    height: 325px;
    min-height: 325px;
}

.cke_combopanel .cke_panel_grouptitle,
.cke .cke_combopanel .cke_panel_grouptitle {
    font-family: Arial !important;
    padding: 0 10px 0 10px !important;
    line-height: 27px;
}


/* Login CSS */

#EGschattenALL {
	position:fixed;
	bottom:0px;
	right:0px;
	width:4000px;
	height:4000px;
	background-color:#222222;
	opacity:0.7;
	filter: alpha(opacity=70);
	z-index:49999;
}

#login_x {
  background-image: url("../img/X.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 48px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 48px;
  opacity: 0.7;
}
#login_x:hover {
  opacity: 1;
}


#login_logo {
  background-image: url("../img/metatag-logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 30px;
  left: 55px;
  position: absolute;
  top: 17px;
  width: 162px;
}


#EGlogin {
  background-color: #eee;
  background-image: linear-gradient(to right, #ddd, #eee);
  border: 1px solid #aaa;
  border-radius: 5px;
  left: 50%;
  margin-left: -310px;
  margin-top: -80px;
  padding: 50px 50px 0;
  position: fixed;
  top: 50%;
  min-width: 520px;
  box-shadow: 0 0 20px #222;
  z-index: 50000;
}

@media (max-width: 700px) {
	#EGlogin {
	    margin: -80px auto;
	    width: calc(100vw - 140px);
	    left: 20px;
	    min-width: unset;
	}
}

#EGloginHead, #EGloginHeadNobranding {
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	width: 608px;
	background-image:url('../img/controller/extra/EGhead_metatag.png');
}

#EGloginHeadNobranding {
	background-image:url('../img/controller/extra/EGhead_nobranding.png');
}

#EGloginHeadNobranding h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: none;
	padding-top: 16px;
}

#EGlogin input, input#MttgRecEmail {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  color: #333333;
  float: left;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
  width: 150px;
}

div.mttgLoginPwdBox {
  float: left;
  position: relative;
  padding-bottom: 10px;
}


a#mttgLoginForgotPW,
a#mttgBackToLogin,
a#mttgRec_newcaptcha {
	font-size: 10px;
	color: #aaa;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}


#EGlogin div#placeCaptchaImg {
  float: left;
  padding: 5px 8px 5px 5px;
  position: relative;
  width: 160px;
}


#EGlogin div#placeCaptchaImg > img {
  border: 1px solid #aaa;
  width: 100%;
}


#EGlogin .EGsave {
  background-color: #cfcfcf;
  border: 1px solid #990000;
  cursor: pointer;
  line-height: initial;
  padding: 4px 0;
  width: 162px;
}

#EGlogin .EGsave:hover {
	color: #990000;
}



#EGloginFooter, #EGloginFooterNobranding {
  border-top: 1px solid #ccc;
  clear: both;
  left: 0;
  padding: 5px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 640px) { 
	#EGloginFooter, #EGloginFooterNobranding {
	  border-top: none;
	  padding: 15px 0 5px;
	}
}



#notIEcomp,
#EGloginFooter a, #EGloginFooter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	background-image: none;
	text-decoration: none;
	color: #555;
	font-weight: normal;
}


#notIEcomp {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	color: #aa0000;
}

#EGloginFooter a:hover {
	text-decoration: none;
	color: #990000;
}


/* neuer benutzer und passwort vergessen */

p#recpwdDescr, form[name=recpwd],
p.pw_error {
    max-width: 355px;
    background: #eee;
    padding: 2vh;
}
p#recpwdDescr,
p.pw_error {
    margin: 5vh auto 0;
}
form[name=recpwd] {
    margin: 0 auto 5vh;
}



/* warteseite */

div#EGMwaitBG {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.77;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
div#EGMwait {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    height: 55px;
    left: 50%;
    margin-left: -100px;
    margin-top: -40px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 200px;
    z-index: 100001;
}

.breadcrumb {
    background-image: url("/img/controller/extra/play.png");
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
    padding-right: 20px;
}
.breadcrumb.breadcrumblast {
    background-image: none;
    margin-right: 0;
    padding-right: 0;
}

.tagcloud {
	min-height: 300px;
	min-width: 300px;
	height: 100%;
	width: 100%;
}



ul.display_taglist,
ul.orderedTaglist {
    padding-left: 0;
}

li.display_tag,
li.orderedTaglistEntry {
    display: inline-block;
    margin: 0;
    padding: 0;
}
li.orderedTaglistEntry {
    display: table;
    margin-bottom: 5px
}
div.taglist_inline li.orderedTaglistEntry {
    display: inline-block;
    margin: 0;
}


li.display_tag a,
li.orderedTaglistEntry a {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 2px 2px 10px;
    display: inline-block;
    line-height: 12px;
    margin: 0 5px 5px 0;
    padding: 2px 5px 3px 10px;
	color: #BBBBBB;
}
li.orderedTaglistEntry a {
    padding: 4px 5px 5px 10px;
}

li.display_tag a:hover,
li.orderedTaglistEntry a:hover {
    border: 1px solid #AAAAAA;
	color: inherit;
}
li.display_tag a {
    font-size: 0.7em;
}



div.button {
	cursor: pointer;
}



/* JQUERY CSS */
.ui-dialog {
	z-index: 10011;
}
.ui-widget-overlay {
	z-index: 10010;
}
.ui-dialog .ui-dialog-titlebar-close span {
	margin: auto;
	top: 0px;
	left: 0px;
}

.ui-button-icon-primary.ui-icon.ui-icon-closethick {
    margin: -8px 0 0 -9px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1000;
}


/* metatag message floater */
.metatag_alert {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10100;
}

ul.metatag_msg {
    border-color: #060;
    background-color: #bfb;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    left: 5%;
    padding: 15px 0;
    position: absolute;
    width: 90%;
    border: 1px solid #060;
    border-top: none;
}

.metatag_alert.error ul.metatag_msg {
    border-color: #f00;
    background-color: #fdd;
}


ul.metatag_msg li {
    margin: 0 10px 0 25px;
    padding: 0 5px 5px;
}

fieldset div.cke_textarea_inline,
fieldset.sm div.cke_textarea_inline,
.EGbannerContent div.cke_textarea_inline {
	background-color: #FFFFFF;
    border: 1px solid #bfbfbf;
	min-height: 50px;
}

.cke_button_label.cke_button__mttg_save_label,
.cke_button_label.cke_button__mttg_cancel_label {
	display: block;
}

#cke_htmltextarea {
	display: block !important;
}

.cke_wysiwyg_div {
	padding: 0 !important;	
}

#xNewsToolbar * #cke_32_text
{
	width:189px!important;
}

h2.mttgModChoice
{
	font-size:14px;
	font-weight:700;
	margin-bottom:10px;
}

div.mttgModChoice
{
	width: 392px; 
	height:332px;
	overflow:auto;
}

div.mttgModChoice,div.mttgModChoice *
{
	line-height:2em!important;
}
div.mttgModChoice option:checked {
    background: #0000ee;
    color: #ffffff;
}

div.mttgModChoice h3
{
	float:left;
	font-size:11px;
	font-weight:700;
}

div.mttgModChoice h3.show_sth {
	cursor: pointer;
}

div.mttgModChoice h5
{
	color:#aaa;
	font-size:10px;
	line-height:1.2em!important;
	margin-top:5px;
	white-space:normal;
	width:250px;
}

div.mttgModChoice div.choice
{
	margin-left:100px;
}

div.mttgModChoice hr
{
	border-top:1px solid #DEDEDE;
	clear:both;
	margin:10px 0;
}

div.mttgModChoice div.choiceAll
{
	float:left;
	width:60px;
}

div.mttgModChoice select
{
	border:1px solid #DEDEDE;
	padding:3px;
}

div.mttgModChoice input.count
{
	border-bottom:1px solid #DEDEDE;
	text-align:right;
}

img.mttg-module-img, #content img.mttg-module-img, #rechts img.mttg-module-img, #links img.mttg-module-img { height: 100px !important; }

.cke_float .cke_inner {
  background: none;
}

#cke_htmltextarea.cke_chrome {
  box-shadow: none;
}

.cke_inner .cke_top {
	max-width: 700px;
	background: #fff;
	opacity: 0.5;
}
.cke_inner .cke_top:hover, 
#EGextra .cke_inner .cke_top {
	background-color: #fff;
	opacity: 1;
}



/* **************************************** newsletter **************************************** */

td.desktop.NLfunc {
    padding: 4px;
}



/* **************************************** galerie **************************************** */

div.GalerieVorschau td {
    display: inline-table;
    font-size: 12px;
    padding: 4px;
}

#EGextra div.GalerieVorschau td img {
    max-width: 543px;
}

span.dz-message.resolution {
    display: block;
    margin: 10px 0 0;
    font-size: 10px;
}






/* **************************************** vars admin **************************************** */

#EGextra form.webvars ul {
    list-style: none;
    padding: 0;
}

#EGextra form.webvars li {
	position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 37px;
}

#EGextra form.webvars span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#EGextra form.webvars textarea {
	height: 16px;
    width: 460px;
    display: block;
    min-width: 460px;
    max-width: 460px;
	min-height: 16px;
}

#EGextra form.webvars a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px 3px;
    vertical-align: middle;
    background: #ccc;
}
#EGextra form[name="dvars"].webvars a {
    padding: 37px 3px;	
}


#EGextra form.new_webvars input,
#EGextra form.new_webvars select {
    display: block;
    margin: 5px 0 0;
    width: 550px;
}

#EGextra form.new_webvars input {
    width: 546px;
}


/* **************************************** cookiehinweis **************************************** */

.cookieHinweisRahmen {
  background-color: #ccc;
  border-bottom: 5px solid #fff;
  position: relative;
  width: 100%;
}
.cookieHinweis {
  margin: 0 auto;
  max-width: 1200px;
  overflow: auto;
  padding: 0 20px;
}

.cookieHinweis p {
  margin: 0;
  padding: 5px 0;
}

.cookieHinweis p, .cookieHinweis a {
  font-size: 12px;
}

.cookieHinweisX {
  color: initial;
  font-size: 18px;
  line-height: 0.9em;
  padding: 0 0 0 5px;
  vertical-align: initial;
}


/* **************************************** datenschutzeinstellungen **************************************** */


.DSbox, .DSbox * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.DSbox {
	background-color: #ccc;
	background-color: rgba(255,255,255,0.95);
	border: 2px solid #aaa;
	border-bottom: none;
	padding: 20px;
	position: fixed;
	bottom: 0;
	left: 5vw; 
	right: 5vw;
	max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

@supports (backdrop-filter: blur) {
	.DSbox {
		background-color: rgba(255,255,255,0.77);
		-moz-backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
	}
}
/*
@media (max-width: 770px) { 
	.DSbox { 
		max-width: calc(100% - 10vw);
	} 
}
*/

@media (min-width: 771px) { 
	.DSbox { 
		width: 694px;
		left: calc(50% - 347px);
		right: auto; 
	} 
}

.DSwrapper { 
	max-width: 640px;
	margin: 0 auto; 
} 

.DSbox * {
	font-size: 12px;
	line-height: 1.5em;
	color: #555;
	text-align: center;
}

.DSbox h3 {
	font-size: 16px;
	margin-top: 0;
	max-width: none;
}

.DSbox a {
	text-decoration: underline;
}

.DSbox label {
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}

.DSbox input[type=checkbox] {
	margin-right: 5px;
    margin-bottom: 3px;
	vertical-align: middle;
}

.DSbox .DSlink {
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #aaa;
	margin: 5px;
	text-decoration: none;
	cursor: pointer;
}







.fastmailer-dsgvo {
    font-size: 10px;
    text-align: center;
}



/* fast styles -- bitte als letzten css-block behalten! */

a.pdf, a.doc {
	background-color: #fff;
    background-image: url("/img/fileicons/pdf.png");
    background-position: 9px 7px;
    background-repeat: no-repeat;
    border: 1px solid #ea641d;
    border-radius: 3px 3px 3px 3px;
    color: #888;
    padding: 5px 15px 6px 30px;
}

a.doc {
    background-image: url("/img/fileicons/word.png");
}


a.pdf:hover, a.doc:hover {
	background-color: #ea641d;
    border: 1px solid #888;
    color: #fff !important;
}


.pr { position: relative; }
.pa { position: absolute; }
.pf { position: fixed; }


.fl { float: left; }
.fr { float: right; }
.cb { clear: both !important; }
.fn { float: none !important; }

.nowrap { white-space: nowrap; }

.inline-block { display: inline-block; }

.w5 { width: 5px !important; }
.w10 { width: 10px !important; }
.w20 { width: 20px !important; }
.w25 { width: 25px !important; }
.w40 { width: 40px !important; }
.w50 { width: 50px !important; }
.w60 { width: 60px !important; }
.w70 { width: 70px !important; }
.w75 { width: 75px !important; }
.w100 { width: 100px !important; }
.w125 { width: 125px !important; }
.w150 { width: 150px !important; }
.w200 { width: 200px !important; }
.w250 { width: 250px !important; }

.w50p { width: 50% !important; }
.w100p { width: 100% !important; }

.mt0 { margin-top: 0 !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }
.fcmt0:first-child { margin-top: 0 !important; }

.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr50 { margin-right: 50px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }

.lcmb0:last-child { margin-bottom: 0 !important; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml100 { margin-left: 100px !important; }

.pt0 { padding-top: 0 !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt50 { padding-top: 50px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }


.bold { font-weight: bold; }

.bgw, .BGwhite { background-color: white; }
.bgb { background-color: black; }
.bgr { background-color: red; }
.bgt { background-color: transparent; }

.ta-left { text-align: left; }
.ta-center { text-align: center; }
.ta-right { text-align: right; }

.ova { overflow: auto; }
.ovh { overflow: hidden; }

@media (max-width: 600px) { .mw600hide { display: none !important; } }


/* fast styles -- bitte als letzten css-block behalten! */
