@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	text-decoration: none;
}
.vorladen {
	display: none;
	height: 0px;
	width: 0px;
}
.waitingBackground {
	width: 100%;
	height: 100%;
	background: url('../../images/application/bgPicture/loaderImageAppStart.jpg') no-repeat center center;
}
a.totop {
	position: fixed;
	text-align: center;
	right: 20px;
	bottom: 20px;
	width: 100px;
	height: 30px;
	background-color: #2B475C;
	color: #fff;
	z-index: 200;
}
.feedbackContainer {
	position: fixed;
	text-align: center;
	left: -5px;
	top: 50%;
	bottom: 50%;
	width: 20px;
	height: 100px;
	border-left: 2px solid #2B475C;
	color: #fff;
	z-index: 8;
}
div.feedback {
	text-align: center;
	width: 25px;
	height: 100px;
}
#sidePanel {
	width: 25px;
	position: fixed;
	/*left:-8px;*/
	color: #fff;
}

/*SMOTHNESS CSS Jquery �berschreiben*/
.ui-widget-overlay {
	opacity: 0.7 !important;
}

/**
 * 	Overlay der sich bei Modaldialogen über die Applikation legt
 */
#overlay {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 50px;
	background-color: rgba(0,0,0,0.4);
	color: white;
	position: relative;
	left: 50%;
	top: 50%;
	background-image: url('../../images/application/defaults/loaderWhite.gif');
	background-repeat: no-repeat;
}

#overlay2 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 480px;
	height: 280px;
	text-align: center;
	line-height: 50px;
	background-color: rgba(0,0,0,1.0);
	color: white;
	position: relative;
	left: 30%;
	top: 30%;
	background-repeat: no-repeat;
}

#loadingScreen {
	background: url('../../images/application/defaults/loaderWhite.gif') no-repeat 5px 8px;
	padding-left: 25px;
}

/* hide the close x on the loading screen */
.loadingScreenWindow .ui-dialog-titlebar-close {
	display: none;
}

ul, li {
	list-style: none;
}

/* ==|== primary styles =====================================================
 Author: OWU
 Settings des Gesamtcontents
 ========================================================================== */
html {
	background-color: #EEEEEE;
	font-family: "Roboto", Arial, sans-serif;
}
body {
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
}



.header-background-image {
	background-attachment: fixed !important;
	background-size: cover !important;
	min-height: 700px;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	background: url("../../images/mainPic.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
 
.header-background-image-konzepte {
		background-attachment: fixed !important;
	background-size: cover !important;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	background: url("../../images/application/bgPicture/konzepte.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
       
.header-background-image-neue-wege {
		background-attachment: fixed !important;
	background-size: cover !important;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	background: url("../../images/application/bgPicture/neueWege.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}


article {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: bold;
	color: #fff;
}
#appWrapper {
	margin: 0 auto;
width: 100%;
	height: 100%;
	height: auto;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}
#appBody {
	margin: 0 auto !important;
	width: 100%;
	width: auto;
	min-height: 600px;
	clear: both;
	margin-top: 10px !important;
	color: #fff;
}