
/*************************************************/
/*  master.css   fuer MyApps I                   */
/*                                               */
/*  Farbschema                                   */
/*                                               */
/*    BG Body                 #fafafa            */
/*    Text Body               #999999            */
/*    BG NavBar               #2c3754            */
/*    Text NavBar             aus Bootstrap      */
/*                                               */
/*    BG SideBar              #4e5f70            */
/*    Text SideBar            #f8f9fa            */
/*    BG Menu SideBar         #4e5f70            */
/*    Text Menu SideBar       #f8f9fa            */
/*    Hover Menu SideBar      #41c1e4            */
/*    Active Menu SideBar     #41c1e4            */
/*                                               */   
/*    BG Content              aus BG body        */
/*    Text Content            aus BG Text        */
/*                                               */
/*    BG Footer               #2c3754            */
/*                                               */
/*    Headline Text           #999999            */
/*    Headline BG             #d6dde4            */
/*                                               */
/*************************************************/

body 
{
    font-family: 'Shanti', sans-serif !important;
    background: #fafafa;
    color: #444444;

/*    background: #fff;
    font-family: 'Open Sans', Helvetica, sans-serif !important;*/
    font-size: .9em;
}

ul li
{
	font-size: 1.0rem;
}
.h1, h1 
{
    font-size: 1.8rem;
}

.h2, h2 
{
    font-size: 1.6rem;
}

.h3, h3 
{
    font-size: 1.5rem;
}

.h4, h4 
{
    font-size: 1.4rem;
}

.h5, h5 
{
    font-size: 1.3rem;
}

.h6, h6 
{
    font-size: 1.2rem;
}

img {
    vertical-align: middle;
    border-style: none;
    display: block;
    margin: 0 auto;
}

p 
{
    font-family: 'Open Sans', Helvetica, sans-serif !important;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    margin-bottom: 0.2rem !important;
}

a,
a:hover,
a:focus 
{
    color: green;
    text-decoration: underline;
    transition: all 0.3s;
}

.line 
{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span 
{
    display: inline-block;
}

.v-100
{
	width: 100%;
}

.festeLaufweite
{
	font-family: Courier New,Courier, monospace;
}

.KeinRand
{
	padding: 0px !important;
}

.col 
{
padding-left:0 !important;
}

:root 
{
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #4e5f70 !important;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.logo-fluid 
{
max-width: 85%;
height: auto;
}

.favi-fluid 
{
max-width: 100%;
height: auto;
}

.IconWidth
{
	min-width: 53px;	
}

.wrapper 
{
    display: flex;
    align-items: stretch;
}

.LOGOClass
{
	height: 75px;
}

#content 
{
    width: 100%;
    padding: 20px;
    min-height: 50vh;
    transition: all 0.3s;
}

/*************************************************/
/*  eigene Farben                                */
/*************************************************/

.HLPicture
{
/*	background: #006600;*/
}
.nichtAktiv
{
	background-color: #e9ecef !important;
	border-color:     #ced4da !important;
}

.text-headline
{
	color: #444444 !important;
	background-color: #eeeeee;
	min-height: 50px;
	line-height: 50px;
	font-size: 30px;
	font-weight: 40;
	margin-bottom: 20px;
    border-radius: 5px;
}

.text-homehead
{
	color: #444444 !important;
	background-color: #eeeeee;
	min-height: 50px;
	line-height: 50px;
	font-size: 30px;
	font-weight: 40;
	margin-bottom: 20px;
    border-radius: 5px;
}

i.text-primary {
    color: rgba(0, 123, 255,.75) !important;
}

.text-success {
    color: rgba(40, 167, 69,.75) !important;
}

.text-chocolate {
    color: rgba(205, 101, 29,.75) !important;
}

.text-warning {
    color: rgba(255, 193, 7,.75) !important;
}

.text-danger {
    color: rgba(220, 53, 69, .75) !important;
}

.text-info 
{
    color: rgba(39, 187, 224,1) !important;
}

.text-headline 
{
    color: #f8f9fa;
    font-weight: 500;
}

.text-teal
{
	color: #20c997 !important;
}

.alert-secondary 
{
	color: #383d41;
	background: #ffffff;
	border-color: #4e5f70;
}

.table-secondary, .table-secondary>td, .table-secondary>th
{
	background-color: #41c1e4;
	color: #f8f9fa;
}

i .fa-9x {
    box-shadow: 3px 3px 3px #e8e8e8;
}

.fa-9x {
    font-size: 5em;
    text-shadow: 3px 3px 3px #e8e8e8;
}

.text-wbsv-orange
{
	color: #ff6600 !important;
}

.NoShow
{
	text-decoration: none;
	color: inherit;
}
/*************************************************/
/*  eigene Farben - Ende                         */
/*************************************************/

/*************************************************/
/*  NavBar                                       */
/*************************************************/

.navbar 
{
 /*   padding: 15px 10px;*/
	padding: 0.5rem 0.6rem;
    background: #fff;
    border: none;
    border-radius: 0;
 /*   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn 
{
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar-dark .navbar-nav .nav-link 
{
    color: #3A4B65;
    /*color: inherit;	*/
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active 
{
	color: #e65010;
	background-color: #41c1e4 !important;
	border-color: #d6d8db;
	border-bottom-color: #41c1e4;
}

.nav-link:hover
{
	color:      green !important;
}
.nav-tabs .nav-link
{
	border-color: #d6d8db;
	background: #f8f9fa;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover 
{
	border-color: #6c757d;
}

.ItemColor
{
    color: #41c1e4 !important;
}

.AktivesElement
{
	color:      green !important;
}

.bg-navigation
{
	background-color: #eeeeee;
	color: #444444;
}

.bg-navigationAktiv
{
	background-color: #41c1e4 !important;
}

.cardheader-home
{
	background-color: #fafafa !important;
	color: black;
	padding: .25rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
}

.card-body-home
{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 1.25rem !important;
	padding-rigt: 1.25rem !important;
	padding-bottom: .25rem !important;
}

.card-home
{
	border: 1px solid #006600;
	background-clip: border-box;
	border-radius: .25rem;
}

.btn-collapse 
{
color: #fff;
background-color: #41c1e4;
border-color: #41c1e4;
}

.dropdown-menu
{
	background-color: #d6dde4 !important;
}

a[data-toggle="collapse"] 
{
    position: relative;
}

.dropdown-toggle::after 
{
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.Dreieck::after, Dreiecktext-light::after 
{
    right: -5px !important;
}

.navbar-toggler-icon
{
	color: #006600 !important;
}
/*************************************************/
/*  NavBar - Ende                                */
/*************************************************/

/*************************************************/
/*  Footer                                       */
/*************************************************/

.CountDownTimer
{
/*	color: rgba(255,255,255,.75);*/
	color: inherit;
}

footer 
{
    background-color: #d6dde4;
    width: 100%;
    bottom: 0;
    font-weight: lighter;
    color: #3A4B65;
    bottom: 0;
    position: fixed;
}

.footerHeader
{
    width:100%;
    background-color:#d6dde4;
    text-align:center;
    color:white;
}

footer h3
{
    font-weight:lighter;
}

footer ul
{
    padding-left:5px;
    list-style:none;
}

footer p
{
    text-align : justify;
    font-size : 12px;
}

footer iframe 
{
    width:100%;
    position:relative;
    height:170px;
}

/*************************************************/
/*  Footer - Ende                                */
/*************************************************/

/* ----------------------------------------------
    SIDEBAR STYLE
    
    Background
    Hover Farbe  #d6d8db
    aktiv Farbe  #6c757d
    Background   #343434
    Text
------------------------------------------------ */
/*************************************************/
/* sidebar                                       */
/*************************************************/

#sidebar 
{
    height: 100vh;
	/*margin-top: 70px;*/
    min-width: 250px;
    max-width: 250px;
    /*background: #343a40;*/
    color: #f8f9fa ; 
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 60px;
    max-width: 60px;
    text-align: center;
}

#sidebar.active .LinkText
{
	display: none;
}

#sidebar.active .sidebar-header h3, #sidebar.active .MeinLogo,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 1.1em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header 
{
    padding: 1px;
    background: #343434;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
 /*   border-bottom: 1px solid #47748b;*/
}

#sidebar ul li a:hover 
{
    color: #fff;
    background: #41c1e4;
}

#sidebar ul li a i {
    margin-right: 10px;
}

.MenuIcon
{
	width: 30px !important;
}

#sidebar ul li.aktive>a, a[aria-expanded='true'] 
{
    color: #444444;
/*     background: #41c1e4; */
}

/*************************************************/
/* sidebar - Ende                                */
/*************************************************/

/*************************************************/
/* Spalten                                       */
/*************************************************/

.ZusatzInfo 
{
    background: #eeeeee !important;
    color: #444444 !important;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;

/*
    padding: 10px;
    background: #D6DDE4 !important;
    color: #3A4B65 !important;
*/
}

.ZusatzInfo p 
{
    color: #444444 !important;
}

.ZusatzInfo p, .LinkeSpalte p, .RechteSpalte p
{
    color: #444444 !important;
}

.LinkeSpalte
{
    background: #ff0000 !important;
    color: #444444 !important;
    border-radius: 5px;
    padding: 5px;
}

.RechteSpalte
{
    background: #eeeeee !important;
    color: #444444 !important;
    border-radius: 5px;
    padding: 5px;
}
/*************************************************/
/* Spalten - Ende                                */
/*************************************************/

/*************************************************/
/*  Keine Ahnung                                 */
/*************************************************/

ul ul a 
{
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #4e5f70;
}

ul.CTAs 
{
    padding: 20px;
}

ul.CTAs a 
{
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download 
{
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover 
{
    background: #6d7fcc !important;
    color: #fff !important;
}

.sm
{
    list-style:none;
    overflow:auto;
}
.sm li 
{
    display: inline;
    padding:5px;
    float:left;
} 

.sm li a img 
{
    width:32px;
}

/*************************************************/
/*  Keine Ahnung - Ende                          */
/*************************************************/

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 1024px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
	display: none;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

@media (min-width: 1600px) 
{
	#sidebar.active 
	{
	    min-width: 250px !important;
	    max-width: 250px !important;
/*
	    background: #2c3754;
	    color: #f8f9fa ; 
*/
	    transition: all 0.3s;
	    text-align: left  !important;
	}
	.dropdown-toggle::after 
	{
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
	}

	#sidebar.active .LinkText
	{
		display: inline-block;
	}
	
	#sidebar.active .sidebar-header h3, #sidebar.active .MeinLogo,
	#sidebar.active .CTAs 
	{
	    display: block;
		padding: 20px;
    	text-align: left;
	}
	#sidebar.active .sidebar-header strong 
	{
    	display: none;
	}
	#sidebar.active ul li a 
	{
    	text-align: left;
	    padding: 10px;
	    font-size: 1.1em;
	    display: block;
	}
	#sidebar.active ul li a i 
	{
    	margin-right: 10px;
    	font-size: 1.1em;
    	margin-bottom: 0;
    	display: inline-flex;
    	margin-left: 5px;
	}
}

/*
@media (min-width: 1260px) {
    #sidebar {
    min-width: 250px;
    max-width: 250px;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
    min-width: 250px;
    max-width: 250px;
    }

#sidebar.active .LinkText
{
	display: block;
}

#sidebar.active .sidebar-header h3, #sidebar.active .MeinLogo,
#sidebar.active .CTAs 
{
    display: block;
}

#sidebar.active .sidebar-header strong 
{
    display: none;
}    
  
	#sidebar.active ul li a 
	{
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-align: left;
    }
    #sidebar.active ul li a i 
    {
    margin-right: 10px;
    }
   
    #sidebar.active ul ul a {
        padding: 10px !important;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: block;
    }

}
*/

/********************************************************************/
/**** Ab hier werden die notwendigen einzel CSS-Dateien geladen  ****/
/********************************************************************/

.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

 /*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2017 Markus Vinicius da Silva Lima
 * Version 2.1.0
 * Licensed under the MIT license.
 */
.jfilestyle {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
	border-collapse: separate;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.jfilestyle label, div.jfilestyle input {
	font-family: sans-serif;
}

div.jfilestyle input {
	border: 1px solid #c0c0c0;
	background: #d9d9d9;
	margin: 0px -5px 0px 0px;
	vertical-align: middle;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 0px;
	color: #8d8d8d;
	cursor: default;
    line-height: normal;
}

div.jfilestyle label {
	display: inline-block;
	border: 1px solid #c0c0c0;
	background: #ffffff;
	padding: 10px 15px;
	color: #0662ba;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	margin: 0px;
	font-size: 14px;
	width: auto;
	border-radius: 0px;
    font-weight: normal;
}

div.jfilestyle.jfilestyle-corner input:last-child,
div.jfilestyle.jfilestyle-corner label:last-child {
	margin-left: -1px;
}

div.jfilestyle label[disabled] {
	pointer-events: none;
	opacity: 0.6;
	filter: alpha(opacity=65);
	cursor: not-allowed;
}

div.jfilestyle label:hover {
	cursor: pointer;
	opacity: 0.9;
}

div.jfilestyle .count-jfilestyle {
	background: #303030;
	color: #fff;
	border-radius: 50%;
	padding: 1px 5px;
	font-size: 12px;
	vertical-align: middle;
}

/** 
 * THEMES
 */
div.jfilestyle.jfilestyle-theme-blue input {/**/}
div.jfilestyle.jfilestyle-theme-blue label {
	border-color: #438eff;
	background: #438eff;
	color: #fff;
}
div.jfilestyle.jfilestyle-theme-green input {/**/}
div.jfilestyle.jfilestyle-theme-green label {
	border-color: #18a063;
	background: #18a063;
	color: #fff;
}
div.jfilestyle.jfilestyle-theme-yellow input {/**/}
div.jfilestyle.jfilestyle-theme-yellow label {
	border-color: #e8c821;
	background: #e8c821;
	color: #fff;
}
div.jfilestyle.jfilestyle-theme-black input {/**/}
div.jfilestyle.jfilestyle-theme-black label {
	border-color: #424242;
	background: #424242;
	color: #fff;
}
div.jfilestyle.jfilestyle-theme-red input {/**/}
div.jfilestyle.jfilestyle-theme-red label {
	border-color: #f33f3f;
	background: #f33f3f;
	color: #fff;
}
div.jfilestyle.jfilestyle-theme-purple input {/**/}
div.jfilestyle.jfilestyle-theme-purple label {
	border-color: #873aff;
	background: #873aff;
	color: #fff;
}
div.jfilestyle.jfilestyle-theme-asphalt input {/**/}
div.jfilestyle.jfilestyle-theme-asphalt label {
	border-color: #435673;
	background: #435673;
	color: #fff;
}

/*************************************************/
/* Color-Picker                                  */
/*************************************************/

.pickerTable
{
	width: 100%;
}

.pickerTable td
{
	height:30px;
	cursor: pointer;
	border: 1px solid white;
}

/*************************************************/
/* Color-Picker - Ende                           */
/*************************************************/

.MiniCal
{
	background: #eeeeee !important;
/*
	position: absolute;
	z-index: 999;
	left: 25px;
	top: 25px;
*/
}