.uk-panel-box .fx-bearbeitung {
  background-color: rgb(0,0,0,1);
  color: white;
  border: 1px solid #4BB2FB;
}


.leistung-img {
  margin-bottom: 25px;
}

.fx-backbutton { 
  background-color: #4BB2FB;
  position: absolute;
  right: 20px;
}

.fx-list .uk-panel {
  background: transparent; 
  color: white;
  /*border-bottom: 1px solid gray;*/
}

#top-c .uk-container {
  padding-top: 0;
}

.fx-offcanvas {
  display: inline-block;
  position: fixed;
  padding-left: 5px;  
  padding-right: 30px;
  padding-bottom: 5px;  
  background-color: #4bb2fb;  
  left: 0;
  z-index:20;
  bottom:0;  
}

.fx-offcanvas  .uk-nav-side > li.uk-active > a {   
    background: #5598c7;
    font-weight: bold;
}  

.fx-offcanvas {
   transform: translate(-100%); 
   transition-duration: 0.6s;
}

.fx-offcanvas:hover {
  transform: translate(0); 
}


.fx-tab {
  position: absolute;
  width: 30px;  
  right: -29px;    
  height: 100%;
  background-color: #4bb2fb;  
  border-bottom-right-radius: 10px;  
  border-top-right-radius: 10px;     
}

.fx-tab:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: top;
    

}
.fx-tab:after {
    content: "\f105";
    font-family: FontAwesome;
    vertical-align: top;
    padding-left: 10px
}
.uk-accordion-title {
  margin-top: 10px;
}
/*.accordion-header-header {    
    padding: 10px;    
    text-align: left;  
    height:90px;  
}*/

.div [data-wrapper] {
  height: 0;
}

.header-image-outer  {
  margin: auto;
}

/*.accordion-header-header h7 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  
}*/

.header-image-outer {
  padding-left: 0!important;  
}

/*h7.uk-accordion-title {
  line-height:66px;
  height: 66px;
  margin-bottom: 25px;
}*/

.uk-accordion-title {
    background-color: #4bb2fb;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom: 30px;
}

ul.fx-enum > li {
  padding-bottom: 3px!important;
}

/*
@media (max-width: 768px) {
 /.accordion-header-header {
    height: 60px;
  }
  .accordion-header-header h7 {
    left: 50%;
    transform: translate(-50%, -50%);
  }
   #top-c h7, #top-d h7, #bottom-a h7, #bottom-b h7, #bottom-c h7, #bottom-d h7, #main-content h7 {    
    font-size: 20px;
  }
  .uk-panel {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 460px) {
  #top-a h7, #top-b h7, #top-c h7, #top-d h7, #bottom-a h7, #bottom-b h7, #bottom-c h7, #bottom-d h7, #main-content h7 {    
    font-size: 14px;
    font-weight:bold;
  }
}
*/
