.greensign {color: green;}






/***************************************/
/******** Hero                 *********/
/***************************************/



.hero {
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-top: 5px;
     padding-left: 50px;
     padding-right: 30px;
     padding-bottom: 5px;
    width: 100%;
     
    
}

.hero h1,h2,h3,h4,h5,h6,p {color:rgba(0, 0, 111, 0.9); }
.hero h1 {font-weight: 900; text-shadow: 1px 2px rgba(0, 0, 0, 0.5);}
.hero p {
  color:rgba(225, 225, 225, 0.9); 
  font-size: 18px;
  font-weight: 300;
  }

.item {border: 0px;}





/************ Calender **********/

.weekplan {
    border: 1px solid #f1f1f1;
    min-height: 250px;
    padding: 0px;
    }
.weekplan-today {
    border: 1px solid #f1f1f1;
    min-height: 250px;
    padding: 0px;
    background-color: rgba(119,211,242, 0.3);
    }
    
.weekplandate {
    background-color: rgba(0, 0, 111, 0.9);
    width: 100%;
    padding: 2px;
    }
    
.weekplan .weekplandate h2 {
    text-align: center;
    color: #ffffff;}    
    
.weekplanplanning {
    padding: 2px;
    border-bottom: 1px solid rgba(0, 0, 111, 0.6);
    }        

.weekplan .weekplanplanning h4 {
    color: rgba(0, 0, 111, 0.9);
    font-weight: 500;
    font-size: small;
    }
    
.available {width: 20%;}
.accord {width: 15%;}
.according {text-align: center;}
.tools {width: 5%;}
/************ Table **********/

/************ Responsive Table **********/

.high-row .succesvol {
  background-color: rgba(51, 153, 56, 1.0);
  -moz-border-radius: 5px;
     border-radius: 5px;
     padding-left: 10px;
     padding-right: 10px;
     margin-top: 0px;
     margin-left: 50px;
     margin-right: 50px;}

.high-row .succesvol-bulk {
  background-color: rgba(51, 153, 56, 0.8);
  -moz-border-radius: 5px;
     border-radius: 5px;
     padding-left: 10px;
     padding-right: 10px;
     margin-top: 0px;
     margin-left: 50px;
     margin-right: 50px;}

.high-row .succesvol-chef {
  background-color: #74A0D3;
  -moz-border-radius: 5px;
     border-radius: 5px;
     padding-left: 10px;
     padding-right: 10px;
     margin-top: 0px;
     margin-left: 50px;
     margin-right: 50px;}

.high-row .succesvol-schep {
  background-color: #ABC7E5;
  -moz-border-radius: 5px;
     border-radius: 5px;
     padding-left: 10px;
     padding-right: 10px;
     margin-top: 0px;
     margin-left: 50px;
     margin-right: 50px;}

.high-row .alertvol {
  background-color: rgba(218, 92, 94, 1.0);
  -moz-border-radius: 5px;
     border-radius: 5px;
     padding-left: 10px;
     padding-right: 10px;
     margin-top: 1px;
     margin-left: 50px;
     margin-right: 50px;}

.high-row .alertvol-bulk {
  background-color: rgba(218, 92, 94, 0.8);
  -moz-border-radius: 5px;
     border-radius: 5px;
     padding-left: 10px;
     padding-right: 10px;
     margin-top: 1px;
     margin-left: 50px;
     margin-right: 50px;}
     
     .high-row .primaryvol {
  background-color: rgba(63, 127, 191, 1.0);
  -moz-border-radius: 5px;
     border-radius: 5px;
     padding-left: 10px;
     padding-right: 10px;
     margin-top: 0px;
     margin-left: 50px;
     margin-right: 50px;}

     .high-row .primaryvol-chef {
  background-color: #93C750;
  -moz-border-radius: 5px;
     border-radius: 5px;
     padding-left: 10px;
     padding-right: 10px;
     margin-top: 0px;
     margin-left: 50px;
     margin-right: 50px;}

     .high-row .primaryvol-schep {
  background-color: #ABD373;
  -moz-border-radius: 5px;
     border-radius: 5px;
     padding-left: 10px;
     padding-right: 10px;
     margin-top: 0px;
     margin-left: 50px;
     margin-right: 50px;}
     
     .high-row .headvol {
  background-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 30px;
     border-radius: 30px;
     padding-left: 10px;
     padding-right: 10px;
     margin-top: 0px;
     margin-left: 5px;
     margin-right: 5px;}

.card-info {
  background: #fefefe;
  border: 1px solid #8a8a8a;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 0;
}

.card-info .card-info-label {
  border-color: transparent #8a8a8a transparent transparent;
  border-color: rgba(255, 255, 255, 0) #8a8a8a rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.primary {
  border-color: #1779ba;
}

.card-info.primary .card-info-label {
  border-color: transparent #1779ba transparent transparent;
  border-color: rgba(255, 255, 255, 0) #1779ba rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.secondary {
  border-color: #767676;
}

.card-info.secondary .card-info-label {
  border-color: transparent #767676 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #767676 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.info {
  border-color: #37a0e6;
}

.card-info.info .card-info-label {
  border-color: transparent #37a0e6 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #37a0e6 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.alert {
  border-color: #cc4b37;
}

.card-info.alert .card-info-label {
  border-color: transparent #cc4b37 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #cc4b37 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.success {
  border-color: #3adb76;
}

.card-info.success .card-info-label {
  border-color: transparent #3adb76 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #3adb76 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.warning {
  border-color: #ffae00;
}

.card-info.warning .card-info-label {
  border-color: transparent #ffae00 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #ffae00 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info .card-info-label {
  border-style: solid;
  border-width: 0 8.375rem 4.5rem 0;
  float: right;
  height: 0px;
  width: 0px;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.card-info .card-info-content {
  padding: 0.5rem 1.5rem 0.875rem;
}

.card-info .card-info-label-text {
  color: #fefefe;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  right: -4.5rem;
  top: 2px;
  white-space: nowrap;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.high-row .lead h5 {font-weight: bold; font-style: italic;}

@media screen and (min-width: 1876px) {

.div-4 {display: none;}
.div-2 {display: none;}
.div-1 {display: none;}
}
@media screen and (max-width: 1866px) and (min-width: 1366px){

.div-7 {display: none;}
.div-2 {display: none;}
.div-1 {display: none;}
}
@media screen and (max-width: 1365px) and (min-width: 800px){

.div-7 {display: none;}
.div-4 {display: none;}
.div-1 {display: none;}
}
@media screen and (max-width: 799px) and (min-width: 10px) {

.div-7 {display: none;}
.div-4 {display: none;}
.div-2 {display: none;}
}

/************ End Responsive Table **********/



tbody 
  {
    Color: rgba(0,0,0, 0.7);
    font-size: 18px;
    font-weight: 300;
    }
    
.tablebottom {
    border: 1px solid #f1f1f1;
    background: #f8f8f8;
    color:rgba(0, 0, 0, 0.9);
    font-size: 25px;
    font-weight: 300;
    padding:5px;
    }
    
.buttonrow {padding-top:10px;
            padding-bottom: 0px;
            height: 15px;}    

.callout-div {padding: 5px;}

td .table-action {
    border: 1px solid #f1f1f1;
    background: #f8f8f8;
    color:rgba(0, 0, 0, 0.9);
    font-size: 25px;
    font-weight: 300;
    padding:5px;
}

.available h4 {color: #969696;}

    
   
/************ tiles **********/

.callout {
  border: 1px solid rgba(0,0,0,0.2);
  padding: 10px;
  }

.callout .image { 
   
   position: relative; 
   width: 100%; /* for IE 6 */
}

.callout img:hover {
  border: solid 3px rgba(208,20,60,0.1);
  padding: 1px;
}
.row .callout h2 { 
   position: absolute; 
   color: rgba(0,0,0,0.6);
   font-weight: 500;
   background-color: rgba(255,255,255,0.7);
   bottom: 10px; 
   margin-left: 1%;
   margin-right: 1%;
   text-align: center;
   width: 98%; height: 24%;
   
}

/************ cards **********/

.card {border: 1px solid rgba(0,0,0,0.1); margin-bottom: 5px;}
.card-section {padding-left: 5px; padding-right: 5px;}


/************ carousel **********/

.orbit-caption {
  position: relative;
  margin-top: 5px; 
  background-color: transparent;
  Color: rgba(0,0,0, 0.7);
  font-size: 20px;
  font-weight: 200;}
  
.orbit-slide {
  list-style: none;}  
  
.orbit-previous { display:none;}
.orbit-next { display:none;}
.orbit-bullets button {
   background-color: rgba(0,0,0,0.1);}
.orbit-bullets button:hover {
      background-color: rgba(0,0,0,0.2); }
    .orbit-bullets button.is-active {
      background-color: rgba(0,0,0,0.2); }   


/*********** container with video **********/

.video {
  position: fixed;
  top: 50%; left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.top-bar-left h1 {
  color: rgba(0,0,0, 0.7);
  font-size: 30px;
  font-weight: 200;
  padding-left: 40px;
  }
  



/*********** container with photo **********/

.high-row h1 {
  Color: rgba(0,0,0, 0.7);
  font-size: 36px;
  font-weight: 200;
 
  }
  
  .high-row h2 {
  Color: rgba(0,0,0, 0.7);
  font-size: 22px;
  font-weight: 300;
  }
  
  .high-row h3 {
   Color: rgba(0,0,0, 0.7);
  font-size: 18px;
  font-weight: 300;
  }
  
  .high-row h4 {
  Color: rgba(0,0,0, 0.7);
  font-size: 16px;
  font-weight: 200;
  }
  
  .high-row h5 {
   Color: rgba(0,0,0, 1.0);
  font-size: 12px;
  font-weight: 400;
  }
  
  .high-row h6 {
   Color: rgba(0,0,0, 0.7);
  font-size: 10px;
  font-weight: 200;
  }
  
    
.high-row p {Color: rgba(0,0,0, 0.7);
  font-size: 18px;
  font-weight: 300;}  
.high-row li {font-size: 14px; Color: rgba(0,0,0, 0.7);} 
  
.flag {width: 90px;}
.container-flag {float: left; margin: 10px;}  



@media screen and (min-width: 1200px) {
/*body {height: 100%; width: 100%; background: transparent url("http://www.wbvdevelopment.nl/modxkube/assets/foundation-6/images/achtergrond.jpg") no-repeat fixed center top;}*/

.inlog {background-color: rgba(0,0,0,0.1);
        border: 1px solid rgba(0,0,0,0.2);
        width: 40%;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px;
        }  


.high-row {
     /*position: absolute;
     top: 150px;
     /*left: 100px;
     /*float: right;*/
     margin-left: 1%;
     margin-right: 1%;
     width: 98%;
     Color: #ffffff;
     padding-top: 20px;
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 20px;
     /*margin-top: 125px;
     margin-bottom: auto;
     margin-right: 60px;
      margin-left: 80px;*/
     /*border: 1px solid rgba(0,0,0, 0.3);*/
     /*Background: #ffffff url("http://www.wbvdevelopment.nl/modxkube/assets/foundation-6/images/logo-mob1.png")no-repeat top left;
     background-position-x: -40px;
     background-position-y: -170px;
     /*background-color: rgba(255,255,255, 1.0);*/
     /* border: 0px solid rgba(0,0,0, 0.2);
     -moz-border-radius: 30px;
     border-radius: 30px;
     box-shadow: 1px 1px 1px rgba(0,0,0, 0.2);*/
     }
     
.row .callout h2 { 
   position: absolute; 
   color: rgba(0,0,0,0.6);
   font-weight: 500;
   background-color: rgba(255,255,255,0.7);
   bottom: 10px; 
   margin-left: 1%;
   margin-right: 1%;
   text-align: center;
   width: 98%; height: 20%;
   
}
     
     

     
h1 .high-row {color: #666;}
}

@media screen and (max-width: 1199px) and (min-width: 925px){
body {height: 100%; width: 100%; background: transparent url("http://www.wbvdevelopment.nl/modxkube/assets/foundation-6/images/achtergrond.jpg")no-repeat fixed center top;}

.inlog {background-color: rgba(0,0,0,0.1);
        border: 1px solid rgba(0,0,0,0.2);
        width: 60%;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px;
        }  




.hero p {
  color:rgba(225, 225, 225, 0.9); 
  font-size: 12px;
  font-weight: 300;
  }

.high-row {
     /*position: absolute;
     top: 150px;
     margin-left: 5%;
     margin-right: 5%;
          /*float: right;*/
     margin-left: 1%;
     margin-right: 1%;     
     width: 98%;
     Color: #ffffff;
     padding-top: 20px;
     padding-left: 25px;
     padding-right: 20px;
     padding-bottom: 20px;
     /*margin-top: 125px;
     margin-bottom: auto;
     margin-right: 60px;
      margin-left: 80px;*/
     /*border: 1px solid rgba(0,0,0, 0.3);*/
     /*Background: #ffffff url("http://www.wbvdevelopment.nl/modxkube/assets/foundation-6/images/logo-mob1.png")no-repeat top left;
     background-position-x: -40px;
     background-position-y: -170px;
     /*background-color: rgba(255,255,255, 1.0);*/
    /* border: 0px solid rgba(0,0,0, 0.2);
     -moz-border-radius: 30px;
     border-radius: 30px;
     box-shadow: 1px 1px 1px rgba(0,0,0, 0.2);*/
     }
     
.row .callout h2 { 
   position: absolute; 
   color: rgba(0,0,0,0.6);
   font-weight: 500;
   background-color: rgba(255,255,255,0.7);
   bottom: 10px; 
   margin-left: 1%;
   margin-right: 1%;
   text-align: center;
   width: 98%; height: 24%;
   
}
     
     
h1 .high-row {color: #666;}
}

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

.inlog {background-color: rgba(0,0,0,0.1);
        border: 1px solid rgba(0,0,0,0.2);
        width: 95%;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px;
        }  



body {height: 100%; width: 100%; background: transparent url("http://www.wbvdevelopment.nl/modxkube/assets/foundation-6/images/achtergrond.jpg")no-repeat fixed center top;}

.hero {
    
    padding-top: 50px;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 10px;
    Height: 500px;
    
}

.hero p {
  color:rgba(225, 225, 225, 0.9); 
  font-size: 12px;
  font-weight: 300;
  }


.high-row {
     position: relative;
     top: 150px;
     margin-left: 2px;
     margin-right: 2px;
     /*float: right;*/
     width: 100%;
     Color: #ffffff;
     padding-top: 20px;
     padding-left: 45px;
     padding-right: 20px;
     padding-bottom: 20px;
     /*margin-top: 125px;
     margin-bottom: auto;
     margin-right: 60px;
      margin-left: 80px;*/
     /*border: 1px solid rgba(0,0,0, 0.3);*/
     /*Background: #ffffff url("http://www.wbvdevelopment.nl/modxkube/assets/foundation-6/images/logo-mob1.png")no-repeat top left;
     background-position-x: -40px;
     background-position-y: -170px;
     /*background-color: rgba(255,255,255, 1.0);*/
    /* border: 0px solid rgba(0,0,0, 0.2);
     -moz-border-radius: 30px;
     border-radius: 30px;
     box-shadow: 1px 1px 1px rgba(0,0,0, 0.2);*/
     }
     
.row .callout h2 { 
   position: absolute; 
   color: rgba(0,0,0,0.6);
   font-weight: 500;
   background-color: rgba(255,255,255,0.7);
   bottom: 10px; 
   margin-left: 1%;
   margin-right: 1%;
   text-align: center;
   width: 98%; height: 15%;
   
}
     
     
h1 .high-row {color: #666;}

.menu-height {height: 100%; margin-top: 30px;}

.menu {background-color: white;}
.dropdown {background-color: white;}
.top-bar {background-color: white;}
.title-bar {background-color: white;}
.top-bar-right {background-color: white;}
.responsive-menu {background-color: white;}
.wrap {width: 100%;}
.navbar-desktop {width: 90%;}



li  {
display: block;
line-height: 40px;
list-style: none;
}

li > a {
display: block;
line-height: 40px;
color: gray;
}

/*.menu-right-position {
    padding-right: 50px;
    
    }
    
.vertical-menu {
    background-color: white; 
    }
      
.menu-bar {
    background-color: white;
    height: 100px;
    padding: 0px;
    border-bottom: 1px solid rgba(0,0,0, 0.3);
}

.menu-text {
    color: rgba(0,0,0, 0.7);
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    
}

.menu-bar .options {
     background-color: white;
     line-height: 30px;
          
}*/

/*.menu > li > a {
     display: block;
     color: rgba(0,0,0, 0.7);
     line-height: 30px;
     padding: 0px;
     padding-top: 0;
     padding-bottom: 0;
     }

.menu li.active a, .menu > li > a:hover {
     background-color: rgba(0,0,0, 0.7);
     
}

.menu li.active a {
     background-color: rgba(0,0,0, 0.1);
}


.menu .vertical {
     background-color: white;
     border-radius: 5px;
     border: 1px solid #226;
     box-shadow: 3px 3px 2px rgba(0,0,0, 0.2);
     line-height: 30px;
}

.menu .vertical > li > a {
     display: inline-block;
     color: rgba(0,0,0, 0.7);
     line-height: 30px;
}*/

/*.menu .vertical > li > a:hover {
     display: inline-block;
     color: rgba(0,0,0, 0.5);
     line-height: 30px;
}

.menu .vertical > li > a:active {
     display: inline-block;
     color: rgba(0,0,0, 0.5);
     line-height: 30px;
}*/

}

/*********** off canvas **********/
.off-canvas-wrapper {background-color: white;}
.off-canvas-wrapper-inner {background-color: white;}
.off-canvas {background-color: white;}
.bg-transparent {background-color: white;}

.off-canvas-wrapper  {
     background-color: transparent;
     /*position: relative;*/
     display: block;
     height: 100%;
     width: 100%;
         
    }
    
/*.menu-button-space {padding: 10px; height: 40px; width: 100%; background-color: white;}*/
    
.inner-content-wrapper {
     background-color: transparent;
     float: right;
     height: 100%;
     width: 45%;
     padding: 10px;
     
     }  
     
.login-container {
     float: right;
     padding-right: 40px;
     color: #666;
}       
   
  
/*********** container modal **********/   
     
.reveal {width: 95%;}   
.reveal p {color: rgba(0, 0, 111, 1.0);
          font-size: 18px;
          font-weight: 300;
          } 
.reveal h2 {color: rgba(0,0,0,0.6);
            font-weight: 500; 
          }
    
 /*********** container with actual content **********/

/*@media screen and (max-width: 1029px) { 
.high-row {
     float: right;
     width: 92%;
     height: 70%;
     padding: 10px;
     margin-top: 80px;
     margin-botto: 110px;
     margin-right: 30px;
     }
     }
        


/***************************************/
/******** Navigation           *********/
/***************************************/

.menu-button-space1 {

margin-top: 5px;
margin-left: 5px;
}

@media screen and (min-width: 926px) {
.desktop {
  height: 100%;
  width: 100%;
  }
.mobiel {display: none;}

.nav-desktop {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 1px rgba(0,0,0, 0.2);
}

.site-logo {
  color: rgba(0,0,0, 0.7);
  font-size: 25px;
  font-weight: 200;
  line-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  
}


.top-bar ul {
  background-color: transparent;
  line-height: 40px;
}

.menu > li > a {
  display: inline-block;
  line-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(255,255,255, 0.7);
  font-size: 18px;
  font-weight: 200;
}

.menu > li > a:hover {
  color: rgba(255,255,255, 0.9);
  border-bottom: 1px solid rgba(0,0,0, 0.1);
}

.menu > li > a:active {
  color: rgba(255,255,255, 0.9);
  background-color: rgba(255,255,255, 1.0);
  /*border-bottom: 1px solid rgba(0,0,0, 0.1);*/
}

.top-bar .dropdown ul {
  border: none;
  text-align: right;
  background-color: rgba(255,255,155, 1.0);
}

.menu.vertical li>a:active {color: black;}
.menu.vertical li>a:hover {color: black;}
.menu.vertical li>a:visited {color: black;}
.menu.vertical li>a {color: black;}

.menu > ul > a {
  display: inline-block;
  line-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(255,255,255, 0.9);
  font-size: 10px;
  font-weight: 200;
}

.menu > li > a:visited {
  color: rgba(255,255,255, 0.9);
  /*background-color: rgba(255,255,255, 1.0);*/
  color: rgba(255,255,255, 0.9);
}

.top-bar ul li.active a {
  background-color: rgba(255,255,255, 0.1) !important;
  color: rgba(255,255,255, 0.9);
} 
/*.top-bar {
         background-color: white;
         border-bottom: 1px solid rgba(0,0,0, 0.2);
         }
.top-bar-right: {background-color: white;}
.top-bar-left: {background-color: white;}
.top-bar li: {background-color: white;}
.responsive-menu: {background-color: white;}
.menu .vertical {background-color: red;}


.menu li {display: inline-block;
           background-color: white; 
           border: 1px solid; 
           border-color: rgba(255,255,255, 1.0);
           margin:0px;
           
            }
.menu li a {
     color: rgba(0,0,0, 0.7);
     font-size: 25px;
     font-weight: 200;
}             
            
.menu li.hover a {
     color: rgba(0,0,0, 0.7);
    font-size: 25px;
    font-weight: 200;
     border-bottom: 2px solid black;
}             
            
.menu li.active a {
     background-color: rgba(255,255,255, 1.0);
     color: rgba(0,0,0, 0.7); 
     font-size: 25px;
  font-weight: 200;
      
}    */

}    

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

.mobiel {
   height: 100%;
   width: 100%;
   }
.desktop { display:none;}  
.orbit-bullets { display:none;}


.grey { border-bottom: 0px solid #f1f1f1;  margin-bottom: 5px; padding-top: 5px;}  

.menu-head {
   display: block;
   line-height: 15px;
   padding-top: 5px;
   text-align: center;
   background-color: rgba(255,255,255, 1.0);
   border: 1px solid rgba(0,0,0, 0.0);
   -moz-border-radius: 0px;
     border-radius: 0px;
     }  

a:hover {
  color: rgba(0,0,0, 0.9);
  border-bottom: 1px solid rgba(0,0,0, 0.1);
}


  
}   

/***************************************/
/******** accordeon               *********/
/***************************************/

.accordion-title {
  background-color: #4daee6;
  color: #ffffff;
   font-size: 20px;
  font-weight: 200;
  }
  
  .accordion-content {
  background-color: #f7f7f7;
  color: #2e2e2e;
   font-size: 12px;
  font-weight: 300;
  }

/***************************************/
/******** Footer               *********/
/***************************************/

footer {
     background-color: #ffffff;
     border-bottom: 5px solid rgba(0,0,0, 0.2);
     padding: 0px 0px;
     position: fixed;
     bottom: 0;
     left: 0;
     height: 25px;
     width: 100%;
}

footer a {
     display: block;
     color: #ffffff;
}

.foot-info {
      height: 25px;
      }