:root{
    --mayrColor:rgb(222, 54, 63);
}


body {
  margin: 0;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url('img/bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: cover;
  background-color: #000000; 
}

.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom: 10px;
    z-index: 2;
    width: 50%;
}


/* bottons --------------------------------------------------------------------*/

.buttonBIG {
    background-color: rgba(255, 255, 255, 0.55); 
    border: none;
    color: var(--mayrColor);
    padding: 8px 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family:'Arial';
    font-size: 22px;
    font-weight: 800;
    margin: 0px -2.1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    color: withe; 
    border: 2px solid var(--mayrColor);
    border-radius: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttonBIG:hover {
  background-color: var(--mayrColor);
  color: white;
}


.STDbotton{
    display: inline;
    float: left;
    font-family:'Arial';
    font-size: 12px;
    height: 29px;
    line-height: 10px;    
    background-color: white; 
    border: none;
    color: black;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family:'Arial';
    font-size: 18px;
    font-weight: 400;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    color: black; 
    border: 1px solid black;
    border-radius: 3px;
    margin:5px;
}

.STDbotton:hover {
  background-color: black;
  color: white;
}

/* Text --------------------------------------------------------------------*/

.text{
    font-family:'Arial';
    font-size: 18px;
    font-weight: 500;
    color: #3e3e3e;
}

.textXL{
    font-family:'Arial';
    font-size: 22px;
    font-weight: 500;
    color: #3e3e3e;
}

.trackerHead{
    font-family:'Arial';
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-align: left;
    margin-left: 5px;
    display: inline;
}

.trackertext{
    font-family:'Arial';
    font-size: 14px;
    color: #bfbfbf;
    text-align: left;
    margin-left: 5px;
    display: inline;
}

.trackertext1{
    font-family:'Arial';
    font-size: 14px;
    color: #4e4e4e;
    text-align: left;
    margin-left: 5px;
    display: inline;
}

.trackertext3{
    font-family:'Arial';
    font-size: 20px;
    color: #4e4e4e;
    text-align: left;
    margin-left: 5px;
    display: inline;
}



/* Eingabefelder --------------------------------------------------------------------*/
.Eingabe{
    font-family:'Arial';
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    border: 0.5px solid #a5a5a5;
    border-radius: 10px;
    width: 400px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.85); 
}

.EingabeForm{
    font-family:'Arial';
    border: 0.5px solid #a5a5a5;
    width: 300px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.85); 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    font-size: 14px;
}

textarea {
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    font-family:'Arial';
    display: inline-block;
    width: 300px;
}


/* Container --------------------------------------------------------------------*/
#printbox{
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width:60%; 
    left:20%;
    padding: 0px;
    position:absolute;
    top: 80px;
    z-index: -10;
    border: 2px solid #454545;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#box{
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width:98%; 
    left:1%;
    padding: 0px;
    position:absolute;
    top: 80px;
    z-index: -10;
    border: 2px solid #454545;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#boxheader{
    background-color: rgba(0, 0, 0, 0.43);
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width:98%; 
    left:1%;
    padding: 10px;
    position:absolute;
    top: 80px;
    z-index: -10;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#box1{
    position:absolute;
    width:38%; 
    left:31%;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0px;
    top: 80px;
    z-index: -10;
    border: 2px solid #454545;
}

#iconbox{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:-45px;
    margin-bottom: 10px;
    z-index: 4;
    background-color: rgb(255, 255, 255); 
    border-radius: 100%;
    padding: 10px;
    height: 150px;
    width: auto;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#printlogo{
    display: inline-block;
    margin-top:-85px;
    margin-bottom: 10px;
    z-index: 4;
    padding: 10px;
    height: 400px;
    width: auto;
}

#loginbox{
    background-color: rgba(255, 255, 255, 0.78);
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width:500px; 
    left:35%;
    padding: 0px;
    position:absolute;
    top: 80px;
    z-index: -1;
    border: 2px solid #454545;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
}


#FormBox{
    display: inline-block;
    margin: 20px;
    height: 400px;
    
}

#tracker{
    height: 220px;
    width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(255, 255, 255);
    z-index: -1;
    display: inline-block;
    margin: 2px;
    float: left;
}

#tracker:hover{
    cursor: pointer;
    background-color: rgb(206, 206, 206);
}

.tracericon{
height: 64px;
width: auto;
float: left;
margin-left: 5px;
margin-top: 5px;
    
}


.trackername{
    
    background-color: #292929;
    height: 75px;
}


#MAINcontentbox{
    width:100%; 
    padding: 0px;
    float: left;
    z-index: -1;
    margin: 2px;
    width:98%; 
    left:1%;
    position: absolute;
    padding: 0px;

}

#contentbox{
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width:100%; 
    padding: 0px;
    border: 2px solid #454545;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float: left;
    z-index: -1;
    margin: 5px;
    width:98%; 
    left:1%;
    position: relative;
    padding: 10px;

}



/*Progress BAr------------------*/


/*Grid Elements-----------------------------------*/
.grid-container {
  display: grid;
  grid-template-columns: auto auto;
}
.grid-item {
  padding: 20px;
  text-align: center;
}



/*Inputs Check Boxes------------------------------*/
input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);   
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
    
}

input.apple-switch:checked {
  box-shadow: inset 20px 0 0 0 var(--mayrColor);
  border-color: var(--mayrColor);

}

input.apple-switch:checked:after {
  left: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);   
}





/*Navogatiosnleiste Sidebare----------------------------------------------- */
#dock-container {
            position: fixed;
            bottom: 0;
            text-align: center;
            right: 20%;
            left: 20%;
            width: 60%;
            background: rgba(255,255,255,0.2);
            border-radius: 10px 10px 0 0;
        }
        #dock-container li {
            list-style-type: none;
            display: inline-block;
            position: relative;
        }

 #dock-container li .micon {
          width: 64px;
          height: 64px;
          -webkit-box-reflect: below 2px
                    -webkit-gradient(linear, left top, left bottom, from(transparent),
                    color-stop(0.7, transparent), to(rgba(255,255,255,.5)));
          -webkit-transition: all 0.3s;
          -webkit-transform-origin: 50% 100%;
        }

 #dock-container li:hover .micon { 
          -webkit-transform: scale(2);
          margin: 0 2em;
        }
        #dock-container li:hover + li .micon,
        #dock-container li.prev .micon {
          -webkit-transform: scale(1.5);
          margin: 0 1.5em;
        }

   #dock-container li span {
            display: none;
            position: absolute;
            bottom: 140px;
            left: 0;
            width: 100%;
            background-color: rgba(0,0,0,0.75);
            padding: 4px 0;
            border-radius: 12px;
        }
        #dock-container li:hover span {
            display: block;
            color: #fff;
        }
/*-Table-----------------------------------------------------*/
.FilterInputHead{
    width: 100px;
    display: inline;
    float: left;
    font-family:'Arial';
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin:3px;
}

.FilterInput{
    width: 100px;
    display: inline;
    float: left;
    font-family:'Arial';
    font-size: 12px;
    margin:3px;
}

.Akt{
    width: 200px;
    display: inline;
    float: right;
    font-family:'Arial';
    font-size: 12px;
    height: 40px;
    line-height: 0px;    
    background-color: white; 
    border: none;
    color: black;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family:'Arial';
    font-size: 18px;
    font-weight: 400;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    color: black; 
    border: 1px solid var(--mayrColor);
    border-radius: 4px;
    margin:5px;
}

.Akt:hover {
  background-color: var(--mayrColor);
  color: white;
}
table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    overflow-x:auto;
}

tr {
	border-bottom: 1px solid #cbcbcb;
}

th {
	font-size: 14px;
	color: black;
    font-family:'Arial';
}

th, td{
	border: none;
    height: 30px;
    padding: 2px;
}

tr:hover {
	background: #ffe3e3;
}

.task {
	text-align: left;
    font-family:'Arial';
    font-size: 12px;
}



.trackerchage{
    display: inline;
    float: right;
    font-family:'Arial';
    font-size: 12px;
    line-height: 0px;    
    background-color: white; 
    border: none;
    color: black;
    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family:'Arial';
    font-size: 16px;
    font-weight: 400;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    color: black; 
    border: 1px solid var(--mayrColor);
    border-radius: 4px;
    width: auto;
    height: 30px;
    
}

.trackerchage:hover{
  background-color: var(--mayrColor);
  color: white;   
}

.trackerchagetext{
    display: inline;
    float: left;
    font-family:'Arial';
    font-size: 16px;
    width: 100%;

}





/*-MODAL-----------------------------------------------------*/

.ModalPic {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.ModalPic:hover {
  transform: scale(2.0, 2.0);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  cursor: pointer;
}

/* Add Animation */
.modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media screen and (max-width:700px) {
 
.ModalPic {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: -5px;
}   
    
}



/* Smartphone Optimiert --------------------------------------------------------------------*/
@media screen and (max-width:700px) {

.logo{
    width: 80%;
}

.buttonBIG {
    padding: 5px 50px;

}
    
.Eingabe{
    width: 90%;
}   
    
#loginbox{
    width:96%; 
    left:2%;
  
}
    
 #dock-container {
        right: 0%;
        left: 0%;
        width: 100%;

        }

 #dock-container li .micon {
          width: 32px;
          height: 32px;   
    
}
    
    
    #box1{
    left: 2%;
    width: 96%;
    }
    
    #iconbox{
        height: 100px;
    }
    
 
   #printbox{
    width:98%; 
    left:1%;
    
}
 
 #printlogo{
    margin-top:-55px;
    margin-bottom: 40px;
    padding: 10px;
    height: 300px;
    width: auto;
}
   

 #contentbox{
    width:94%; 
    margin: 5px;
    padding: 10px;

}   
   
    
    
    
    
}