@charset "utf-8";
/* CSS Document */

.nav {
	width: 100%;	
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	margin-bottom: 70px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: rgba(125, 156, 124, 0.3);
	padding: 10px;

	
}
.inhalt {
	width: 100%;	
	position: absolute;
	top: 100px;
	left:20px;
	
	
	margin-left: 0px;
	margin-top: 0px;
	
	
}
.datum {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #f00;
}
.datum_storno {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCC;
}
.datum_alt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: # 999999;
}
.titel {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #069;
	
}
.titel_storno {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
	
}
.info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #000;
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
.wsw_rahmen {
	border-radius: 10px;
border-top: 1px #660000 dashed;
border-bottom: 1px #660000 dashed;
background-color: rgba(125, 156, 124, 0.3);
padding: 10px;
}

.tabelle {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 80%;
}

.tabelle td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.tabelle tr:nth-child(even){background-color: #f2f2f2;}

.tabelle tr:hover {background-color: #ddd;}

.tabelle th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #09C; 
  color: white;
}

.tabelle1 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 80%;
}

.tabelle1 td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}



.tabelle1 tr:hover {background-color: #ddd;}

.tabelle1 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #09C; 
  color: white;
}

#details {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 80%;
}

#details td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#details tr:nth-child(even){background-color: #f2f2f2;}

#details tr:hover {background-color: #ddd;}

#details th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
	
#stornobtn {

  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
#stornobtn:hover {

  border: none;
  outline: none;
  background-color: #900;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.a2 {

	font-family: Tahoma, Geneva, sans-serif;
  border: none;
  outline: none;
  background-color: #09F;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
}

.btn {
	font-family: Tahoma, Geneva, sans-serif;
  border: none;
  outline: none;
  background-color: #09F;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.btn:hover {

  border: none;
  outline: none;
  background-color: #06C;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.okbtn {

  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.readybtn {
  border: none;
  outline: none;
  background-color: orange;
  color: black;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.deletebtn {

  border: none;
  outline: none;
  background-color: #F9C;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.deletebtn:hover {

  border: none;
  outline: none;
  background-color: # 939;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.btn1 {

  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.btn1:hover {

  border: none;
  outline: none;
  background-color: #900;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.btn2 {

  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.btn2:hover {

  border: none;
  outline: none;
  background-color: #900;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}


.login {
	border-radius: 5px;
	 background-color: #6CC;
	  cursor: pointer;
  padding: 5px;
  border: none;
}
#neuerGuide {

	background-color: # FCC;

	border:dashed;

	border-color:#F00;

	display: none;

	width: 650px;

	margin-left: auto;

	margin-right: auto;

	padding: 20px;

	z-index: 20; 

	border-radius: 10px;

	overflow: auto;

	position: absolute;

}

#neueadresse {

	background-color: #fff;

	border:dashed;

	border-color:#F00;

	display: none;

	width: 650px;

	margin-left: auto;

	margin-right: auto;

	padding: 20px;

	z-index: 20; 

	border-radius: 10px;

	overflow: auto;

	position: absolute;

}

#neuerPartner {

	background-color: #DDD;

	border:dashed;

	border-color:#0F0;

	display: none;

	width: 650px;

	margin-left: auto;

	margin-right: auto;

	padding: 20px;

	z-index: 20; 

	border-radius: 10px;

	overflow: auto;

	position: absolute;

}

#mapid {

	width: 800px; 

	height: 350px;

	z-index:1;

}



.frmSearch {

  

   margin: 2px 0px;

   border-radius: 2px;

	z-index:99;

}



#country-list {

    float: left;

    list-style: none;

    margin-top: -3px;

    padding: 0;

    width: 250px;

    position: absolute;

	

}



#country-list li {

    padding: 10px;

    background: #f0f0f0;

    border-bottom: #bbb9b9 1px solid;

	font-family:Verdana, Geneva, sans-serif;

	font-size:10px;

}



#country-list li:hover {

    background: #ece3d2;

    cursor: pointer;

	font-family:Verdana, Geneva, sans-serif;

	font-size:10px;

	font-style: italic;

}



#search-box {

    padding: 1px;

    border: #a8d4b1 1px solid;

    border-radius: 2px;

}
.guide {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #069;
	padding: 5px;
	border: 0px;
	background-color: #eee;
	border-radius:6px;
}
.guide-selected {
  background-color: DodgerBlue;
}
.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.kalenderklein {
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 10px;
	
}
 .kalenderklein_rot {
	font-weight: normal;
	color: #FF0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 10px;
}
 .kalenderkleinFETT {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 10px;
}

.kalenderkleinTERMIN1 {
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #009;
	line-height: 9px;
}
.kalenderkleinTERMIN1:hover {
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #09C;
}

.kalenderTERMIN1 {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #009;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-radius:33%;
	text-decoration: none;
	border-radius:20%;
	
}
.kalenderTERMIN1:hover {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #F00;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-radius:33%;
	  text-decoration: none;
	  border-radius:20%;
	
}

.kalenderkleinTERMIN_alt {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #0CF;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-radius:33%;
	text-decoration: none;
	border-radius:20%;
	font-size: 9px;
	line-height: 10px;
	
}
.kalenderkleinTERMIN_alt:hover {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #900;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-radius:33%;
	text-decoration: none;
	border-radius:20%;
	font-size: 9px;
	line-height: 10px;
	
}
.kalenderkleinTERMIN_heut {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #900;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	 text-decoration: none;
	border-radius:20%;
	font-size: 9px;
	line-height: 10px;
	
}
.kalenderkleinTERMIN_heut:hover {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #f00;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	 text-decoration: none;
	border-radius:20%;
	font-size: 9px;
	line-height: 10px;
}
.kalenderTERMIN_heut {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #900;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	 text-decoration: none;
	border-radius:33%;
	
}
.kalenderTERMIN_heut:hover {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #f00;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	 text-decoration: none;
	border-radius:33%;
}
.switch-field {
	display: flex;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
