* {
	margin: 0px;
	padding: 0px;
}
body {
	
	margin:0px;
	padding: 0px;
	width: 100%;
	height: 100%; 
	color:#525252;
	line-height:20px;
	font-size:13px;
	font-family: Arial;
	background:#f4f4f5;
	background-image:url('../images/white.gif');
	background-repeat:repeat-x;
	text-align:left;
}
	.maintext1
	{
		width:100%;
		min-height:300px;
		margin-left:0px;
		margin-top:10px;	
		text-align:left;
	}
      #locationField, #controls {
        position: relative;
        width: 480px;
      }
      #autocomplete {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 99%;
      }
      .label {
        text-align: right;
        font-weight: bold;
        width: 100px;
        color: #303030;
        font-family: "Roboto";
      }
      #address {
        border: 1px solid #000090;
        background-color: #f0f9ff;
        width: 480px;
        padding-right: 2px;
      }
      #address td {
        font-size: 10pt;
      }
      .field {
        width: 99%;
      }
      .slimField {
        width: 80px;
      }
      .wideField {
        width: 200px;
      }
      #locationField {
        height: 20px;
        margin-bottom: 2px;
      }
	.form-Main {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
.MT10
{
	margin-top: 10px;
}
.W50
{
	width: 50px;
}
.W60
{
	width: 60px;
}
.W80
{
	width: 80px;
}
.W100
{
	width:100px;
}
.W150
{
	width:150px;
}
.W200
{
	width:200px;
}
.W300
{
	width:300px;
}
.W400
{
	width:400px;
}
.H20
{
	height:20px;
}
.H25
{
	height:25px;
}
.H30
{
	height:30px;
}
.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 90%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
	.badge {
	  transition: none;
	}
  }
  
  a.badge:hover, a.badge:focus {
	text-decoration: none;
  }
  
  .badge:empty {
	display: none;
  }
  
  .btn .badge {
	position: relative;
	top: -1px;
  }
  
  .badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
  }
  
  .badge-primary {
	color: #fff;
	background-color: #007bff;
  }
  
  a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #0062cc;
  }
  
  a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .badge-secondary {
	color: #fff;
	background-color: #6c757d;
  }
  
  a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62;
  }
  
  a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .badge-success {
	color: #fff;
	background-color: #28a745;
  }
  
  a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34;
  }
  
  a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  
  .badge-info {
	color: #fff;
	background-color: #17a2b8;
  }
  
  a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #117a8b;
  }
  
  a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  
  .badge-warning {
	color: #212529;
	background-color: #ffc107;
  }
  
  a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00;
  }
  
  a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  
  .badge-danger {
	color: #fff;
	background-color: #dc3545;
  }
  
  a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130;
  }
  
  a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  
  .badge-light {
	color: #212529;
	background-color: #f8f9fa;
  }
  
  a.badge-light:hover, a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5;
  }
  
  a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  
  .badge-dark {
	color: #fff;
	background-color: #343a40;
  }
  
  a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124;
  }
  
  a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .bg-primary {
	background-color: #007bff !important;
  }
  
  a.bg-primary:hover, a.bg-primary:focus,
  button.bg-primary:hover,
  button.bg-primary:focus {
	background-color: #0062cc !important;
  }
  
  .bg-secondary {
	background-color: #6c757d !important;
	color:#f1f1f1;
  }
  
  a.bg-secondary:hover, a.bg-secondary:focus,
  button.bg-secondary:hover,
  button.bg-secondary:focus {
	background-color: #545b62 !important;
  }
  
  .bg-success {
	background-color: #28a745 !important;
  }
  
  a.bg-success:hover, a.bg-success:focus,
  button.bg-success:hover,
  button.bg-success:focus {
	background-color: #1e7e34 !important;
  }
  
  .bg-info {
	background-color: #17a2b8 !important;
	color:#f1f1f1;
  }
  
  a.bg-info:hover, a.bg-info:focus,
  button.bg-info:hover,
  button.bg-info:focus {
	background-color: #117a8b !important;

  }
  
  .bg-warning {
	background-color: #ffc107 !important;
  }
  
  a.bg-warning:hover, a.bg-warning:focus,
  button.bg-warning:hover,
  button.bg-warning:focus {
	background-color: #d39e00 !important;
  }
  
  .bg-danger {
	background-color: #dc3545 !important;
	color:#f1f1f1;
  }
  
  a.bg-danger:hover, a.bg-danger:focus,
  button.bg-danger:hover,
  button.bg-danger:focus {
	background-color: #bd2130 !important;
  }
  
  .bg-light {
	background-color: #f8f9fa !important;
  }
  
  a.bg-light:hover, a.bg-light:focus,
  button.bg-light:hover,
  button.bg-light:focus {
	background-color: #dae0e5 !important;
  }
  
  .bg-dark {
	background-color: #343a40 !important;
  }
  
  a.bg-dark:hover, a.bg-dark:focus,
  button.bg-dark:hover,
  button.bg-dark:focus {
	background-color: #1d2124 !important;
  }
  
  .bg-white {
	background-color: #fff !important;
  }
  
  .bg-transparent {
	background-color: transparent !important;
  }
.ersteschritte
{
	width:970px;
	margin-top:25px;
	margin-left:80px;
	border:0px dashed #b83911;
	padding:10px;
	background:#ffffff;
	text-align:left;
	border-radius: 4px 4px 4px 4px;
}
.back-to-top
{
	color:#666666;
	text-align:right;
	position: fixed;
	bottom:20px;
	right:20px;
	padding:1em;
	font-size:45px;
	float:right;
}
#insbox
{
	z-index:2000;
	width:1120px;
	border:0px solid #219b36;
	background:#ffffff;
	padding:7px;
	
	height:120px;
}
nav
{
	position:fixed;
	transition: transform .25s .1s ease-in-out;	
}
.OpenDash
{
	width:400px;
	cursor:pointer;
	height:33px;
	z-index:300;
	text-align:center;
	font-size:14pt;
	margin-top:50px;
	margin-left:0px;
	z-index:1001;
	color:#e63434;
	padding-top:12px;
	background-image: linear-gradient(to top, #d9d9d9 9%, #eaeaea 95%);
	border-bottom: 0px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
}
.OpenDash:hover
{
	background:#f1f1f1;
}
.HelpText
{
	display:none;
	width:300px;
	padding:10px;
	border:1px solid #cda402;
	background:#fceba7;
	position:absolute;
	float:left;
	margin-top:-20px;
	margin-left:270px;
	z-index:6000;
}
.kreis_step {
  width: 40px;
  height: 29px;
  border-radius:40px;
  background:#219b36;
  color:#ffffff;
  font-size:20pt;
  text-align:center;
  padding-top:11px;
  padding-left:0px;
  float:left;
  margin-left:10px;
  margin-top:-2px;
  cursor:pointer;
}
.kreis_step:hover
{
	background:#666666;
}
.insbox
{
	z-index:2000;
	width:1115px;
	border:0px solid #219b36;
	background:#ffffff;
	padding:7px;
	
	height:120px;
}
.insbox_Line
{
	z-index:2000;
	width:1125px;
	border:1px solid #219b36;
	background:#ffffff;
	padding:7px;
	height:320px;
	display:none;
	clear:both;
}
.down nav {
   transform: translate3d(0, -200px, 0); // um 100px nach oben verschieben
}
.sendinfo
{
	width:1110px;
	background:#f1f1f1;
	padding:5px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
}
.hinweis_box
{
	position:absolute;
	margin-left:500px;
	font-color:#666666;
	font-size:14px;
}
.button_default
{
	background:#cccccc;
	color:#666666;
	padding:3px;
	width:100px;
	border:0px;
}
.button_default:hover
{
	background:#666666;
	color:#ffffff;
}
.modal-open {
	overflow: hidden;
  }
  
  .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
  }
  
  .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
  }
  
  .modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
  }
  
  @media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
	  transition: none;
	}
  }
  
  .modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
  }
  
  .modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  .modal-dialog-scrollable .modal-body {
	overflow-y: auto;
  }
  
  .modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
  }
  
  .modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
  }
  
  .modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
  }
  
  .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
  }
  
  .modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
  }
  
  .modal-backdrop.fade {
	opacity: 0;
  }
  
  .modal-backdrop.show {
	opacity: 0.5;
  }
  
  .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
	margin-bottom: 0;
	line-height: 1.5;
  }
  
  .modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
  }
  
  .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
  }
  
  .modal-footer > * {
	margin: 0.25rem;
  }
  
  .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
  }
.p_del_butt
{
 width:75px;
 float:right;
 font-size:11px;
 margin-left:2px;
 margin-top:-2px;
 text-align:center;
 padding:3px;
 background:#f8b5ad;
 cursor:pointer;
}
.p_del_butt:hover
{
 text-align:center;
 padding:3px;
 background:#d6dde3;
}
.p_bem_butt
{
 width:75px;
 float:right;
 font-size:11px;
 margin-left:2px;
 margin-top:-2px;
 text-align:center;
 padding:3px;
 background:#c6c6c6;
 cursor:pointer;
}
.p_bem_butt:hover
{
 text-align:center;
 padding:3px;
 background:#d6dde3;
}
.p_del_butt2
{
 width:50px;
 float:right;
 font-size:11px;
 margin-left:2px;
 margin-top:-2px;
 text-align:center;
 padding:2px;
 background:#f8b5ad;
 cursor:pointer;
 height:18px;
}
.p_del_butt2:hover
{
 text-align:center;
 padding:2px;
 background:#d6dde3;
}
.p_bem_butt2
{
 width:50px;
 float:right;
 font-size:11px;
 margin-left:2px;
 margin-top:-2px;
 text-align:center;
 padding:2px;
 background:#dbe2c5;
 cursor:pointer;
 height:18px;
}
.p_bem_butt2:hover
{
 text-align:center;
 padding:2px;
 background:#d6dde3;
}
#SachHead
	{
		cursor:pointer;
		background:#e5e4e4;
		color:#666666;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:28px;
		width:1122px;
		font-weight:bold;
		font-size:18px;
		padding-left:18px;
		padding-top:7px;
		border-radius: 3px 0px 0px 0px;
	}
#SachHead:hover
{
	background:#e63434;
	color:#ffffff;
}
#SachHead_Mand
	{
		cursor:pointer;
		background:#e5e4e4;
		color:#666666;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:28px;
		width:990px;
		font-weight:bold;
		font-size:18px;
		padding-left:18px;
		padding-top:7px;
		float:left;
		border-radius: 3px 0px 0px 0px;
	}
#SachHead_Mand:hover
{
	background:#e63434;
	color:#ffffff;
}
#SachHeadM
	{
		cursor:pointer;
		background:#e5e4e4;
		color:#666666;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:28px;
		width:1070px;
		font-weight:bold;
		font-size:18px;
		padding-left:18px;
		padding-top:7px;
		border-radius: 3px 0px 0px 0px;
		float:left;
		
	}
#SachHeadM:hover
{
	background:#e63434;
	color:#ffffff;
}
#SachHeadM_dea
	{
		cursor:pointer;
		background:#e5e4e4;
		color:#cccccc;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:28px;
		width:1070px;
		font-weight:bold;
		font-size:18px;
		padding-left:18px;
		padding-top:7px;
		border-radius: 3px 0px 0px 0px;
		float:left;
		
	}
#SachHeadM_dea:hover
{
	background:#666666;
	color:#ffffff;
}
.news_list
{
	color:#666666;
	padding:0px;
	float:left;
	padding-top:2px;
}
.news_list_1
{
	cursor:pointer;
	background:#ffffff;
	width:1200px;
	margin-bottom:1px;
	margin-top:1px;
	border-bottom:1px solid #f1f1f1;
}
.news_list_1:hover
{
	background:#faffc5;
}
.news_list_1_down
{
	cursor:pointer;
	background:#ffffff;
	width:1200px;
	margin-bottom:1px;
	margin-top:1px;
	border:0px solid #666666;
	height:22px;
}
.news_list_1_down:hover
{
	background:#faffc5;
}
.news_list_2_down
{
	cursor:pointer;
	background:#f0f0f0;
	width:920px;
	margin-bottom:1px;
	border:0px solid #666666;
}
.news_list_2
{
	cursor:pointer;
	background:#f0f0f0;
	width:920px;
	margin-bottom:1px;
	border:0px solid #666666;
	height:26px;
}
.news_list_2:hover
{
	background:#faffc5;
}
.news_list_3
{
	cursor:pointer;
	background:#ffffff;
	width:920px;
	margin-bottom:1px;
	border-bottom:1px dotted #cccccc;
	height:26px;
}
.news_list_3:hover
{
	background:#faffc5;
}
.formfeld_a
{
	width:150px;
	height:20px;
	border:0px;
	padding:3px;
	background:#ffffff;
	border:2px solid #ffffff;
}
.formfeld_a:hover
{
	border:0px;
	padding:3px;
	border:2px solid #FFBF00;
}
 #map {
        height: 300px;
		width:250px;
      }
a{ color: #e63434; text-decoration: none;} 
a:hover{ color: #003f63; text-decoration: none;}
a:active{ color: #9caa47;}
h1 {font-size: 16pt; font-weight: bold;color:#666666;margin-bottom:15px;}   
h2 {font-size: 14pt; font-weight: bold;color:#666666;margin-bottom:15px;text-align:left;}   
h3 {font-size:16pt;color:#e63434;margin-bottom:20px;}
h5, .h5 {
	font-size: 1.25rem;
  }
#rahmen
{
    
	min-height: 100%;
    position: relative;
    overflow: auto;
    z-index: 0; 
    text-align:left;
    padding-bottom:60px;
}
#header {
	margin-left:40px;
	height: 130px;
	width:1200px;
	position: relative;
	overflow: hidden;
	z-index:0; 
	text-align:left;
	color:#666666;
	padding-top:25px;
}
#bild_cont
{
	 width:100%;
	 height:300px;
	 text-align:center;
}
#bild
{  
  width:100%;
  height:350px;
  z-index:1;
  text-align:center;
  font-size:18pt;
  margin-top:-80px;
  z-index:1001;
}
.bild_inner9
{
  width:100%;
  height:330px;
  text-align:center;
  font-size:18pt;
  margin-top:-80px;
  z-index:1001;
  background:#3c464f;
}
.bild_cont_text
{
	z-index:1004;
	text-align:center;
	background:url(../images/banner.png) no-repeat;
	background-size:100% auto;
	color:#000000;
	width:1200px;
	height:330px;
	margin:0 auto;
}
#nav
{
 float:left;
 width:800px;
 color:#666666;
 text-align:left;
 text-transform:uppercase;
 font-size:14px;
 position:relative;
 z-index:1000;
 display:block;
}
#suchfeld
{
	margin-left:40px;
	width:1200px;
	text-align:left;
	z-index:3000;
	position:relative;
}
.nav_item
{
	width:100px;
	height:35px;
	padding:5px;
	margin-left:0px;
	float:left;
	text-align:left;
}
.navlink
{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.navlink:hover
{
	color:#0aabac;
	text-decoration:none;
	font-weight:bold;
}
#logo
{
 float:right;
 width:400px;
 text-align:right;
 margin-top:-20px;
}
#content
{
	margin-left:40px;
	width:90%;
	position: relative;
	z-index: 0; 
	text-align:left;
	color:#000000;
	padding-top:0px;
	background:#f4f4f5;
}
#approach
{
	width:1100px;
}
#text_li
{
 float:left;
 width:350px;
 text-align:left;
 padding:7px;
 padding-top:15px;
 padding-right:25px;
}
#text_ce
{
 float:left;
 width:480px;
 text-align:left;
 padding:15px;
 padding-right:25px;
}
#text_re
{
 float:left;
 width:220px;
 text-align:left;
 padding-top:15px;
 padding:7px;
}
#footer 
{
		width: 100%;
		height:50px;
		background:#ffffff;
		bottom:0px;
		position:fixed;
		margin-bottom:0px;
		color:#e63434;
		font-size:10pt;
		padding-bottom:10px;
	}
	#footer2
	{
		left:2%;
		margin-left:-80px;
		width:100%;
		text-align:center;
		position:relative;
		padding-top:10px;
	}
.btn
{
	margin-left:10px;
	color:#e63434;
	font-size:12px;
}
.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}

  
.formfeld
{
	background:#f1f1f1;
	width:350px;
	height:26px;
	border:0px;
	padding:3px;
	border:2px solid #ffffff;
}
.formfeld:hover
{
	width:350px;
	border:0px;
	padding:3px;
	border:2px solid #FFBF00;
}
.formfeld_k
{
	width:350px;
	height:18px;
	border:0px;
	padding:3px;
	border:2px solid #ffffff;
}
.formfeld_k:hover
{
	border:2px solid #FFBF00;
}
.black_overlay
 {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:3001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
 }
#upload4 { 
position:absolute; top:320px; left:200px;right:395px; 
z-index:3010;
height:121px; 
width:400px;
padding:10px 5px 15px 23px; 
font-weight:bold; 
color:#ffffff;
font-size:14pt;
}  
.buchen_button
{
 background:#219b36;
 color:#ffffff;
 width:170px;
 height:25px;
 padding:5px;
 text-align:center;
 cursor:pointer;
}
.buchen_button a
{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
.buchen_button:hover
{
	background:#cccccc;
}
.formfeld2
{
  border:0px;
  height:15px;
  font-size:11px;
  border:1px solid #ed7505;
}
.box_error
{
 background:#cb0e0a;
 border:0px solid #ea6f02;
 color:#ffffff;
 padding:5px;
 width:1200px;
 margin-bottom:7px;
 margin-top:7px;
 border-radius: 2px 2px 2px 2px;
 background-image: linear-gradient(to top, #c63531 9%, #d8514d 95%)
}
.box_error3
{
 position:absolute;
 margin-left:120px;
 padding-top:10px;
 padding-right:10px;
 padding-left:10px;
 width:330px;
 height:130px;
 border:0px solid #ea6f02;
 background:#f9d405;
 z-index:1005;
 font-size:16px;
}
.box_green
{
	height:35px;
	background:#c7dc3c;
	color:#6e9726;
	text-align:center;
	margin-top:15px;
	padding-top:7px;
	font-size:16px;
	border-radius: 4px 4px 4px 4px;
	margin-bottom:10px;
}
#upload3 { 
position:absolute;
top:320px; left:860px;right:395px; 
z-index:1100;
height:100px; 
width:100px;
padding:10px 5px 15px 23px; 
font-weight:bold; 
color:#ffffff;
font-size:14pt;
}  
.formfeld_l
{
	height:35px;
	width:210px;
	font-size:12pt;
	color:#666666;
  border:2px solid #cccccc;
}
.formfeld2_l
{
	height:35px;
	width:210px;
	font-size:12pt;
	color:#666666;
  border:2px solid #fbe20e;
}
.formfeld_2
{
	height:25px;
	width:210px;
	font-size:12pt;
	color:#666666;
  border:2px solid #cccccc;
}
.formfeld2_2
{
	height:25px;
	width:210px;
	font-size:12pt;
	color:#666666;
  border:2px solid #fbe20e;
}
#upload2 { 
position:absolute; top:320px; left:200px;right:395px; 
z-index:1100;
height:121px; 
width:400px;
padding:10px 5px 15px 23px; 
font-weight:bold; 
color:#ffffff;
font-size:14pt;
background:url(images/upload_back2.png) no-repeat;
background-position:10px; 
}  
#kennung 
{
 bottom:0px;
 width: 200px;
 position:absolute;
 text-align:left;
 margin-top:40px;
 margin-left:18px;
 font-size:8pt;
 color:#666666;
 font-family:Arial;
}
.line_in
{
  width:100%;
  height:30px;
  z-index:300;
  text-align:center;
  font-size:12pt;
  margin-top:-80px;
  z-index:1001;
  background:#cfea6e;
}
.line_in2
{
	  background:#fac170;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
}
.line_in3
{
	  background:#b8d301;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#ffffff;
}
.line_in4
{
	  background:#e5d805;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#ffffff;
}
.line_in5
{
	  background:#219b36;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#e63434;
	  background-image: linear-gradient(to top, #e9e9e9 9%, #f5f5f5 95%);
	  border-bottom: 1px solid #cccccc;
}
.line_in6
{
	  background:#c7dc3c;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#ffffff;
}
.line_in_start
{
	  background:#00b4d6;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#ffffff;
}
.line_in_auftraege
{
	  background:#c6d333;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#ffffff;
}
#page_header {
	margin:0px;
	height: 30px;
	width:90%;
	position: relative;
	overflow: hidden;
	z-index: 0; 
	text-align:left;
	color:#666666;
	padding-top:25px;
}
.page_h1
{
	float:left;
	width:520px;
	text-align:left;
}
.page_header_re
{
	width:660px;
	float:left;
	text-align:right;
}
.page_h1_erfassung
{
	float:left;
	width:950px;
	text-align:left;
}
.page_header_re_erfassung
{
	width:250px;
	float:left;
	text-align:right;
}
#page_main
 {
	margin-top:10px;
	margin-left:5px;
	width:90%;
	z-index: 0; 
	text-align:left;
	color:#666666;
	overflow:visible;
}
.main_inline
{
	background:#fafafa;
	padding:5px;
}
.main_inline_erfassung
{
	text-align:left;
	width:90%;
	background:#f4f4f5;
	padding:5px;
}
.line
{
	width:1200px;
	background:#f1f1f1;
	height:25px;
	margin-top:3px;
}
.line:hover
{
	background:#e0fd88;
	cursor:pointer;
}
.zeile_bearb
{
	background:#f8faa3;
	height:25px;
	margin-top:3px;
}
.zeile_bearb:hover
{
	background:#c9f2ff;
}
.main_inline_doks
{
	background:#f8f7f7;
	width:1200px;
	cursor:pointer;
}
.main_inline_doks:hover
{
	background:#c9f2ff;
}
/* Daten f�r DRAG DROP FENSTER */
#dragandrophandler
{
border:2px dotted #0B85A1;
width:580px;
color:#92AAB0;
text-align:center;vertical-align:middle;
padding:10px 10px 10 10px;
margin-bottom:10px;
font-size:150%;
height:40px;
}
#dragandrophandler2
{
border:2px dotted #0B85A1;
width:580px;
color:#92AAB0;
text-align:center;vertical-align:middle;
padding:10px 10px 10 10px;
margin-bottom:10px;
font-size:150%;
height:30px;
}
.progressBar {
    width: 160px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 0px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}
 
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #f2d032; border-radius: 0px; 
}
.statusbar
{
    border-top:0px solid #d1c8a9;
    min-height:25px;
    width:580px;
    padding:10px 10px 0px 10px;
    vertical-align:top;
}
.statusbar:nth-child(odd){
    background:#f1f1f1;
}
.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
.filename
{
display:inline-block;
vertical-align:top;
width:290px;
}
.filesize
{
display:inline-block;
vertical-align:top;
color:#30693D;
width:100px;
margin-left:10px;
margin-right:5px;
}
.abort{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#fff;
    font-family:arial;font-size:13px;font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top
    }
/* Daten f�r DRAG DROP FENSTER ENDE */
.mitar_buch
{
	float:left;
	margin-left:2px;
	width:22px;
	height:22px;
	background:#cccccc;
	padding:3px;
	color:#666666;
	padding-left:5px;
}
.mitar_buch:hover
{
	float:left;
	margin-left:2px;
	width:22px;
	height:22px;
	background:#00aaff;
	padding:3px;
	color:#ffffff;
	padding-left:5px;
}
.verwaltung_button
{
	width:400px;
	height:25px;
	background:#dbe2c5;
	font-size:12pt;
	padding:7px;
	cursor:pointer;
	margin-left:400px;
	text-align:center;
	padding-top:8px;
}
.verwaltung_button:hover
{
	background:#f1f1f1;
}
.zeile_prio
{
	background-image: linear-gradient(
	   -45deg, 
	   rgb(253,227,173) 25%, rgb(252,237,207) 25%, 
	   rgb(252,237,207) 50%, rgb(253,227,173) 50%, 
	   rgb(253,227,173) 75%, rgb(252,237,207) 75%, 
	   rgb(252,237,207));
	background-size: 25px 25px;
	color:#666666;
	width:1200px;
	cursor:pointer;
}
.zeile_prio:hover
{
	background:#c9f2ff;
}

.button
{
	background:#e63434;
	color:#ffffff;
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	width:170px;
	border-radius: 2px 2px 2px 2px;
}
.button:hover
{
	background:#666666;
}
.button_erfassung
{
	background:#e63434;
	color:#ffffff;
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	border-radius: 2px 2px 2px 2px;
	
	width:350px;
	padding-top:15px;
	height:30px;
	font-size:16px;
	vertical-align: middle;
}
.button_erfassung:hover
{
	background:#666666;
}
.button_fertig
{
	background:#666666;
	color:#ffffff;
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	width:100px;height:18px;float:left;margin-top:5px;margin-left:10px;
	border-radius: 2px 2px 2px 2px;
}
.button:hover
{
	background:#666666;
}
.SachToggle
{
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	float:left;
	width:40px;
	border-radius: 0px 00px 0px 0px;
	margin-top:3px;
	height:21px;
	background:#219b36;
	color:#cccccc;
}
.SachToggle:hover
{
	background:#666666;
	color:#ffffff;
}
.button_NL
{
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	float:left;
	width:115px;
	border-radius: 3px 3px 3px 3px;
	margin:5px;
	height:21px;
	background:#c3d309;
	color:#666666;
}
.button_NL:hover
{
	background:#666666;
	color:#ffffff;
}
.button2
{
	background:#f1f1f1;
	color:#666666;
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
}
.button2:hover
{
	background:#cccccc;
}
.button3
{
	height:24px;
	margin-left:5px;
	color:#ffffff;
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	float:left;
	border-radius: 2px 2px 2px 2px;
	background-image: linear-gradient(to top, #c63531 9%, #d8514d 95%)
}
.button3:hover
{
	background:#cccccc;
}
.buchen_button3
{
 background:#747474;
 color:#ffffff;
 width:150px;
 height:40px;
 padding:5px;
 text-align:center;
 border:0px;
 margin-top:10px;
}
.buchen_button3:hover
{
	background:#cccccc;
}
.print_options
{
	margin-left:7px;
	padding:7px;
	cursor:pointer;
	float:left;
}
.print_options:hover
{
	background:#f1f1f1;
}
.plus
{
	background:#cccccc;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	padding:4px;
	width:25px;
	height:22px;
	cursor:pointer;
}
.plus:hover
{
	background:#f1f1f1;
}
.inline_head
{
 float:left;
 width:380px;
 text-align:left;
 padding:3px;
 cursor:pointer;
}
.inline_head:hover
{
 background:#d6e2e8;
}
.box_del
{
	background:#bf2b23;
	color:#ffffff;
	padding:5px;
	width:320px;
	display:none;
	position:absolute;
	text-align:center;
}
.fabutt
{
	width:20px;
	height:20px;
	color:#f1f1f1;
	background:#BDBDBD;
	float:left;
	margin-left:5px;
	text-align:center;
	padding-top:2px;
}
.fabutt:hover
{
	background:#666666;
}
.dashbox
{
	background:#e63434;
	padding:5px;
	text-align:center;
	color:#ffffff;
	float:left;
	width:230px;
	font-size:14pt;
	cursor:pointer;
	height:63px;
	padding-top:9px;
	margin-top:20px;
	border-radius: 4px 4px 4px 4px;
}
.dashbox2:hover
{
	background:#666666;
}
.dashbox2
{
	background:#f0c708;
	padding:5px;
	text-align:center;
	color:#ffffff;
	float:left;
	width:230px;
	font-size:14pt;
	cursor:pointer;
	height:63px;
	padding-top:9px;
	margin-top:20px;
}
.dashbox:hover
{
	background:#666666;
}
.spacebox2
{
	clear:both;
	height:15px;
	background:#f1f1f1;
}
.spacebox3
{
	float:left;
	width:20px;
}
.spacebox4
{
	clear:both;
	height:20px;
	background:#f1f1f1;
}
.transparent4
{
	background:#ffffff;
	padding:4px;
}
.list_tr
{
  background:#ffffff;
}
.list_tr:hover
{
	background:#e6ee6c;
}
.list_tr_head
{
  background:#005baa;
  color:#ffffff;
  height:25px;
}
.projekt_ueb_kachel
{
	width:1670px;
	padding:7px;
	text-align:left;
	background:#c7caba;
	color:#666666;
	font-size:14pt;
	cursor:pointer;
	height:23px;
	padding-top:12px;
	float:left;
}
.projekt_ueb_kachel:hover
{
	background:#cccccc;
}
.projekt_ueb_kachel_auf
{
	width:1670px;
	padding:7px;
	text-align:left;
	background:#a0ab7e;
	color:#666666;
	font-size:14pt;
	cursor:pointer;
	height:23px;
	padding-top:12px;
	float:left;
}
.projekt_ueb_kachel_auf:hover
{
	background:#cccccc;
}
.content_text
 {
    margin:0px;
    width:90%;
    position: relative;
    z-index: 0; 
    text-align:left;
    padding-top:0px;
    overflow:hidden;
}
.infobox
{
    float:left; 
    text-align: left; 
    margin-top: 15px; 
    width: 260px;
	height:255px;
	line-height:21px;
}
.infobox_w
{
    float:left; 
    text-align: left; 
    margin-top: 2px; 
    background: #e5c305; 
    width: 1100px;
	line-height:21px;
	padding:9px;
	background-image: linear-gradient(to top, #f8efc2 9%, #fcf8e1 90%);
	border-radius: 3px 3px 3px 3px;
}
.infobox_b
{
    float:left; 
    text-align: left; 
    margin-top: 5px; 
    background: #ffffff; 
    width: 290px;
	height:38px;
	line-height:16px;
	padding:5px;
	margin-left:15px;
}
.infobox_d
{
    text-align: left; 
	font-size:18px; 
    background: #ffffff; 
    width: 620px;
	height:20px;
	line-height:18px;
	padding:5px;
	margin-left:0px;
}
.dragdrop
{
	width:450px;
	height:80px;
	background:#f3d900;
	padding:7px;
	display:none;
	margin-left:-500px;
}
.infobox_center
{
    display:none;
	text-align: left; 
	margin:0px auto;
	width:650px;
	padding:10px;
	background:#fae574;
	position:fixed;
	z-index:4000;
	height:160px;
	overflow:none;
	border-radius: 5px 5px 5px 5px;
}
.button_list
{
	width:20px;
	height:19px;
	background:#e63434;
	color:#ffffff;
	margin-top:0px;
	text-align:center;
	padding-top:3px;
	float:left;
	margin-left:5px;
	border-radius: 2px 2px 2px 2px;
}
.button_list:hover
{
	background:#666666;	
}
.button_list_space
{
	width:26px;
	height:19px;
	margin-top:0px;
	text-align:center;
	padding-top:3px;
	float:left;
	margin-left:5px;
}
.button_list2
{
	width:20px;
	height:23px;
	background:#f1f1f1;
	color:#666666;
	margin-top:0px;
	text-align:center;
	padding:3px;
	float:left;
	margin-left:5px;
}
.button_list2:hover
{
	background:#666666;	
	color:#ffffff;
}
.mandauswahl
{
	width:360px;
	padding:5px;
	background:#ffffff;
	font-size:12px;
	cursor:pointer;
	margin-top:3px;
	margin-left:3px;
	height:25px;
}
.mandauswahl:hover
{
	background:#a3ca08;
}
.mandauswahl2
{
	width:150px;
	padding:3px;
	background:#ffffff;
	font-size:12px;
	cursor:pointer;
	margin-top:2px;
	margin-left:3px;
	height:20px;
	float:left;
}
.mandauswahl2:hover
{
	background:#a3ca08;
}
.button_list3
{
	width:20px;
	height:17px;
	border:1px solid #e63434;
	background:#ffffff;
	color:#e63434;
	margin-top:0px;
	text-align:center;
	padding-bottom:1px;
	float:left;
	margin-left:5px;
	border-radius: 2px 2px 2px 2px;
}
.button_list3:hover
{
	background:#f1f1f1;	
}
.button_list3 a
{
	color:#e63434;
}
.kreis_antrag {
  width: 50px;
  height: 39px;
  border-radius:40px;
  background:#00b4d6;
  color:#ffffff;
  font-size:20pt;
  text-align:center;
  padding-top:10px;
  padding-left:1px;
  float:left;
  margin-left:10px;
  margin-top:5px;
  cursor:pointer;
}
.kreis_antrag:hover
{
	background:#666666;
}
.kreis_antrag_dea {
  width: 50px;
  height: 39px;
  border-radius:40px;
  background:#666666;
  color:#ffffff;
  font-size:20pt;
  text-align:center;
  padding-top:10px;
  padding-left:1px;
  float:left;
  margin-left:10px;
  margin-top:5px;
  cursor:pointer;
}
.kreis_antrag_dea:hover
{
	background:#00b4d6;
}
.vpinput
{
	border:0px;
	height:30px;
	width:400px;
	background:#f1f1f1;
}
.vpinput_erfassung
{
	width:410px;
	background:#ffffff;
	border:0px;
	height:30px;
}
.logtab_l
{
	padding:1px;
	width:200px;
	float:left;
}
.logtab_r
{
	padding:1px;
	width:200px;
	float:left;
}
#simple-menu
{
	display:none;
}
#nav2
{
	display:none;
}
.news_akt_list
{
	float:left;
	width:820px;
	font-size:12px;
	color:#717070;
	background:#f2f2f2;
	padding:15px;
	padding-left:25px;
	padding-top:0px;
	border-left:2px solid #c81517;
	cursor:pointer;
}
.news_akt_list_head
{
	float:left;
	width:150px;
	font-size:22px;
	color:#c1c1c1;
	margin-left:5px;
}
#logo_mobile
	{
		display:none;
	}
#geblist_r
	{
		width:500px;
	}
	.geblist1
	{
		width:320px;
		padding:3px;
		float:left;
		background:#f8f9f9;
		text-align:left;
		color:#666666;
	}
	.geblist2
	{
		width:90px;padding:3px;float:left;background:#f8f9f9;text-align:left;color:#666666;
	}
	.geblist3
	{
		width:70px;padding:3px;float:left;background:#f8f9f9;text-align:right;color:#666666;
	}
	.filter_line
	{
		height:35px;
		width:1200px;
		float:left;
	}
	.filt_300
	{
		width:300px;
		float:left;
	}
	.filt_250
	{
		width:250px;
		float:left;
	}
	.filt_200
	{
		width:200px;
		float:left;
	}
#auftrag_ueb_head
{
	display:block;
}
.erfassung
{
	width:100%;
	float:left;
}
.erfassung_inline
{
	width:100%;
}
.erfassung_inline_head
{
	display:block;
	width:100%;
}
.downliste_head
{
	height:22px;
	background:#cccccc;
	font-size:16px;
	padding:5px;
	cursor:pointer;
	
}
.downliste_head:hover
{
	color:#ffffff;
	height:22px;
	background:#2e95d0;
	font-size:16px;
	padding:5px;
	cursor:pointer;
	
}
@media all and (max-width:460px)
{
	
	#rahmen
	{
		width:100%;
		margin:0px auto;
		min-height: 100%;
		position: relative;
		z-index: 0; 
		text-align:left;
	}
	#header 
	{
		margin:0px auto;
		height: 60px;
		width:100%;
		position: relative;
		overflow: hidden;
		z-index:0; 
		text-align:right;
		color:#666666;
		padding-top:25px;
	}
	#simple-menu
	{
		display:block;
	}
	#logo_mobile
	{
		display:block;
		margin-left:0px;
		margin-top:0px;
	}
	#logo
	{
		display:none;
	}
	#nav2
		{
		 position:absolute;
		 float:none;
		 width:260px;
		 color:#666666;
		 text-align:left;
		 text-transform:uppercase;
		 font-size:13px;
		 margin-top:-40px;
		 margin-left:7px;
		 z-index:99999;
		 display:none;
		}
		.nav_item
		{
			width:260px;
			height:30px;
			padding:5px;
			margin-left:0px;
			float:left;
			text-align:center;
			background:#cccccc;
			border-bottom:1px solid #f1f1f1;
		}
		.nav_item:hover
		{
			width:260px;
			height:30px;
			padding:5px;
			margin-left:0px;
			float:left;
			text-align:center;
			background:#5cc5ff;
		}
	.bild_inner9
	{
	  width:100%;
	  height:100px;
	  text-align:center;
	  font-size:18pt;
	  margin-top:-80px;
	  z-index:1001;
	  background:#3c464f;
	}
	.bild_cont_text
	{
		z-index:1004;
		text-align:center;
		background:url(../images/banner.png) no-repeat;
		background-size:100% auto;
		color:#000000;
		width:100%;
		height:100px;
		margin:0 auto;
	}
	.logtab_l
	{
		text-align:left;
		padding:1px;
		width:100px;
		float:left;
	}
	.logtab_r
	{
		text-align:left;
		clear:both;
		padding:1px;
		width:100px;
		float:left;
	}
	.vpinput_erfassung
	{
		width:320px;
		background:#ffffff;
		border:0px;
		height:30px;
	}
	#content
	{
		margin:0px auto;
		width:100%;
		position: relative;
		z-index: 0; 
		text-align:right;
		color:#000000;
		padding-top:0px;
		background:#f4f4f5;
	}
	#text_li
	{
		display:none;
	}
	#text_ce
	{
	 float:left;
	 width:100%;
	 text-align:left;
	 padding:15px;
	 padding-right:25px;
	}
	#text_re
	{
		display:none;
	}
	#nav
	{
		display:none;
		width:350px;
	}
	.nav_item
	{
		width:290px;
		height:33px;
		padding-top:9px;
		margin-left:0px;
		text-align:left;
		background:#ffffff;
		font-size:18px;
	}
	.nav_item:hover
	{
		background:#cccccc;
		text-align:left;
		width:300px;
		font-size:16px;
	}
	#angemeldet
	{
		display:none;
	}
	#logown
	{
		display:none;
	}
	#page_header 
	{	
		margin-left:10px;
		width:100%;
		z-index: 0; 
		text-align:right;
		color:#666666;
		margin-top:0px;
		overflow:visible;
	}
	.page_h1
	{
		width:300px;
	}
	.page_header_re
	{
		clear:both;
		width:300px;
		text-align:left;
	}
	#page_main
	 {
		margin-left:10px;
		margin-top:10px;
		width:100%;
		z-index: 0; 
		text-align:left;
		color:#666666;
		overflow:visible;
		clear:both;
	}
	.news_akt_list
	{
		width:250px;
		font-size:12px;
		color:#717070;
		background:#f2f2f2;
		padding:15px;
		padding-left:25px;
		padding-top:0px;
		border-left:2px solid #c81517;
		cursor:pointer;
		text-align:left;
		line-height:18px;
	}
	.news_akt_list_head
	{
		float:left;
		width:150px;
		font-size:20px;
		color:#c1c1c1;
		margin-left:0px;
	}
	#geblist_r
	{
		width:250px;
		margin-top:5px;
		background:#f8f9f9;
	}
	.geblist1
	{
		width:236px;
		padding:3px;
		background:#f8f9f9;
		text-align:left;
		color:#666666;
		
	}
	.geblist2
	{
		width:80px;padding:3px;background:#f8f9f9;text-align:left;color:#666666;float:left;
	}
	.geblist3
	{
		width:150px;padding:3px;background:#f8f9f9;text-align:left;color:#666666;float:left;
	}
	.filter_line
	{
		width:300px;
		overflow:visible;
	}
	.filt_300
	{
		width:300px;
		clear:both;
		margin-top:3px;
		height:30px;
	}
	.filt_250
	{
		width:250px;
		clear:both;
		margin-top:3px;
		height:30px;
	}
	.filt_200
	{
		width:200px;
		clear:both;
		margin-top:3px;
		height:30px;
	}
	#auftrag_ueb_head
	{
		display:none;
	}
	.SachHead
	{
		cursor:pointer;
		background:#e63434;
		color:#ffffff;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:35px;
		font-weight:bold;
		border-radius: 10px 0px 0px 10px;
	}
	.SachHeadM
	{
		cursor:pointer;
		background:#e63434;
		color:#ffffff;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:35px;
		font-weight:bold;
		border-radius: 10px 0px 0px 0px;
	}
	.news_list_1
	{
		cursor:pointer;
		background:#ffffff;
		width:300px;
		margin-bottom:1px;
		margin-top:3px;
		border:1px solid #cccccc;
		overflow:visible;
		height:85px;
	}
	.news_list_1_down
	{
		display:none;
	}
	.news_list_2_down
	{
		display:none;
	}
	#news_list_buttons
	{
		display:none;
	}
	#news_list_treffpunkt
	{
		display:none;
	}
	#news_list_status
	{
		display:none;
	}
.erfassung
{
	width:100%;
	float:left;
}
.page_h1_erfassung
{
	float:left;
	width:100%;
	text-align:left;
}
.page_header_re_erfassung
{
	clear:both;
	width:100%;
	float:left;
	text-align:right;
}
.main_inline_erfassung
{
	text-align:left;
	width:100%;
	background:#fafafa;
	padding:5px;
}
.erfassung_inline
{
	width:100%;
}
.erfassung_inline_head
{
	display:none;
	width:1600px;
	background:#a9a9a9;
}
.downliste_head
{
	background:#cccccc;
	font-size:16px;
	text-align:center;
	padding:5px;
	cursor:pointer;
	margin-bottom:10px;
}
.downliste_head:hover
{
	background:#2e95d0;
	font-size:16px;
	padding:5px;
	cursor:pointer;
	
}
}