.flex-caption {
    display: none;
}

#takobal   {
    position: absolute;
  top: 400px;
 
  border: solid 1px;
  z-index: 499;
 
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.72);
  left: max(calc(50vw - 600px),15px);
  box-sizing: border-box;
}

#takt-text   {
  color: #c6c6c6;
}

#takobal button {
  background-color: #146931;
  border: none;
  color: white;
  padding: 2px 6px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: -4px -4px;
  cursor: pointer;
}

/*#takt button::after {
 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  content: "\f00d";
  display: block;
}*/


#butobal {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#takt-obr  {
 float: left;
 margin-right: 10px;

}

#takt-obr img  {
  max-width: 100%;
 
 }

/*.flex-container {
 
  height: 600px;
}*/

.flexslider .slides img {
 
/*  height: 600px;*/
  object-fit: cover;
  object-position: top;
}

@media only screen and (max-width: 600px) {
  .flexslider .slides img {
     height: 400px;
     }
     .flex-container {
 
      height: 400px;
    }
    #takobal   {
    
      width: calc(100% - 30px);
    box-sizing: border-box;

   position: static;
   margin: 15px;

   
  }
  #takt-obr {
    float: none;
    margin-right: 0px;
        }
        #takobal button {
         
          display: none;
        }
}
@media only screen and (min-width: 600.9px) {
  .flexslider .slides img {
    height: 600px;
    }
    .flex-container {
 
      height: 600px;
    }
    #takobal   {
     
    width: min(50vw,600px);
    
  }



  @media only screen and (max-width: 1023.9px) {
   /* #takt-obr {
      float: none;
      margin-right: 0px;
          }*/

  #takobal   {
    
    width: calc(100% - 30px);
    left: 15px;
  
  }
}

}