* {
    margin: 0;
    padding: 0;
  }
 img {
     border: none;
 }
 
 :root {
   --main: #14B18C;
   --secondary: #749F98;
   --maindarker: #0C624E;
   --darktransparent: rgba(0,0,0,0.54);
   --greytransparent:rgba(0,0,0,.0625);
   --grey: #ADADAD;
   --headergrey: rgb(197, 193, 182);
   --maincolor: #444444;
   --navlinksecondary: #555;
   --darkcolor: #212121;
   --decentgrey: rgba(0,0,0,.0625);
   --transparentwhite: rgba(256,256,256,0.8);
   --muted: rgba(0,0,0,0.54);
   --red: #EF0F0F ;
   --green:#47BB47;
   --yellow:#FFB900;
   --warning: #FFB900;
   --context: rgba(68,68,68,0.7);
   --contexthov: rgba(68,68,68,1);
 }
 
 body {
     font-family: 'Roboto', Arial, Helvetica, sans-serif;
     font-weight: 400;
     font-size: 14px;
     line-height: 19.06px;
     font-size: 0.875rem;
     line-height: 1.4;
     color: var(--maincolor);
     background-color: #f9fafb ;
     overflow: scroll;
     overflow-x: auto;
 }	
 h1, h2, h3, h4, h5, h6{
     color: var(--darkcolor) ;    
 }	
 a{
     color: var(--main) ;
     text-decoration: none
 }
 .muted{
     color: var(--muted);
 }
 .textcenter{
     text-align: center;
 }
 .textright{
     text-align: right;
 }
 .clear{
     clear: both;
 }
 .bold{
     font-weight: 700;
 }
 .linethrough{
     text-decoration: line-through;
 }
 .clickable{
     cursor: pointer;  
 }
 .card li.clickable:hover,
 .card li a:hover{
     text-decoration: underline;    
 }
 .target {
 /*   content:" "; */
   display:block;
   height:160px; /* fixed header height*/
   margin:-160px 0 0; /* negative fixed header height */
   z-index: -5;
   position: relative;
 }     
 .arrow {
   border: solid var(--context);
   border-width: 0 2px 2px 0;
   display: inline-block;
   padding: 8px;
   top:  -3px;
   position: relative;
 }
 .right {
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
 }
 
 .left {
   transform: rotate(135deg);
   -webkit-transform: rotate(135deg);
 }
 
 .up {
   transform: rotate(-135deg);
   -webkit-transform: rotate(-135deg);
 }
 .add{
     font-size: 1.25rem;   
     cursor: pointer;
 }
 table .arrow.up{
     top: 7px;    
 }
 
 .down {
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
 }
 .arrow:hover{
     border-color: var(--contexthov);
 }
 .spacing{
     height: 50px;
     display: block;
     clear: both;
 }
 .spacing_small{
     height: 20px;
     display: block;
     clear: both;
 }
 img.fit{
     width: 100%;
     height: auto;
 }
 .hidden{
     display: none;
 }
 .noborder{
     border: none!important ;
 }
 .floatright{
     float: right;
 }
 .floatleft{
     float: left;
 }
 .counter {
     min-width: 15px;
     padding: 0 3px 0 2px;
     height: 20px;
     background-color: var(--main);
     border-radius: 10px;
     text-align: center;
     line-height: 20px;
     letter-spacing: -0.5px;
     font-size: 12px;
     font-weight: 500;
     display: inline-block;
     color: #fff;
 }
 
 .hide-on-desktop{
     display: none;
 }
 html {
     scroll-behavior: smooth;
 }
 
 h1 {font-weight:500; font-size: 20px; font-size: 1.25rem; line-height: 1;}
 h2 {font-weight:500; font-size: 18px; font-size: 1.25rem; line-height: 1.4; margin-bottom:  1.4rem; position: relative;}
 h3 {font-weight:500; font-size: 16px; font-size: 1.125rem; line-height: 1.4; margin-bottom: 1.4rem; }
 h4 {font-weight:400; font-size: 16px; font-size: 1rem; line-height: 1.40; margin-top: 1.4rem;}
 h6 {font-weight:400; font-size: 14px; font-size: 0.9rem; line-height: 1.40; margin-top: 1.4rem;}
 
 p{ 
     font-size: 14px; 
     font-size: 0.875rem;
 /*    line-height: 1.4;
     padding-bottom: 1.4rem;  */
 }
 
 p.medium, .medium{
     font-size: 13px; font-size: 0.8125rem; line-height: 1.4;padding-bottom: 0;
 }
 
 
 #sidebar li.tohome{
     display: none;
 }
 /*
 #sidebar a.button{
     background-color: transparent;
     font-weight: 400;
     border-radius: 0;
 }
 #sidebar a.button:hover{
     background-color:  var(--secondary);    
 }
 */
 .card{
     background-color: #fff;
     border: 1px solid var(--greytransparent);
     border-radius: 2px;
     padding: 20px; 
 }
 .start .card ul{
     margin: 0 0 0 15px;
 }
 .start .card{
     border: 2px solid var(--main);    
     border-radius: 10px;
     transition: all 0.3s;
     color: var(--main);
 }
 .start .card:hover{     
     background-color: rgb(221, 218, 209);
 }

 .login .card{
    border: none;
    padding-bottom: 0px;
}
 
 .container.mod{
      margin-left: auto;
      margin-right: auto;
 }
 
 header ul.settings{
     height: 40px;
     padding: 15px;
     list-style: none;
 }
 header ul.settings li{
     float: left;
     margin: 0 0 0 30px;
 }
 
 a.logout{
     height: 70px;
     width: 50px;
     display: block;
     background: url(../img/onoff-header.png) 50% 50% no-repeat;
     background-size: 32px;
     margin: -15px;
 }
 a.logout:hover{
     background-color: var(--maindarker);
 }
 
 .profile,
 .administration{
     position: relative;
     cursor: pointer;
 }
 .avatar{
     width: 40px;
 }
 .administration{
     width: 40px;  
     height: 40px;  
     cursor: pointer;  
     background: url(../img/settings.png);
     background-size: contain;
     display: block;
 }
 .profilemenu,
 .administration_menu{
     display: none;
     right: 50px!important;
     top: 50px !important;
     width: 256px!important;
     left: unset!important;
 }
 .profilemenu li,
 .administration_menu li{
     float: none!important;
     margin: 0!important;
 }
 .profilemenu ul + ul,
 .administration_menu ul + ul{
     border-top : 1px solid var(--grey);
     margin: 15px -15px -15px -15px!important;
 }
 
 .avatar, 
 .profilename{
     float: left;
     height: 40px;
     line-height: 40px;
     padding: 0 5px;
 }
 .avatar img{
     /*border-radius: 50%;
     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.506);*/
 }
 
 
 #sidebar{
     position: fixed;
     height: 100%;
     width: 280px;
     background-color: #fff;
     top: 70px;
     z-index: 500;
     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.102);    
     overflow: hidden;
     overflow-y: auto;
 }
 
 
 #sidebar li{
     padding: 0;
     display: block;
 }
 
 #sidebar li a,
 .contextmenu li a,
 .profilemenu li a,
 .administration_menu li a{
     display: block;
     color: var(--darkcolor);
     padding: 15px 25px;
 /*    min-height: 20px;
     line-height: 1.5;    */
     font-size: 0.8125rem;
     transition: all 0.2s
 }
 #sidebar li a.hasmore{
     color: var(--navlinksecondary);
 }
 #sidebar li a.hasmore:after {
     content: '+';
     float: right;
 }
 #sidebar li a.hasmore.expanded:after{
      content: '-';
 }
 
 #sidebar li a.selector:after{
     font-size: 24pt;
     content: '\25BE';
     position: absolute;
     right: 15px;
     top: 0;
 }
 
 #sidebar li a.selector{
     height: 60px;
     font-weight: 700;
     line-height: 60px;
     padding: 0 15px 0 25px;
     position: relative;
       white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   width: calc(100% - 40px);
    box-sizing: content-box;
 
 }
 
 #sidebar li a:hover,
 #sidebar li a.active{
     background-color: var(--secondary);
     color: #fff;
 }
 
 
 #sidebar a.delete{ 
    cursor: pointer;
 }
 #sidebar a.delete:hover{
     background-color: #f44336;   
 }
 a.del{
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    background:transparent 50% 50% no-repeat;
    background-size: 24px auto;
    background-image: url(../img/delete.gif);
}
a.rotate{
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    background:transparent 50% 50% no-repeat;
    background-size: 24px auto;
    background-image: url(../img/rotate.png);
}
a.rotate_reverse{
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    background:transparent 50% 50% no-repeat;
    background-size: 24px auto;
    background-image: url(../img/rotate.png);
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
 
 #sidebar li a.active{
     background-color: var(--maindarker);    
 }
 
 #sidebar ul ul a {
 padding: 10px 10px 10px 65px;
 font-size: 0.8125rem;
 }
 #sidebar ul ul{
     display: none;
 }
 #sidebar ul a.active + ul{
     display: block;
 }
 
 #sidebar div{
     padding-left: 25px;    
 }
 
 .contextdots{
     position: relative;
     height: 20px;
     width: 20px;
     border-radius: 50%;
     cursor: pointer;
     display: inline-block;
 }
 h2 .contextdots{
     top: 5px;
 }
 .contextdots .dot{
     width: 2px;
     height: 2px;
     margin: 0 auto 1px;
     border-radius: 50%;
     border: 2px solid var(--context);
 }
 .contextdots.contextstripes{
 width: 30px;
 height: 30px;
 border-radius: 0;
 top: 0;
 }
 .contextdots.contextstripes .dot{
     width: 30px;
     height: 4px;
     margin: 0 auto 6px;
     border-radius: 2px;
 }
 
 .contextdots:hover .dot{
     background-color: var(--contexthov) ;
 }
 /*
 .tabnav .contextdots{
     right: -15px;
     top: 25px;
     position: absolute;
 }
 */
 .contextmenu,
 .profilemenu,
 .administration_menu{
     width: 160px;
     background-color: #fff;
     position: absolute;
     left: -180px;
     top: 10px;
     height: auto;
     padding: 15px;
     box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
     display: none;
     z-index: 502;
 
 }
 .contextmenu.toleft{
     left: unset;
     right: 0;
 }
 .toolbar .contextmenu{
     left: unset;
     width: 156px;
     right: 10px;
 }
 .contextmenu{
      width: 156px;
 }
 .contextmenu ul,
 .profilemenu ul,
 .administration_menu ul{
     list-style: none;
     margin: -15px!important;
     padding: 0!important;
 }
 /*
 .tabnav .contextmenu ul{
     height: auto!important;
 }
 */
 .contextmenu li{
     height: auto!important;
     padding: 0!important;
     float: none!important;
     border: none!important;
     line-height: 25px!important;
     display: block!important;
 }
 .contextmenu li a,
 .profilemenu li a,
 .administration_menu li a {
     padding: 10px 15px;
     text-align: left;
    /*  transition: all 0.1s; */
     background-color: transparent;
     min-height: 20px;
     line-height: 1.5;
 }
 .contextmenu li a:hover,
 .profilemenu li a:hover,
 .administration_menu li a:hover {
     background-color: var(--main);
     color: #fff;
 }
 .contextoverlay{
     position: fixed;
     left: 0;
     top: 0;
     bottom: 0;
     z-index: -501;
     right: 0;
 
 }
 .contextoverlay.top{
     z-index: 501;
     background-color: rgba(0,0,0,0.1);
 }
 
 #bg{
     position: relative;
     height: calc(100vh - 100px);
      background: url(../img/bg.jpg) 50% top; 
     background-size: cover;
     padding-top: 100px;
     background-attachment: fixed;
     position: fixed;
     left: 0;
     right: 0;
     z-index: 0;
 }
 header{
     position: fixed;
     width: 100%;
     left: 0;
     right: 0;
     height: 70px;
     z-index: 950;
     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.102);
     background-color: var(--headergrey);
 }
 .overlayinner header{
     display: none;
 }
 #logo{
     width: 250px;   
     padding: 5px 5px 5px 15px;
     height: 60px;
     float: left;
 }
 #logo h1{
    line-height: 40px;
    color: #fff;
 }
 #logo img{
     float: left;    
     margin: 0 15px 0 0;
     height: 60px;
 }
 .toolbar{
     position: fixed;
     box-sizing: border-box;
     left: 280px;
     top: 70px;
     right: 0;
     height: 60px;
     z-index: 502;
     padding: 5px 20px 1px 35px;
     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.102);
     background-color: #fff;
 }
 .toolbar h2{
     margin: 0;
     padding:  12px 0 8px;
 }
 .toolbar + div{
     padding-top: 130px;
 }
 .toolbar ul,
 .toolbar li{
 
     list-style: none;
     display: inline-block;
 }
 .toolbar ul + ul{
     margin-left: 32px;
 }
 .toolbar ul + ul:before{
     content: " ";
     height: 30px;
     color: red;
     display: inline-block;
     position: relative;
     left: -16px;
     top: -10px;   
      border-left: 2px dotted var(--grey);
     
 }
 #overlay{
     display: none;
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(12,12,12,0.5);
     z-index: 999;
     overflow-y: auto;
 }
 .overlayinner{
     position: absolute;
     width: 600px;
     left: 50%;
     margin-left: -300px;
     min-height: 250px;
     box-sizing: border-box;
     padding:40px 20px 20px;
     padding:15px;
     top: 10%;    
     z-index: 999;
 
     background:#fff;
     border-radius: 3px;
     z-index: 1000;
     box-shadow: 0 8px 16px 0 rgba(48, 49, 51, 0.5);
 
 }
 .overlayinner.mid{
     width: 960px;
     margin-left: -480px;
         
 }
 .overlaysidebar{
     background-color: var(--grey);
     display: block;
     margin: -15px 0 -15px -15px;
   height: 100%;
 }
 .overlaysidebar li{
   
     border-bottom: 1px solid #fff;
     list-style: none;
     
     box-sizing: border-box;
     
 }
  .overlaysidebar li a{
      color:  var(--navlinksecondary);
        height: 40px;
     line-height: 40px;
      display: block;
      padding: 0 0 0 20px;
      transition: all 0.3s;
  }
   .overlaysidebar li a:hover{
      background-color: var(--navlinksecondary);
      color: #fff;
      display: block;
  }
   .overlaysidebar li a.active{
      background-color:var(--main);
      color: #fff;
      display: block;
  }
  .tab-content{
      display: none;
  }
  .tab-content.active{
     display: block;
  }
  
  .overlayfooter{
      background-color: var(--grey);
      padding: 15px 0;
     margin-bottom: -15px;
     width: 100%;
     height: 40px;
  }
 
  .pbottom{
      padding-bottom: 40px;
  }
     #overlay .close {
   position: absolute;
   right: 10px;
   top: 10px;
   width: 20px;
   height: 20px;
   cursor: pointer;
   background-color: #fff;
   border-radius: 50%;
   padding: 5px;
   opacity: 0.3;
 }
 #overlay .close:hover {
   opacity: 1;
 }
 #overlay .close:before, #overlay .close:after {
   position: absolute;
   left: 14px;
   content: ' ';
   height: 20px;
   width: 2px;
   background-color: var(--darkcolor);
 }
 #overlay .close:before {
   transform: rotate(45deg);
 }
 #overlay .close:after {
   transform: rotate(-45deg);
 }
 
 table{
     margin: 8px 0 16px;
     border-radius: 2px;
     border-spacing: 0;
     border-collapse: collapse;
     width: 100%;
 }
 
 td, th{
     border-bottom: none;
     line-height: 1.25;
     padding: .75rem;
     font-size: 0.8125rem;     
 }
 
 th{
     font-size: 0.875rem;
     color: var(--navlinksecondary);
     text-align: left;    
     position: sticky; 
     top: -20px; 
     background-color: white;
     border-bottom: 2px solid  var(--grey);
 }
 th.small{
     padding: .4rem;
     font-size: 0.7rem;
 }
 td.small{
     padding: .4rem;
     font-size: 0.7rem;
 }

 .statistik_legende table{
    margin: 0;
 }

 .statistik_legende td{
    line-height: 0.7;
    padding: 4px;
 }

 #bilanzen td{
    line-height: 0.7;
    padding: 4px;
 }
 
 .row.bordertop{
     border-top : 1px solid var(--greytransparent); 
 }
 .seperatorChildren  > .col-sm-6:nth-child(even),
 .seperatorChildren  > div:nth-child(even){
     border-left : 1px solid var(--greytransparent); 
 }
 div.datepicker table th.datepickerWeek {
     font-size: 11px;
     color: var(--grey);
 }
 
 tr:nth-child(even) {background: #F0EFEC}
 tr:nth-child(odd) {background: #FFF}
 
 .borderbottom{
     border-bottom: 1px solid var(--grey);
     margin-bottom: 4px;
 }
 
 #modal{
 border-radius: 10px;
 padding: 10px 20px 10px 20px;
 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.9);
 position: fixed;
 z-index: 9999;
 cursor: pointer;
 }
 .error,
 .warning,
 .success {
     width: 420px;
     min-height: 20px;
     border-top : 3px solid var(--red);
     color: var(--red);
     background-color: #f9fafb;
     top: 8%;
     left: 50%;    
     margin-left: -231px;
 }
 .success{ 
     border-top : 3px solid var(--green);
     color:  var(--green);
 }
 .warning{
     border-top : 3px solid var(--warning);
     color:  var(--warning);
 }
 .bubble{
     width: 6px;
     height: 6px;
     border-radius: 50%;
     display: inline-block;
     margin: 0 5px 0 0;
 }
 .legende li{
     list-style: none;
     color: var(--maincolor);
 }
  li .bubble{
     background-color: var(--maincolor);
 }
 li.green .bubble{
      background-color:  var(--green);    
 }
 .legende li.green,
 td.green, span.green, div.green{
     color:  var(--green);    
 }
 li.red .bubble{
      background-color:  var(--red);
 } 
 .legende li.red, a.red,
  td.red, span.red, div.red{
     color:  var(--red);
 }
 
 li.yellow .bubble{
      background-color:  var(--yellow);
 }
 .legende li.yellow, 
 td.yellow, span.yellow{
     color:  var(--yellow);
 }
 .upload-wrapper{
     position: relative;   
       cursor: pointer; 
 }
 
 li.grey .bubble{
      background-color:  var(--grey);
 }
 
 .grey,
 li.grey,
 td.grey{
     color: var(--grey);    
 }
 
 .upload-wrapper label {
   border: 1px solid var(--main);
   color: var(--main);
   padding: 0px 16px;
   height: 36px;
   line-height: 36px;
   display: block;
   border-radius: 3px;
   font-size: 13px;
   cursor: pointer;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   text-align: center;
 }
 .upload-wrapper label .sub{
     display: block;
     font-size: 11px;
 }
 .upload-wrapper  input[type=file] {
   font-size: 100px;
   position: absolute;
   left: 0;
   top: 0;
   opacity: 0;
 }
 
  ul.breadcrumb {
     display: block;
     height: 21px;
     left: 15px;
     top: 10px;
     margin-top: 5px;
     margin-bottom: 5px;
     list-style: none;
 }
 .breadcrumb li{
     float: left;
     
 }
 .breadcrumb li a, 
 .breadcrumb li span {
     font-size: 12px;
     height: 21px;
     line-height: 21px;
     color: var(--main);
     margin-right: 5px;
 }
 .breadcrumb li a {
     color: var(--muted);
     transition: color 0.3s;
 }
 .breadcrumb li a:hover{
     color: var(--maindarker);
     text-decoration: underline;
 }
 
 ul.tabnav {
     margin: 0px;
     padding: 0px;
     list-style: none;
 }
 ul.tabnav li {
     background: none;
     cursor: pointer;
     color: #444444;
     display: inline-block;
     padding: 5px 13px;
     cursor: pointer;
     border: 1px solid #f6f6f6;
     background:  #f6f6f6;
     border-bottom: 1px solid transparent;
     margin-top: 5px;
 }
 ul.tabnav li.active {
     color: #222;
     border: 1px solid #008083;
     border-bottom: 1px solid #f6f6f6;
     background-color: #fff;
 }
 
 .file,
 .file_zip,
 .file_img,
 .file_doc,
 .file_xls,
 .file_pdf,
 .file_3d,
 .folder_open,
 .folder_close{
     width: 16px;
     height: 16px;
     display: block;
     cursor: pointer;
     background:transparent 50% 50% no-repeat;
     background-size: 16px auto;
 
 }
 
 .file{
     background-image: url(../img/i-file.png);
 }
 
 .file_zip{
     background-image: url(../img/file_zip.png);
 }
 
 .file_img{
     background-image: url(../img/file_img.png);
 }
 
 .file_doc{
     background-image: url(../img/file_doc.png);
 }
 
 .file_xls{
     background-image: url(../img/file_xls.png);
 }
 
 .file_pdf{
     background-image: url(../img/file_pdf.png);
 }
 
 .file_3d{
     background-image: url(../img/file_3d.png);
 }
 
 .folder_open{
     background-image: url(../img/folder_open.png);
 }
 
 .folder_close{
     background-image: url(../img/folder_close.png);
 }
 
.tree{
     border: 1px solid black;    
     border-radius: 2px;   
     padding: 10px 0 10px 0;
     font-size: 9pt;
 }

.highlight {
    background-color: #FFC300;
    color: black;
}
 
.count_results{
     color: var(--secondary);
     margin-bottom: 5px;
     text-align: right;
 }

 .hasTooltip{
     position: relative;
     padding-top: 4px;
 }

 .hasTooltip:hover{
     background-color: var(--greytransparent);
 }

 .tooltip{
     z-index: 9999;
     position: fixed;
     background-color:#fff;
     color:var(--maincolor);
     padding: 16px;
     top: 0;
     border-radius:3px;
     width: 160px;
     height: auto;
     box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
 }

 .tooltip img{
     width: 100%;
     height: auto;
 }

 .tooltip_link{
    font-size: 1.5em; 
    line-height: 16px; 
    text-decoration: none; 
    cursor: pointer;
 }

.drop-area.highlight {
    background-color: #c5c5c5;
}

.sdmfiles .marked{
    background-color: #c5c5c5;
}

.sdmfiles .marked_folder{
    background-color: #c5c5c5;
}

.bildkachel{
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
}

.textkachel{
    border: 1px solid black;
    cursor: pointer;  
    overflow-x: hidden;
    overflow-y: hidden;
}

.contact_line{
    border: 1px solid black;
    font-size: 0.9em;   
    margin-top: 5px;
    background-color: #c5c5c5;
    color: black;
    cursor: pointer;
    padding: 2px;
    display: inline-block;
}

.progress_bar {
    width: 100%;
    height: 20px;
    border: 1px solid  var(--grey);
    border-radius: 2px;
    overflow: hidden;
}

.progress_bar_value {
    height: 100%;
    background-color: var(--main);
  }

.progress_bar_indeterminate_value {
    width: 100%;
    height: 100%;
    background-color: var(--main);
    animation: indeterminateAnimation 1s infinite linear;
    transform-origin: 0% 50%;
}
  
@keyframes indeterminateAnimation {
    0% {
      transform:  translateX(0) scaleX(0);
    }
    40% {
      transform:  translateX(0) scaleX(0.4);
    }
    100% {
      transform:  translateX(100%) scaleX(0.5);
    }
}

.flagge{
    width: 88px;  
    cursor: pointer;  
    display: block;
}

.flagge input:hover{
    background-color: transparent;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: black;
    text-align: center;
    padding: 5px;
}

.footer a{
    color: black;
}
