body {
	-webkit-user-select: none;
	 -moz-user-select: -moz-none;
		-ms-user-select: none;
				user-select: none;
				letter-spacing: 0.04em;
}

#body22 {
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}
#sidemenu_links22 {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}
#main_content22 {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

.scroll22 {
    overflow-y: scroll;
}

.list-devider-custom {
	color: #e4570c;
	font-size: 11px !important;
	background-color: #f9f9f9;
}

.ui-btn:hover { background-color: #FFFFFF !important; box-shadow: 0 0 0 !important;}
.ui-btn:focus { background-color: #FFFFFF !important; box-shadow: 0 0 0 !important;}
.ui-btn:active {background-color: #FFFFFF !important; box-shadow: 0 0 0 !important;}
.ui-content{ overflow:hidden !important;}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
	z-index: 99;
}
.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

.menue-aktiv {
padding-left: 5px !important;
background-color: #e4570c !important;
}

.menue-li {
padding-left: 5px !important;
}

.menue-li-sub {
padding-left: 5px !important;
}

.menue-a {
	padding-left: 5px !important;
}
.menue-a-sub {
	padding-left: 40px !important;
	border: 0px !important;
	font-weight: normal !important;
}


.menue-aktiv-rechts {
padding-right: 5px !important;
background-color: #e4570c !important;
}

.menue-li-rechts {
padding-right:  5px !important;
}

.menue-li-sub-rechts {
padding-right: 5px !important;
}

.menue-a-rechts {
	padding-right: 30px !important;
}
.menue-a-sub-rechts {
	padding-right: 5px !important;
	border: 0px !important;
	font-weight: normal !important;
}

/* 360 Drehung */
.drehen {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin {
	0%  { -moz-transform: rotate(0deg);}
	100% { -moz-transform: rotate(360deg); }
	}
@-webkit-keyframes spin {
	0%  { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { -webkit-transform: rotate(0deg); 	transform:rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); 	transform:rotate(360deg); }
}

.drehen_slow {
    -webkit-animation:spin 5s linear infinite;
    -moz-animation:spin 5s linear infinite;
    animation:spin 5s linear infinite;
}

.table_responsive {
	color: #444;
	font-size: 14px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid silver;
}

.table_responsive td{
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	font-size: 13px;
}
.table_responsive th{
	background-color: #eee;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}


.table_td_weiss {
	background-color: #FFFFFF !important;
}
.table_td_grau {
	background-color: #F7F7F7 !important;
}


	/* Wrapping */
			.wrapping-truncate {
				white-space: nowrap;
			}

			.wrapping-new-line {
				white-space: normal;
			}

			/* List icon positioning */
			.ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon {
				min-height: 40px;
				padding-left: 60px;
			}

			.ui-listview .ui-li-icon {
				max-height: 36px;
				max-width: 36px;
			}

			/* List links */
			.ui-li a {
				color: #1BA8E0;
				text-decoration: none;
			}

            /* Date */
            .date {
                margin-top: 5px;
                font-size: 8px;
                color: #666666;
            }

.btn-to-top {
    position: fixed;
    background: #3b465f;
    opacity: 0.7;
    bottom: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 99;
    border-radius: 21px;
    cursor: pointer;
	}

.icon-nach-oben {
	display: inline;
	width: 15px;
	height: 15px;
    font-size: 30px;
    color: #fff;
    left: 5px;
    top: 3px;
	background-image: url("../img/icons/weiss/nach_oben.png");
	box-sizing: border-box;
	background-repeat: no-repeat;
	z-index: 105;
	-webkit-box-sizing: border-box;

}

.icon-nach-oben:before {
	width: 15px;
	height: 15px;
    font-size: 30px;
    color: #fff;
    left: 5px;
    top: 3px;
	background-image: url("../img/icons/weiss/nach_oben.png");
	box-sizing: border-box;
	background-repeat: no-repeat;
	z-index: 105;
	-webkit-box-sizing: border-box;

}


/* MENU SIDEBAR LEFT */
.ui-icon-pfeil_r-silber:after {
background-image: url("../img/icons/pfeil_r-silber.png");
}
.ui-icon-home-silber:after {
background-image: url("../img/icons/home-silber.png");
}
.ui-icon-minus:after { background: url("../img/icons/minus-silber.png") no-repeat; background-size: 12px 12px;background-position: center center;}
.ui-icon-plus:after { background: url("../img/icons/plus-silber.png") no-repeat; background-size: 12px 12px;background-position: center center;}
.ui-icon-refresh:after { background: url("../img/icons/refresh-silber.png") no-repeat; background-size: 14px 14px;background-position: center center;}
.ui-icon-logout:after { background: url("../img/icons/logout-weiss.png") no-repeat; background-size: 15px 15px;background-position: center center;}

.ui-page-theme-a .ui-btn:hover { background-color: #FFFFFF; box-shadow: 0 0 0;}
.ui-page-theme-a .ui-btn:focus { background-color: #FFFFFF; box-shadow: 0 0 0;}
.ui-page-theme-a .ui-btn:active {background-color: #FFFFFF; box-shadow: 0 0 0;}

.ui-page-theme-b .ui-btn:hover { background-color: #FFFFFF; box-shadow: 0 0 0;}
.ui-page-theme-b .ui-btn:focus { background-color: #FFFFFF; box-shadow: 0 0 0;}
.ui-page-theme-b .ui-btn:active {background-color: #FFFFFF; box-shadow: 0 0 0;}

#sidemenu_links li.ui-li-static {
	padding-top: 0;
	padding-bottom: 0;
}
#sidemenu_links li .ui-collapsible-heading {
	margin-top: 0;
	margin-bottom: 0;
}
#sidemenu_links li .ui-collapsible-heading-toggle {
	border: 0;
}

/* MENU SIDEBAR RIGHT */
.ui-icon-pfeil_l-silber:after {	background: url("../img/icons/pfeil_l-silber.png") no-repeat; background-size: 15px 15px; background-position: center center;  margin-left: -3px;}
.ui-icon-home-silber:after { background: url("../img/icons/home-silber.png") no-repeat; background-size: 15px 15px; background-position: center center;  margin-left: -3px;}
.ui-icon-minus:after { background: url("../img/icons/minus-silber.png") no-repeat; background-size: 12px 12px;background-position: center center;}
.ui-icon-plus:after { background: url("../img/icons/plus-silber.png") no-repeat; background-size: 12px 12px;background-position: center center;}
.ui-icon-refresh:after { background: url("../img/icons/refresh-silber.png") no-repeat; background-size: 14px 14px;background-position: center center;}
.ui-icon-logout:after { background: url("../img/icons/logout-weiss.png") no-repeat; background-size: 15px 15px;background-position: center center;}

.ui-page-theme-a .ui-btn:hover { background-color: #FFFFFF; box-shadow: 0 0 0;}
.ui-page-theme-a .ui-btn:focus { background-color: #FFFFFF; box-shadow: 0 0 0;}
.ui-page-theme-a .ui-btn:active {background-color: #FFFFFF; box-shadow: 0 0 0;}

.ui-page-theme-b .ui-btn:hover { background-color: #FFFFFF; box-shadow: 0 0 0;}
.ui-page-theme-b .ui-btn:focus { background-color: #FFFFFF; box-shadow: 0 0 0;}
.ui-page-theme-b .ui-btn:active {background-color: #FFFFFF; box-shadow: 0 0 0;}


#sidemenu_rechts li.ui-li-static {
    padding-top: 0;
    padding-bottom: 0;
}
#sidemenu_rechts li .ui-collapsible-heading {
    margin-top: 0;
    margin-bottom: 0;
}
#sidemenu_rechts li .ui-collapsible-heading-toggle {
    border: 0;
}


/* AJAX Suche */
#schnellsuche-big-mitte {
	padding-left: 6px;
	width: 350px;
	max-width: 350px;
	min-width: 350px;
	display: inline;
	height: 21px;
	color: silver;
	border: 2px solid #E4E4E4;
	border-top-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0px;

}
#schnellsuche-big-mitte:focus {
	outline: none;
	box-shadow: none !important;
}

#schnellsuche-big-cancel-mitte {
cursor: pointer;
display: inline;
background-color: #E4E4E4;
padding-top: 8.5px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4.3px;
margin-left: -5px;
color: silver;
border-top: 0px solid #E4E4E4;
border-bottom: 2px solid #E4E4E4;
border-left: 0px solid #E4E4E4;
border-right: 0px solid #E4E4E4;
border-top-left-radius: 0px;
border-top-right-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 3px;
}



.has-odd-thumb li a {

}
.thumbContainer {

}
.thumbContainer img {

}
.mtg-manasymbol {
	height: 10px;
	width: 10px;
	text-decoration: none;
	border: none;
	padding-right: 2px;
	margin-bottom: -2px;
}

.global-overlay {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: rgba(35,47,62, .5);
}
.global-overlay-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(35,47,62, .85);
	border: 1px solid rgb(35,47,62);
	padding-top: 50px;
	padding-bottom: 50px;
}
.global-basic-text{
	line-height: 1.6;
}
.global-basic-button {
	display: inline-block;
	min-height: 32px;
	padding: 5px;
	line-height: 32px;
	height: 32px;
	border: 1px solid #F8902F;
	border-radius: 0px;
	color: #F8902F;
	margin-bottom: 30px;
	margin-top: 30px;
	cursor:pointer;
	text-align: center;
	width: 357px;
}
.liste {
	background-color:#FFFFFF !important;
	letter-spacing: 0.07em;
}
.untermenue:hover{
	  text-decoration: none; /* no underline */
		color: #bbbbbb !important;
}
