@charset "utf-8";
/* 
CSS Document für nuesperling.pure-media-solutions.de
Last Modified: 2016-10-25  
#blue #008bcf;
*/
*{
	margin: 0;
	padding: 0;	
}
body{
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	background: url(../images/square_bg.png) repeat #f2f2f2;
	color: #333;
	line-height: 1.45em;	
}

header,
main,
footer{
	float: left;
	width: 100%;	
}
header{
	min-height: 175px;
}
/*header img {
	padding: 50px 0 0;	
}*/
/*footer{
	margin: 5px 0 20px;	
}*/
main{
	margin-bottom: 25px;
	margin-top: 50px;	
}

main .logo{
	margin-bottom: 20px;	
}

.container{
	width: 1100px;
	margin: 0 auto;	
}

main div.container{
	position: relative;	
}

.clear{
	clear: both;	
}
a,
a:visited{
	color: #008bcf;	
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a.download{
	display: inline-block;
	background:url(../images/Adobe_PDF_file_icon_32x32.png) no-repeat left center;
	padding: 10px 0 10px 40px;	
}
h1{
	font-weight: 400;
	color: #333;
	margin: 5px 0 15px;	
}

h2{
	font-weight: 400;
	text-transform: uppercase;
	color: #008bcf;
	margin: 5px 0 15px;
}

h3{
	font-weight: 400;
	color: #008bcf;
	margin: 10px 0 15px;	
}

::-webkit-input-placeholder {
   color: rgba(0,0,0,0.6);
}
:-moz-placeholder { /* Firefox 18- */
   color: rgba(0,0,0,0.6);
}
::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(0,0,0,0.6);
}
:-ms-input-placeholder {  
   color: rgba(0,0,0,0.6);
}

/* ----- SITE LOGIN ----- */
div.login{
	width: 320px;
	margin: 100px auto auto;	
	padding: 2%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
div.login img{
	margin: 0 0 20px 0;	
}

div.login label{
	font-size: 14px;
	cursor: pointer;	
}

div.login input.input{
	background: #fbfbfb;
	font-size: 18px;
	font-weight: 400;
	margin: 2px 6px 16px 0;
	padding: 5px;
	width: 95%;	
	border: 1px solid #ddd;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
	transition: border-color 50ms ease-in-out 0s;
	font-weight: 300;
	color: #333;
}
div.login input.input:focus{
	border-color: #008bcf;	
}
div.login input.submit{
	margin: 2px 6px 16px 0;
	padding: 10px 3px;
	width: 97%;
	border-radius: 0;	
	cursor: pointer;
	background: #008bcf;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #008bcf;
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	font-size: 22px;
	transition: background 100ms ease-in;	
}
div.login input.submit:hover{
	background: #fff;
	color: #008bcf;
}
/* ------- SITE (EINGELOGGT) ------- */
section#sidebar{
	width: 25%;	
	float: left;
}
section#sidebar nav ul li{
	list-style: none;
	margin: 2px 0;
}
section#sidebar nav ul li.spacer{
	padding: 60px 0;	
}
section#sidebar nav ul li a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: 300;
	background: #008bcf;
	display: block;
	width: 90%;
	padding: 6px 10px 6px 10px;
	border: 1px solid #008bcf;
	-webkit-transition: background 150ms ease-in;
	-moz-transition: background 150ms ease-in;
	-ms-transition: background 150ms ease-in;
	-o-transition: background 150ms ease-in;
	transition: background 150ms ease-in;	
}
section#sidebar nav ul li a:hover{
	background: #fff;
	color:  #008bcf;
}
section#sidebar nav ul li a.active{
	font-weight: 700;
}
/*---------------KONTAKT BOX ---------------------- */
div.call{
	position: absolute;
	/*top: 100px;*/
	top: 0;
	right: -150px;
	width: 300px;
	padding: 10px 0;
	/*margin: 10px 0 0 0;*/
	margin: 0;
	display: inline-block;
    text-align: center;
    border-radius: 0px;
	background: #008bcf;
    text-shadow: #222d36 1px 0px 1px;
    font-size: 18px;
	font-weight: 400;
    color: #fff;
    text-decoration: none;
	cursor: pointer;
	z-index: 1000;
    box-shadow: 0 8px 6px -6px #888;	
}

div.call div a{
	margin-top: 15px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: 300;
	background: #008bcf;
	display: block;
	width: 100%;
	padding: 27px 0;
	text-shadow: none;
	-webkit-transition: background 150ms ease-in;
	-moz-transition: background 150ms ease-in;
	-ms-transition: background 150ms ease-in;
	-o-transition: background 150ms ease-in;
	transition: background 150ms ease-in;	
}
div.call div a:hover{
	background: #fff;
	color:  #008bcf;
}

section#content{
	width: 75%;
	float: left;
	background: #fff;
	min-height: 400px;
}
section#content div.inhalt{
	padding: 15px 25px 50px 25px;
	/*float: left;*/	
}
.shadow{
  position: relative;
}
.shadow:before, 
.shadow:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.3);
  box-shadow: 0 13px 8px rgba(0,0,0,0.3);
  transform: rotate(-3deg);
}
.shadow:after{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* ------- REITER (TABS) ------- */
div#tabs{
	width: 100%;	
}
div#tabs a {
	width: 33%; 
	float: left; 
	margin: 0; 
	padding: 15px 0;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #666;		
}
div#tabs a.active {
	background: #fff;
	width: 34%; 
	color: #008bcf;	
}
div#tabs a.inactive{
	background: #f9f9f9;
}
div#tabs a.inactive:hover{
	background: #fff;
}
/* ------- SCHRITTE (STEPS) ------- */
div#steps{
	margin: 25px 0;
	display: block;
	width: 100%;
	float: left;
	padding: 10px 0 10px 25px;
}
div#steps div {
	list-style: none;
	float: left;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	padding: 0 30px 0 0;
	margin: 0 10px 0 0;
	color: #666;
	background: url(../images/step_inactive.png) no-repeat right center;
}
div#steps div.active {
	color: #008bcf;
	background: url(../images/step_active.png) no-repeat right center;
}
div#steps div.last {
	background: none;
}
div#steps div span{
	font-size: 13px;	
}
/* ------- AUSFALL (GENRELL) ------- */
div.ausfall{
	padding: 15px 25px 25px 25px;	
}
div.ausfall div{
	padding: 10px 0 10px 5px;
	margin: 0;
	width: 100%;
	display: block;
	float: left;
}
div.ausfall div.border{
	border-bottom: 1px solid rgba(0,0,0,0.1);	
}
div.ausfall div.oder{
	font-weight: 700;
	clear: both;	
}
div.ausfall div.col2{
	width: 49%;
	float: left;
	padding: 0;
}
div.ausfall div.col3{
	width: 33%;
	float: left;
	padding: 0;
}
div.ausfall div.col6{
	width: 60%;
	float: left;
	padding: 0;
}
div.ausfall div.col8{
	width: 80%;
	float: left;
	padding: 0;
}
div.ausfall div.space{
	margin: 15px 0;
}

div.ausfall label{
	width: 120px;
	display: inline-block;	
}
div.ausfall label.auto{
	width: auto;
}
div.ausfall input, 
input{
	background: #fbfbfb;
	font-size: 16px;
	margin: 6px 6px 6px 0;
	padding: 5px;
	width: 52.5%;	
	border: 1px solid #d4d4d4;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	transition: border-color 50ms ease-in-out 0s;
	font-weight: 300;
	color: #333;	
}

div.ausfall input.col25,
input.col25,
div.ausfall select.col25{
	width: 25%;	
}
div.ausfall input.col50p{
	width: 50px;	
}
div.ausfall input.day,
div.ausfall input.month{
	width: 30px;
	margin: 0;	
}
div.ausfall input.year{
	width: 50px;
	margin: 0;	
}
div.ausfall input:focus{
	border-color: #008bcf;	
}
div.ausfall select{
	background: #fbfbfb;
	font-size: 16px;
	margin: 6px 6px 6px 0;
	padding: 5px;
	width: 52.5%;	
	border: 1px solid #d4d4d4;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	font-weight: 300;
	color: #333;
	cursor: pointer;		
}
div.ausfall input.submit,
input.submit{
	margin: 2px 6px 16px 0;
	padding: 10px 3px;
	width: 53%;
	border-radius: 0;	
	cursor: pointer;
	background: #008bcf;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #008bcf;
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	font-size: 22px;
	transition: background 100ms ease-in;	
}
div.ausfall input.submit:hover,
input.submit:hover{
	background: #fff;
	color: #008bcf;
}
div.ausfall input[type="button"]{
	margin: 2px 6px 16px 0;
	padding: 10px 3px;
	border-radius: 0;	
	cursor: pointer;
	background: #008bcf;
	color: #fff;
	border: 1px solid #008bcf;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 16px;
	width: auto;
	transition: background 100ms ease-in;		
}
div.ausfall input[type="button"]:hover{
	background: #fff;
	color: #008bcf;
}
div.ausfall .back{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	width: 25%;		
	display: inline-block;
	margin: 2px 6px 16px 0;
	padding: 14px 3px;
	border-radius: 0;	
	cursor: pointer;
	background: #008bcf;
	color: #fff;
	border: 1px solid #008bcf;
	font-family: 'Oxygen', sans-serif;
	transition: background 100ms ease-in;	
	text-align: center;	
}
div.ausfall .back:hover{
	background: #fff;
	color: #008bcf;
	text-decoration: none;
}
div.ausfall input[type="checkbox"],
div.ausfall input[type="radio"]{
	width: 25px;	
	float: left;
	cursor: pointer;
}
	div.ausfall input.margintop35{
	margin-top: 35px;
	}
	div.ausfall input.margintop5{
		margin-top: 5px;
	}
	div.ausfall input.margintop15{
		margin-top: 15px;
	}
div.ausfall span.checkbox{
	float: left;
	display: block-inline;	
	width: 50%;
}
div.ausfall span#info{
	color: #900;
	font-size: 14px;	
}

div.ausfall input[type="number"]::-webkit-inner-spin-button, 
div.ausfall input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;  
  margin: 0; 
}
input[type="number"]{
	 -moz-appearance: textfield;
}

/*------- Fehlermeldungen ----------*/
div.ausfall div.alert-danger{
	padding: 10px;
	width: 90%;
	color: #a94442;
	background-image: linear-gradient(to bottom, #f2dede 0px, #e7c3c3 100%);	
	background-color: #dca7a7;
	background-repeat: repeat-x;
	font-weight: 700;
	border: 1px solid #dca7a7;
	margin: 5px 0;
}
/* ---------------- Archiv ----------------- */
div.archiv_row{
	margin: 5px 0; 
	border-bottom: 1px solid #ccc; 
	float: left; 
	width: 100%;
}

div.col5{
	width: 20%;
	float: left;	
}
div.col55{
	width: 5%;
	float: left;	
}
div.col15{
	width: 15%;
	float: left;	
}

a.delete{
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/icon_delete.png) no-repeat;	
}

/* ---------------- Admin Bereich ----------------- */
div.userrow{
	width: 100%; 
	float: left;	
	margin: 5px 0;
}
div.userrow div.userdetail{
	float: left;	
}
div.userrow div.userdetail.w30{
	width: 30%;
}
div.userrow div.userdetail.w20{
	width: 20%;
}
div.userrow div.userdetail.w40{
	width: 40%;
}