/* DEBUGGGER */
#nb_os_loading_overlay{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: #111;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
filter: alpha(opacity=50); /* IE 5-7 */
-moz-opacity: 0.5; /* Netscape */
-khtml-opacity: 0.5; /* Safari 1.x */
z-index: 1000;
display: none;
}

#nb_os_loading_window{
position: fixed;
top: 200px;
left: 50%;
width: 300px;
margin-left: -150px;
background-color: #FFF;
z-index: 1010;
display: none;
}

#nb_os_loading_window_LoadingBar{
margin: 20px 0px 20px 20px;
height: 8px;
width: 20px;
overflow: hidden;
background-color: #147CCC;
border: 1px solid #1664A0;
box-shadow: inset 0px 0px 1px #FFF;
-moz-box-shadow: inset 0px 0px 1px #FFF;
-webkit-box-shadow: inset 0px 0px 1px #FFF;
-ms-box-shadow: inset 0px 0px 1px #FFF;
-o-box-shadow: inset 0px 0px 1px #FFF;
}

#nb_os_DebugWindow{
position: fixed;
top: 0px;
right: 10px;
width: 400px;
height: auto;
border: 1px solid #999;
background-color: #FFF;
color: #111;
z-index: 1000;
padding: 10px;
text-align: left;
}

#nb_os_DebugWindowContent{
overflow-y: auto;
max-height: 300px;
}
/* END DEBUGGER */

body {
	position:relative;
	background-image: url(https://cios.netblade.de/application/views/_public/img/billie_holiday.png);
	background-repeat: repeat;
	background-color: #EEE;
	text-align: center;
	font-size: 14pt; 
	font-family: 'Open Sans',Arial,Tahoma,Verdana,Helvetica,sans-serif;
	margin: auto;
}

p , div, ul, li, a, td, span, input, textarea {
	font-family: 'Quicksand',Arial,Tahoma,Verdana,Helvetica,sans-serif;
	text-align:left;
}

a:link, a:visited { color: #0075bf; text-decoration: none; }
a:hover { color: #0075bf; text-decoration: underline; }
a img { border: none; }

h1{
	color: #009DE9;
}

h2{
	color: #009DE9;
}

h3{
	color: #009DE9;
}

.pointer{cursor: pointer;}

li {
	margin-bottom: 10px;
}

div.frontend_page_wrap{
	margin: auto;
	width: 1200px;
}

div.frontend_header{
	margin: auto;
	width: 1200px;
	
}

div.footer{
	
}

div.content{
	background-color: #FFF;
	padding: 10px;
}

div.teaser{
	position: relative;
	width: 100%;
	height: 150px;
	background-image: url(/public/images/teaser.png);
	background-repeat: no-repeat;
	background-size: cover;
}

div.before_teaser{
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	font-size: 14pt;
	color: #666;
}

div.textblock{
	padding: 20px 10%;
	background-color: #FFF;
}

div.hey{
	margin: 0 -15px;
	margin-top: -10px;
}

div.text_smaller *{
	font-size: 10pt;
}

div.info{
	background-color: #fcf4ae;
	border: 1px solid #e2d885;
	padding: 20px 10%;
	margin: 10px 0;
}

div.boxed-white{
	background-color: #FFF;
	padding: 15px;
	margin: 10px 0;
}

.center{
	text-align: center;
}

div.button1{
	margin: 15px 0;
	width: auto;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background-color: #6a937c;
	color: #FFF;
	text-shadow: 1px 1px 1px #486654;
	text-align: center;
	font-weight: bold;
	padding: 0 15px;
	cursor: pointer;
}

div.button1:hover{
	background-color: #7eaf94;
	transition: 0.1s;
	transition-timing-function: ease-in;
}

div.button1:active{
	background-color: #486654;
	transition: 0;
}

input.login{
	color: #0075bf;
	padding: 7px;
	border: 1px solid #0075bf;
	width: 30%;
}

div.error{
	background-color: #efc6ce;
	border: 1px solid #ba2e43;
	padding: 20px 10%;
	margin: 10px 0;
}