/* ========================== CUSTOM.CSS EFS ============================*/
@import "/media/load_css/loadtables.css";
@import "/media/load_css/loadtstyles.css";
/*@import "/media/load_css/loadbuttons.css";
@import "/media/load_css/loadfonts.css"; */
/* ======== MEDIA QUERIES ================ */
.visible-phone {display: none !important;}
.visible-tablet {display: none !important;}
.hidden-desktop {display: none !important;}
.visible-desktop {display: inherit !important;}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {display: inherit !important;}
  .visible-desktop {display: none !important;}
  .visible-tablet {display: inherit !important;}
  .hidden-tablet {display: none !important;}
}
@media (max-width: 767px) {
  .hidden-desktop {display: inherit !important;}
  .visible-desktop {display: none !important;}
  .visible-phone {display: inherit !important;}
  .hidden-phone {display: none !important;}
}
/* =============================== TEST ========================= */
*/
/*
/* ========================= END TEST ========================= */
/*---*/
/*---*/
/* ======== PARAGRAPH SPACING ================ */
p {
	margin-bottom: .6rem !important;
}
/* ============= TYPOGRAPHY =================================== */
/* ============= BODY FONT WEIGHT ===================== */
body {
	font-weight: 500;
}
/* ========= HEADING FONT-SIZE AND COLOR ====== */
h1 {
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 1.6rem;
}
h2, .content-category h1, .registration h1 {
	margin-bottom: .8rem;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2rem;
}
h4 {
	font-size: 1.2rem;
	letter-spacing: .5px;
	line-height: 1.6em;
	text-transform: none;
	color: #429c00;
}
figcaption {
	font-size: 0.7rem;
	line-height: 1rem;
}
/* =============== CONTENT-LINKS COLOR, NO UNDERLINE=============== */
.mod-articles-category-title, .maincontent a {
	color: #0000ff;
	text-decoration: none;
}
/* =============== READMORE-BUTTON A COLOR =============== */
.readmore a {
	color: #282828;
	text-decoration: none;
}
/* =============== BLOG ITEM MARGIN BOTTOM =============== */
.blog-item {
	margin-bottom: 1.2em;
}
/*================ FOOTER TEXT COLOR ======================*/
#container_base1_modules, #container_base2_modules,
#footer-1, #footer-2, .copyright {
	color: #555555
}
/* =============== BLOCKQUOTE=============== */
blockquote {
	border-left: none;
	margin: 10px 0;
	color: #404040;
	min-height: 45px;
	font-style: italic;
	padding-left: 60px;
	background: url(/images/icons/icon-text-blockquote.png) no-repeat top left;
}
/* =============== TYPOGRAPHY - CAPTION =============== */
p.caption {
  margin-top: -5px;
  line-height: 1.1;
  font-style: italic;
  font-size: 85%;
}
/*=========================== MENUS =========================== */
/* ========================= MAIN MENU ====================*/
/* =============== MENU HORNAV BACKGROUND ==============*/
.header_bottom {
	display: flex;
	border-top: 1px solid rgba(100,100,100,0.175);
	background-color: #e5e5e5;
	background-image: -ms-linear-gradient(top, #c1d33b, #7cbc0a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c1d33b), to(#7cbc0a));
	background-image: -webkit-linear-gradient(top, #c1d33b, #7cbc0a);
	background-image: -o-linear-gradient(top, #c1d33b, #7cbc0a);
	background-image: linear-gradient(top, #c1d33b, #7cbc0a);
	background-image: -moz-linear-gradient(top, #c1d33b, #7cbc0a);
}
/* ============ MENU HORNAV FIRST LEVEL ==============*/
/* ------ First Level Font Size, Color ------- */
.hornav ul.menu > li > a, 
.hornav ul.menu > li > span {
    font-size: 1.1rem;
	text-transform: none;
	color: #eee !important;
}
/* ---- First Level Active ------------ */
.hornav ul.menu > li.active > * {
	color: #006400 !important;
}
/* ---- First Level Parent Indicator ------------ */
.hornav ul.menu .parent-indicator {
	display: none;
}
/* =========== MENU HORNAV SECOND LEVEL ==============*/
/* ------ Second Level Font Size ------- */
.hornav ul.menu ul li a, 
.hornav ul.menu ul li span {
	font-size: 1rem !important;
}
/* ---- Second Level Active ------------ */
.hornav > ul > li > ul > li.active {
	background-color: #a0a0a0 !important;
	text-decoration: none !important;
	color: #eee !important;
}
/* ------ Second Level Hover ----------- */
.hornav > ul li li a:hover {
	color: #000 !important;
}
/* ================= MENU SIDECOL===============*/
/* ---- Second Level Active ------------ */
.module .mod-list ul > li.active, .module_menu .mod-list ul > li.active{
	text-decoration: underline;
	font-weight: 900;
}
/* =================== MENU ITEM RED ============================ */
.menu-red, .menu-red > a {
    color: #ff0000 !important;
}
/* =================== MENU ITEM BOLD ============================ */
.menu-bold, .menu-bold > a {
    font-weight: bold !important;
}
/* ============== SIDECOL MODULS ============================= */
/* grau */
/*
.sidecol-a .box-lightgray {
	background-color: #efefef;
	margin-bottom: 5px;
}
*/
/* weiß mit Rahmen 
.sidecol-a .box-bordered {
	background-color: #fff;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
/* padding 
.sidecol-a .module_surround, .sidecol-b .module_surround {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidecol-a .module .module_header {
	margin-bottom: 0.8rem !important;
}
/* ========== STICKY SIDECOL MENU =========== 
#sidecol_a {
    position: sticky;
    top: 0;
    align-self: flex-start;
}
/*=== Nur in sidecol_a padding-top des module headers auf 1rem === 
.sidecol_a .module .module_header {
        padding-top: 1rem;
	margin-bottom: 0.8rem;
}
/*=========================== HEADER =========================== */
/* ================ LOGO POS header-1 ===================== */
#header_main {
    display: none;
}
.header_top {
	padding: 10px 0 4px;
	height: 80px;
}
.header_top a {
	text-decoration: none;
}
.header-2 {
	margin-right: 5px !important;
}
/*====================== MODULE CONTENT-TOP ========================= */
/* ================ IServ & Lernraum Mobil ===================== */
.wrapper_contenttop {
	padding: 10px 20px 0px 20px;
}
/*====================== MODULE CONTENT-BOTTOM ========================= */
.wrapper_contentbottom {
	padding: 0px !important;
}

/* ==================== LOGIN FRONTEND =============== */
/* -------- Don't show forgot password, forgot user name ----- */
.com-users-login__options {
	display: none;
}
.com-users-login__description {
	font-size: 20px;
	color: #ff0000 !important;
	font-weight: bold !important;
}
/* =============== LINK-BUTTONS =============== */
/* ----- LINK-Icons ----- */
/* ----- Externer-LINK ----- */
.link-extern {
  display: inline;
  padding-right: 20px;
  background: url(/images/icons/extern-icon.png) no-repeat right;
}
/* ----- PDF-LINK ----- */
.link-pdf {
  display: inline;  
  padding-right: 20px;
  background: url(/images/icons/pdf-icon.png) no-repeat right;
} 
/* ----- Word-LINK ----- */
.link-word {
  display: inline;
  padding-right: 20px;
  background: url(/images/icons/word-icon.png) no-repeat right;
}
/* ----- Excel-LINK ----- */
.link-excel {
  display: inline;
  padding-right: 20px;
  background: url(/images/icons/excel-icon.png) no-repeat right;
}
/* ----- Powerpoint-LINK ----- */
.link-powerpoint {
  display: inline;
  padding-right: 20px;
  background: url(/images/icons/powerpoint-icon.png) no-repeat right;
}
/* ----- Zip-LINK ----- */
.link-zip {
  display: inline;
  padding-right: 20px;
  background: url(/images/icons/zip-icon.png) no-repeat right;
}
/* ----- BUTTON LINK ----- */
.link-button {
  cursor: pointer;
  font-size: 1.1em;
  padding: 5px 12px;
  border: 1px solid;
  display: inline-block;
  border-color: #595959;
  text-decoration: none;
  margin-bottom: 4px;
}
.link-button:hover {
  border-color: #000;
}
a.link-button:hover,
.link-button a:hover {
  text-decoration: none;
}
a.link-button,
.link-button a {
  font-weight: bold;
  color: #fff !important;
}
.link-button.button-green,
.link-button.button-green:hover {
  background: #7cbc0a;
}
.link-button.button-darkgreen,
.link-button.button-darkgreen:hover {
  background: #02ab07;
}
.link-button.button-lred,
.link-button.button-lred:hover {
  background: #ff3a61;
}
.link-button.button-red,
.link-button.button-red:hover {
  background: #ff0033;
}
.link-button.button-blue,
.link-button.button-blue:hover {
  background: #0033cc;
}
.link-button.button-lblue,
.link-button.button-lblue:hover {
  background: #0066ff;
}
.link-button.button-lightgrey,
.link-button.button-lightgrey:hover {
  background: #888;
}
.link-button.button-grey,
.link-button.button-grey:hover {
  background: #666;
}
.link-button.button-darkgrey,
.link-button.button-darkgrey:hover {
  background: #444;
}
/* =============== EFS-Button Bewerbung Anmeldung =============== */
.efs-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#0000D0;
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:33px;
	line-height:33px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.efs-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.efs-button:active {
	position:relative;
	top:1px;
}

/* =============== ARTICLE SEPARATOR ==================== 
.item-content {
border-bottom: 1px solid #DDDDDD;
padding-bottom: 30px;
}
/* =============== BACK-TO-TOP SVG ==================== */
.back-to-top svg {
	fill: white;
	display: inline-block;
	height: 2em;
	max-width: 2em;
	padding: 5px 5px;
}
/* ========== FINDER RESULTS: NO AUTHOR =========== */
   .result__taxonomy {
	display: none;
}