/*________png-fix-Aufruf_________*/
* {
	_behavior: url(/iepngfix.htc);
}
/*________ENDE png-fix-Aufruf_________*/
/*________resetCSS_________*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
  background: url(/img/cool-background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
/*----------Navigation und CSS-vertical-Navi-----*/

#navi {
	list-style-type:none;
	width:248px;
	min-height:170px;
	background-color: #0072ba; /* VAR */
	font-size: 14px;
	font-weight:normal;
	padding: 0 2px 0 2px;
}
#navi li {
	border-bottom: 1px solid #FFF;
}
#navi li.last {
	border:none
}
#navi li a {
	display:block;
	padding: 10px 0 10px 30px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 2px 0;
}
#navi li a:hover, 
#navi li  a:active,
#navi li a.current {
	background-color: #fdfdfd;
	color: #000000;
}
#navi ul {
	padding: 0;
	margin-left: 10px;
	list-style: none;
}
#navi ul a {
	padding: 10px;
}
#navi ul li ul li {
	border-bottom: none;
}
#navi ul li ul li  a {
	display:block;
	padding: 10px 0 10px 30px;
	text-decoration: none;
	color: #fff;
	margin: 2px 0;
}
#navi ul li ul li a:hover, 
#navi ul li ul li a:active,
#navi ul li ul li a.current {
	background-color: #333;
	color: #fff;
}
#navi a.startseite {
	background-image: url("/img/bg-startseite.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.anwendungen {
	background-image: url("/img/bg-anwendungen.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.news {
	background-image: url("/img/bg-news.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.handbuch {
	background-image: url("/img/bg-handbuch.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.inhaltspezifisches {
	background-image: url("/img/bg-inhaltspezifisches.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.management {
	background-image: url("/img/bg-management.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.normen {
	background-image: url("/img/bg-normen.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.personal {
	background-image: url("/img/bg-personal.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.einstellungen {
	background-image: url("/img/bg-einstellungen.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.airgroup {
	background-image: url("/img/bg-airgroup.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.wissensboerse {
	background-image: url("/img/bg-wissensboerse.png");
	background-position: left center;
	background-repeat: no-repeat;
}
	#navi a.favoriten {
	background-image: url("/img/bg-favoriten.png");
	background-position: left center;
	background-repeat: no-repeat;
}
	#navi a.ausloggen {
	background-image: url("/img/bg-logout.png");
	background-position: left center;
	background-repeat: no-repeat;
}

/*----------ENDE  Navigation und CSS-vertical-Navi-----*/
ul, ol {
	padding-left: 25px;
	margin-bottom: 15px;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
a {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
	width: 100%;
}
.even {
	background-color: #e0e0e0;
}
.weEditTable {
	width: 68%;
}
.clear {
	clear:both;
}
/*________Ende resetCSS_________*/

/*________Start Grundeinstellungen_________*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:130%;
}
h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom: 15px;
	color: #0072ba;
	line-height: 28px;
	
}
h2 {
	font-size:24px;
	font-weight:bold;
	color:#616161;
	line-height:100%;
	margin-bottom:8px;
}
h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold; 
	color: #5e5e5e;
}
h4 {
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
}
h5 {
	color:#000;
	font-size:14px;
}
p {
	margin-bottom: 15px;
}
a {
	color:#000;
}
.bold {
	font-weight:bold;
}
/*________Ende Grundeinstellungen_________*/

/*________Start Sonstiges_________*/
#box {
	width:960px;
	margin:20px;
	text-align: left;
	border-radius: 5px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#search {
	padding: 10px;
	position: absolute;
	top: 220;
	left: 15;
	z-index: 999;
}
#search input[type='text']  {
	border-radius: 12px;
	padding: 5px;
}
#search #search_submit {
	float:right;
}
.navbar-collapse {
	padding: 0;
	}
#container {
	position: relative;
}
#header {
	position:relative;
	height: 265px;
	overflow: hidden;
}
.headerimg {
	list-style: none;
	padding: 0;
	z-index: 1;
}
#login {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding: 15px;
	margin-top: 90px;
	border: 5px solid #0072ba;
	-moz-box-shadow: 10px 10px 10px #888;
	-webkit-box-shadow: 10px 10px 10px #888;
	box-shadow: 10px 10px 10px #888;
	border-radius: 20px;
}
.navbar-default {
	background-color: #0072ba;
	}
#login img {
	margin-bottom: 30px;
}
#login h3 {
	margin-bottom: 30px;
}
.logout,
.logo-print {
	position: absolute;
	right: 5px;
	top: 5px;
}
#userinfo {
	position: fixed;
	top: 20px;
	right: 20px;
	background-color: #fff;
	padding: 10px 10px;
	z-index: 999;
	border-radius: 5px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	text-align: left;
	width: 280px;
}
.user {
	padding: 5px 12px 5px 0;
}
.mainimg {
	width:880px;
	height:265px;
	border:1px #000;
	margin: 0 11px;
}
.logo {
	position:absolute;
	height:240px;
	width:280px;
	top:-60px;
	margin-left:60px;
	z-index: 10;
}
#col1 {
	position:static;
	float:left;
	position: inherit;
	margin: 10px 0 0 0;
	background-color: #0072ba; /* VAR */
}
#infobox {
	padding: 10px;
	background-color: #333;
	color: #fff;
}
#infobox p {
	margin:10px 0 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 125%;
}
#infobox a {
	color: #fff;
	text-decoration:underline;
}
/*----------Navigation und CSS-vertical-Navi-----*/

#navi {
	list-style-type:none;
	width:248px;
	min-height:170px;
	background-color: #0072ba; /* VAR */
	font-size: 14px;
	font-weight:normal;
	padding: 0 2px 0 2px;
}
#navi li {
	border-bottom: 1px solid #FFF;
}
#navi li.last {
	border:none
}
#navi li a {
	display:block;
	padding: 10px 0 10px 30px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 2px 0;
}
#navi li a:hover, 
#navi li  a:active,
#navi li a.current {
	background-color: #fdfdfd;
	color: #000000;
}
#navi ul {
	padding: 0;
	margin-left: 10px;
	list-style: none;
}
#navi ul a {
	padding: 10px;
}
#navi ul li ul li {
	border-bottom: none;
}
#navi ul li ul li  a {
	display:block;
	padding: 10px 0 10px 30px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 2px 0;
}
#navi ul li ul li a:hover, 
#navi ul li ul li a:active,
#navi ul li ul li a.current {
	background-color: #333;
	color: #FFFFFF;
}
#navi a.anwendungen {
	background-image: url("/img/bg-anwendungen.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.dashboard {
	background-image: url("/img/bg-dashboard.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.news {
	background-image: url("/img/bg-news.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.handbuch {
	background-image: url("/img/bg-handbuch.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.logout {
	background-image: url("/img/bg-logout.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.inhaltspezifisches {
	background-image: url("/img/bg-inhaltspezifisches.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.management {
	background-image: url("/img/bg-management.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.normen {
	background-image: url("/img/bg-normen.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.personal {
	background-image: url("/img/bg-personal.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.einstellungen {
	background-image: url("/img/bg-einstellungen.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#navi a.airgroup {
	background-image: url("/img/bg-airgroup.png");
	background-position: left center;
	background-repeat: no-repeat;
}

/*----------ENDE  Navigation und CSS-vertical-Navi-----*/

#newsbox {
	width: 200px;
	height: auto;
	margin: 25px 0;
	background-color: #FFF;
}
#newsbox h5 {
	margin:0 0 15px 0;
}
#content {
	margin:10px 0 0 10px;
	float:left;
	width:678px;
}
/*________Ende Sonstiges_________*/

/*________Start Kontaktformular_________*/
.kundenzufriedenheit input[type=text],
.kundenzufriedenheit input[type=password],
.filter input[type=text],
.filter input[type=password] {
	background:transparent url(/img/input-bg.gif) repeat scroll 0 0;
	border:1px solid #A5A5A5;
	font-size:12px;
	height:22px;
	padding-left:5px;
	padding-top:3px;
	width:460px;
}
.kundenzufriedenheit textarea {
	background: url(/img/input-bg.gif) bottom left repeat-x #ffffff;
	border:1px solid #A5A5A5;
	font-size:12px;
	height:16px;
	padding-left:5px;
	padding-top:3px;
	width:460px;
	height: 125px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.filter {
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #bfbfbf;
	position: relative;
}
.login-input {
	width: 100px !important;
}
.submit-button {
	height: 25px !important;
	width: 125px !important;
	text-align: center;
	background: #00448f !important;
	color: #ffffff;
	padding-bottom: 5px;
}

/*________Ende kontaktformular__________*/



/*_________Start Produkt-Galerie________*/

.galerie {
	height:140px;
	width:120px;
	float:left;
	margin:15px 10px 15px 0;
	text-align:center;
	padding:5px;
	border:none;
	background-color:#fff;
}
	
.galeriebilder {
	z-index: 900;
}

.galeriebilder img{
	margin:auto;
}	

/*_________Ende Produkt-Galerie___________*/

.startseite-produkt-teaser {
	width: 286px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	background: url(/img/startseitenteaser-bg.gif) no-repeat;
	padding: 6px;
	height: 115px;
}
.startseite-banner {
	width: 298px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	height: 127px;
}
.startseite-produkt-img {
	width: 85px;
	float: left;
}
.startseite-produkt-text {
	width: 195px;
	float: left;
}
.nomarginright {
	margin-right: 0 !important;
}
.mitarbeiter {
	background-color: #f1f1f1;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #e3001b;
}
.kapitel,
.verzeichnis {
	padding: 10px;
	background-color: #0072ba;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 20px;
	height: 33px;
}
.verzeichnis {
	margin-left: 15px;
}
.kapitel .datum,
.verzeichnis .datum {
	color: #FFFFFF;
	float: right;
	width: 170px;	
}
.kapitel .headline,
.verzeichnis .headline {
	float: left;
}
.eintrag,
.eintrag_verzeichnis {
	background-color: #f1f1f1;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 15px;
	height: 30px;
}
.eintrag_verzeichnis {
	margin-left: 15px;
	width: 595px;
}
.eintrag .link,
.eintrag_verzeichnis .link  {
	float: left;

}
.beschreibung {
	margin-left: 22px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 15px;
	width: 500px;
}
.eintrag .datum {
	float: right;
	width: 170px;
}
label {
	display: block;
	width: 200px;
	font-weight: bold;
	float: left;
	margin-bottom: 20px;
}
.kundenzufriedenheit br,
.filter br,
.todoausgabe br {
	clear: both;
}
#Qualitaet,
#Termintreue,
#Service,
#Kommunikation {
	margin-left: 200px;
}
.no-margin-bottom {
	margin-bottom: 0;
}
.todo {
	background-color: #f1f1f1;
	margin-bottom: 25px;
	padding: 15px;
	font-size: 15px;
	border: 1px solid #afafaf;
}
.todo input {
	float: right;
}
.todo .block {
	width: 446px;
}
.wartet {
	border: 3px solid #d00000;
	padding: 12px;
}
.kundenbesuchsbericht {
	background-color: #bcbcbc;
}
.hinweis {
	background-color: #009900;
	color: #fff;
	padding: 3px;
	margin-bottom: 10px;
}
.hinweis2 {
	background-color: #FFCC00;
	color: #000000;
	padding: 3px;
	margin-bottom: 10px;
}
.hinweis img {
	float: left;
	margin-right: 10px;
}
.hinweis p {
	float: right;
	width: 500px;
}
.hinweis a {
	color: #fff;
}
th {
	padding: 10px;
	background-color: #0072ba;
	color: #FFFFFF;
	text-align: left;
	text-shadow: #000 1px 1px 5px;
}
tr {
	border-bottom: 1px solid #000;
}
td {
	padding: 10px;
	text-align: left;
}
#slider {
	margin-bottom: 40px;
}
.notice {
	background-color: #009900;
	color: #fff;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.notice h1 {
	color: #fff;
}
.notice-head {
	background-color: #bcbcbc;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	margin-top: 5px;
	display: block;
	border-radius: 15px;
}
.second-notice {
	background-color: #FF9900;
	color: #000000;
}
.third-notice {
	background-color: #FF0000;
	color: #FFFFFF;
}
.notice-head:hover {
	background-color: #333;
	color: #fff;
}
.notice a {
	color: #fff;
}
.notice-head a {
	color: #000000;
}
#verteilerkreis {
	float: right;
width: 478px;
margin-bottom: 15px;
}
.verteiler {
	width: 210px;
	float: left;
}
.verteiler .check {
	background-color: #009900;
	color: #fff;
	width: 200px;
	padding: 5px;
	margin-right: 10px;
}
#von,
#bis {
	width: 80px;
}
.block {
	display: block;
	width: 410px;
	float: right;
	margin-bottom: 10px;
}
hr {
    margin: 15px 0;
    color: #333;
    border-color: #333;
}
.reset {
	position: absolute;
	right: 15;
	margin-top: -30px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.large {
	float: none;
	display: block;
	background-color: #009900;
	color: #fff;
	padding: 10px;
	margin-bottom: 5px;
}
.large2 {
	float: none;
	display: block;
	background-color: #f1f1f1;
	color: #333;
	padding: 10px;
	margin-bottom: 5px;
	width: 100%;
	border-radius: 5px;
}
.pad-check {
	margin-left: 200px;
}
/* Buttons */
.button,
.birthday,
.address {
	padding: 5px 20px;
	color: #FFFFFF;
	border-radius: 12px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #7b7b7b;
	text-decoration: none;
	text-shadow: #000 1px 1px 2px;
	background: #555555;
	background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#555555));
	background: -moz-linear-gradient(top,  #7a7a7a,  #555555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7a7a', endColorstr='#555555');	
}
.button:hover,
.birthday:hover,
.address:hover  {
	color: #FFFFFF;
	background: #0072ba;
	background: -webkit-gradient(linear, left top, left bottom, from(#1c9beb), to(#0072ba));
	background: -moz-linear-gradient(top,  #1c9beb,  #0072ba);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c9beb', endColorstr='#0072ba');
}
.birthday:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	content: "\e102 ";
}
.address:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	content: "\e183 ";
}
.print-visible {
	display: none;
	visibility: hidden;
}
/* */
.modal-content {
	padding: 15px;
}
.glyphicon {
}
.slide-button {
	clear: both;
	display: block;
	padding: 5px 10px;
	background-color: #333;
	color: #fff;
	text-align: center;
}
.slide-button:hover {
	text-decoration: none;
	color: #0072ba;
}
.oben {
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#dialog-message a {
	outline: none;
}
th select {
color: #000;
}
	th a {
		color: #fff;
		}
	#neuer_kunde,
#neuer_lieferant {
    display: block;
    background-color: green;
    padding: 5px;
    margin: 0 -5px 10px -5px;
    color: #fff;
    border-radius: 0;
}
#neuer_kunde input,
#neuer_lieferant input {
	color: #000;
}
	#verteilerkreis #Service {
		margin-left: 0;
		}
	.pad-check .large {
		width: 400px;
		}
		.green {
	background-color: #219100;
	color: #fff;
}
.yellow {
	background-color: #e1c80a;
	color: #fff;
}
.red {
	background-color: #cf0000;
	color: #fff;
}
.risikobewertung {
	border-radius: 12px;
	text-align: center;	
	padding: 5px;
		width: 40px;
}
.glyphicon-ok {
	color: green;
}
.glyphicon-remove {
	color: red;
}
#accordion .ui-widget-content a {
    color: #fff !important;
}
#accordion	.todo .block {
    width: 417px;
}
.legende {
	position: absolute;
	right: 15px;
	top: 45px;
	}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	background-color: #fff;
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
	padding-top: 16px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
	.huge {
    font-size: 25px;
		line-height: 28px;
}
	.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}
	.panel-green {
    border-color: #5cb85c;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-gray {
  border-color: #8b8b8b;
}
.panel-gray > .panel-heading {
  border-color: #8b8b8b;
  color: white;
  background-color: #989696;
}
	#tinymce {
		background: #fff !important;
		}
.icon-news {
	border: 1px solid #f1f1f1;
	border-radius: 30px;
	    margin-top: -16px;

	}
.icon-news-old {
	width: 60px;
	height: 60px;
	margin-left: 3px;
	margin-bottom: 15px;
	border: 1px solid #f1f1f1;
	border-radius: 30px;
	}

.abstand {
	margin-top: 25px;
	}
.suche {
    padding: 5px;
    background-color: #0072ba;
}
.container-fluid {
	margin-top: 15px;
	}

.jquery-accordion-menu, .jquery-accordion-menu * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0
}
.jquery-accordion-menu {
  position: relative;
}
.jquery-accordion-menu .jquery-accordion-menu-footer, .jquery-accordion-menu .jquery-accordion-menu-header {
  height: 50px;
  padding-left: 22px;
  float: left;
  line-height: 50px;
  font-weight: 600;
  color: #f0f0f0;
  background: #414956
}
.jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  float: left;
  position: relative
}
.jquery-accordion-menu ul li a {
  width: 100%;
  padding: 14px 22px;
  float: left;
  text-decoration: none;
  color: #fff;
  background: #0072ba;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear, background .2s linear;
  -moz-transition: color .2s linear, background .2s linear;
  -webkit-transition: color .2s linear, background .2s linear;
  transition: color .2s linear, background .2s linear
}
.jquery-accordion-menu > ul > li.active > a, .jquery-accordion-menu > ul > li:hover > a {
  color: #333;
  background: #fff
}
.jquery-accordion-menu > ul > li > a {
  border-bottom: solid 1px #3b424d
}
.jquery-accordion-menu ul li a i {
  width: 34px;
  float: left;
  line-height: 18px;
  text-align: left;
}
.jquery-accordion-menu .submenu-indicator {
  float: right;
  right: 22px;
  position: absolute;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear
}
.jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px
}
.jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.jquery-accordion-menu ul ul.submenu, .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static
}
.jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%
}
.jquery-accordion-menu ul ul.submenu li a {
  width: 100%;
  float: left;
  background: #333;
  border-top: none;
  position: relative;
  border-left: solid 6px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear
}
.jquery-accordion-menu ul ul.submenu .level2 li a {
  background: #828282;

}
.jquery-accordion-menu ul ul.submenu li:hover > a,
.jquery-accordion-menu ul ul.submenu .level2 li a.active {
  background-color: #fff;
	color: #333;
}
.jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px
}
.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px
}
.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px
}
.jquery-accordion-menu ul li .jquery-accordion-menu-label, .jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  top: 14px;
  font-weight: 800;
  color: #555;
  text-align: center;
  line-height: 18px;
  background: #f0f0f0;
  border-radius: 100%
}
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  top: 12px
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, .3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}
.animate-ink {
  -webkit-animation: ripple .5s linear;
  -moz-animation: ripple .5s linear;
  -ms-animation: ripple .5s linear;
  -o-animation: ripple .5s linear;
  animation: ripple .5s linear
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5)
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5)
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5)
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5)
  }
}
ul .level2.active {
	display: block !important;	
	}
.alertred {
    background-color: #ff0000;
    color: #fff;
    border-radius: 5px;
}


.form-signin
		{
		    max-width: 330px;
		    padding: 15px;
		    margin: 0 auto;
		}
		.form-signin .form-signin-heading, .form-signin .checkbox
		{
		    margin-bottom: 10px;
		}
		.form-signin .checkbox
		{
		    font-weight: normal;
		}
		.form-signin .form-control
		{
		    position: relative;
		    height: auto;
		    padding: 10px;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    box-sizing: border-box;
		}
		.form-signin .form-control:focus
		{
		    z-index: 2;
		}
		.form-signin input[type="text"]
		{
		    margin-bottom: -1px;
		    border-bottom-left-radius: 0;
		    border-bottom-right-radius: 0;
		}
		.form-signin input[type="password"]
		{
		    margin-bottom: 10px;
		    border-top-left-radius: 0;
		    border-top-right-radius: 0;
		}
		.account-wall
		{
		    margin-top: 20px;
		    padding: 30px 20px;
		    background-color: #eeeeee;
		    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
		    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
		    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
			border: 3px solid #cfcfcf;
			color: #333;
		}
		.login-title
		{
		    color: #555;
		    font-size: 18px;
		    font-weight: 400;
		    display: block;
		}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
}
.main-div {
	padding: 40px;
  background: #f9f9f9 none repeat scroll 0 0;
  border-radius: 2px;
			    -moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
		    -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
		    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
	margin: 25px 0;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #0072ba none repeat scroll 0 0;
  border-color: #0072ba;
  color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #333;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #0072ba none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
 .abgesagt {
    background-color: #ff0000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
#favorit {
    position: absolute;
    right: 5px;
    top: 5px;
}
/* MOBILE STYLES
 *=================================== */
@media (max-width: 767px) {
		.navbar-collapse {
	padding: 0 60px 0 0;
		background-image: url("/img/bg-stripe-mobil.png");
  background-attachment: fixed;
	}
	 .no-padding {
		 padding: 0;
		 }
	.legende {
		visibility: hidden;
		display: none;
		}
	.container-fluid {
	margin-top: 0;
	}
	{
