/* CSS eigene Klassen   */
/* 07.05.18 Koenig      */
.hilfe-container {
    position: relative;
    display: inline-block;
}

.hilfe-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.hilfe-text {
    visibility: hidden;
    width: 300px;
    background-color: #f9f9f9;
    color: #333;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    text-align: left;
    z-index: 1;
    bottom: 80%;  /* Positionierung über dem Button */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hilfe-container:hover .hilfe-text {
    visibility: visible;
    opacity: 1;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.meldungrot
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: red;
  display:none;
}

.information
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: #b4142b;
  display:none;
}


.meldunggruen
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: green;
  display:none;
}

.meldunggelb
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: grey;
  text-align: center;
  background-color: yellow;
  display:none;
}

.foxtrailgruen
{
  background-color: #39D52D;
  color: white;
}

.foxtrailblock
{
  background-color: #f4b342;
  color: white;
}

.firma
{
  color: #f5f5f5;;
  border: 0;
  background: #f5f5f5;
}

.display-none
{
  display:none !important;
}

.display-block
{
  display:block !important;
}

.w3c-input {
  min-height:34px;
}

.cpk-modal {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    margin-left:auto; 
    margin-right:auto;
}

.cpk-dropdown-content
{
  display:block;
  z-index:1;
  color:#000;
  background-color:#fff;
  position:absolute;
  margin-top:50px;
  width:100%;
  max-width:980px;
}

.w3-theme-d1 {
    background-color: hsl(201, 18%, 42%);
    color: hsl(0, 0%, 100%);
}

.w3-theme-l5 {
    background-color: hsl(200, 18%, 97%);
    color: hsl(0, 0%, 0%);
}

.w3-inputx {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    display: block;
    padding: 5px;
    width: 100%;
}

.w3-input::placeholder {
    color: #188cef;
}


.helpTool {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  width: 40%;
  padding: 10px;
  border: 2px solid #c0c0c0;
  text-align: left;
  z-index:10;
  margin-top: 20px;
}


.cpk-margin
{
	margin-top: 80 !important;	
}

.cpk-container
{
  max-width:1400px; 
  margin-top:80px; 
  min-height:600px;
  margin-left:auto;
  margin-right:auto;
}
.cpk-content
{
  margin:auto; 
  padding-bottom:0px; 
  padding-top:20px;
}


.cpkheight{
height:35;
}
.cpkfelder
{
  font-size:14px;
  height: 35px;
}

.cpk-padding-top-43
{
  padding-top:43px !important;
}

.ckp-background-blue {
    background-color: #2598e1;
    color: #fff;
    text-align: center;
}

.cpk-select {
    font-size: 19px !important;
}

.cpk-table {
    font-size: 14px !important;
}

.cpk-input {
   height:36px; 
   padding-top:8px;
   padding-bottom: 8px;   
}

.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:middle}



/*						Media						*/	

@media screen and (max-width:1300px)
{

.display-1300-off
{
  display:none !important;
}


}


@media screen and (min-width:1300px) 
{
  .display-1300-off
{
  display:block !important;
}
}

textarea { resize: none; }

.fa-delete-icon{
  font-family: FontAwesome;
  content:"\f2ed";
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 420px;
    background-color: #94958F;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

option{
  font-size:14px;
  padding-top:8px;
  padding-bottom: 8px;   
  font-weight: bold;
}

.cpkfuss {
   font-size:12px;

}

.cpk-top, .cpk-hover-top:hover {
    color: #fff !important;
    background-color: #4d636f !important;
}

.cpk-green, .cpk-hover-green:hover {
    color: #fff !important;
    background-color: #36d729 !important;
}

hr1 {
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: auto;
        margin-right: auto;
        border-style: inset;
        border-width: 1px;
    }

hr2 {
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: auto;
        margin-right: auto;
        border-style: dashed;
        border-width: 2px;
    }


.ausgewaehlt{
	background-color: #1abc9c;
}

#zeitauswahl, #uhrzeitblock{
	display: block;
}

