/* výška slideshow*/

#index #own-motive {
  min-height: 400px;
}

.carousel {
  min-height: 400px;
}

.carousel-inner>.item {
  min-height: 400px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  min-height: 400px;
}

/* text v slideshow */

.carousel-caption {
  background: rgba(0, 0, 0, 0.4);
}

.carousel-caption h3{
  font-size: xx-large;
  font-weight: 600;
  color: #fbb900;
  margin-top: 0px;
}

.carousel-caption p{
  font-size: large;
  padding-top: 0px;
  margin-top: 0px;
  line-height: 20px;
  color: #fff;
}

/* mezera za slideshow*/
#index #own-motive {
  margin-bottom: -50px;
}

/* logo velikost */
.logo img {
  max-height: 110px;
  max-width: 400px;
}

/* patičky a loga sponzorů*/

div#footbox {
  background-color: #fff;
  padding-top: 20px;
}

footer {
  color: #1d94cc;
  padding-top: 10px;
}

footer>.container {
  padding-bottom: 20px;
}

/* Separátor */
#separator { 
  background-image: url("/obrazek/3/pruh1-jpg/") ;
  background-attachment: fixed;
  background-position: center;
  /*  background-size: cover;  */
}

