/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


#module {
  font-size: 1rem;
  line-height: 1.5;
}


#module p.collapse:not(.show) {
  display: block;
  height: 170px;
  overflow: hidden;
}

#module p.collapsing {
  height: 170px;
}

#module a.collapsed::after {
  content: url('../img/svg/arrow_down.svg');
}

#module a:not(.collapsed)::after {
  content: url('../img/svg/arrow_up.svg');
}

.lead {
  font-size: 1.25rem;
  font-weight: normal;
}

#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
}

#mainNav .navbar-brand {
  font-weight: 700;
  color: #212529;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #28a745;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #28a745 !important;
}

@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: #fff;
  }
  #mainNav .navbar-brand:hover {
    color: #e6e6e6;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 12px;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #e6e6e6;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #mainNav.navbar-scrolled .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: #28a745;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #28a745;
  }
}

.form-control:focus {
  border-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/main-header.webp") no-repeat center center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/main-footer.webp") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.faq-card{
  margin-top: 10px;
}

.contact-icon{
  color: white;
}

.contact-icon:hover {
  color: #e6e6e6;
}

.how-picture-1{
  background-image: url('../img/jidla-jidelnicek-1.webp');
}

.how-picture-2{
  background-image: url('../img/jidla-jidelnicek-2.webp');
}

.how-picture-3{
  background-image: url('../img/jidla-jidelnicek-3.webp');
}

hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #fff;
}

.colored-link{
  color: #28a745;
}

.colored-link:hover{
  color: #28a745;
}


.dark-link{
    color: #212529;
}
  
.dark-link:hover{
    color: #212529;
}

.carousel-inner{
  height: 150px;
}
.carousel-caption{
  margin-top: 25px;
  color: #28a745;
  top: 50%;
}

.carousel-indicators,
.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}


.icon-card img {
  max-width: 150px;
  margin: 10px;
}

.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}

/*** Slick ***/

.slick-prev:before {
  color: #28a745 !important;
}
.slick-next:before {
  color: #28a745 !important;
}


.ref-slider .card {
  border: 0;
  margin: 20px;
  outline: none;
}

.clients-slider span {
  margin: 20px;
  outline: none;
}


.emoji {
  font-style: normal;
}

.faq-item h5{
  margin: 0px 10px 0px 0px;
}

.faq-item:hover{
  opacity: 0.8;
  cursor: pointer;
}

.faq-item i{
  font-size: 20px;
  line-height: 24px;
}

#virtual-adla:hover {
  text-decoration: underline;
  cursor: pointer;
}


.blog-item {
  border: 0;
}

/*** pagination ***/
.pagination > li > a{
    background-color: white;
    color: #28a745;
}

.pagination > li > a:hover,
.pagination > li > span:hover{
    color: #5a5a5a;
    background-color: #eee;
}


.pagination > li > a:focus{
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5)
}

.pagination > .active > span{
    color: white;
    background-color: #28a745 !Important;
    border: solid 1px #28a745 !Important;
}

.pagination > .active > a:hover{
    background-color: #28a745 !Important;
    border: solid 1px #28a745;
}

.line {
  border-top: 1px solid rgba(0,0,0,.1);
  margin-top: 1rem;
  margin-bottom: 1rem;
}


@media (max-width: 575px) {
    .blog-card {
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (max-width: 475px) {
    .blog-card {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 375px) {
    .blog-card {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

/*** Cookies ***/
.cookies {
    background: hsla(0,0%,100%,.95);
    box-shadow: 0 -2px 8px 0 rgba(0,0,0,.25);
    color: #000;
    bottom: 0;
    position: fixed;
    margin: 0 auto !important;
    z-index: 1500;
    padding: 0;
    overflow: auto;
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.cookies-content {
    max-width: 800px;
    text-align: center;
}

.cookies .cookies-title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 5px;
}

.cookies .cookies-text {
    font-size: 14px;
    text-align: center;
    color: #616161;
    margin-bottom: 0;
}

.cookies .cookies-decline {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    color: #616161;
}

.cookies-button {
    display: inline-block;
    border-radius: .25rem !important;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    padding: 8px 36px;
    transition: 150ms;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cookies-button, .cookies-button:visited {
    color: #fff;
    text-decoration: none;
    background: #28a745;
    background-color: #28a745;
}

.cookies-button:active, .cookies-button:focus, .cookies-button:hover {
    background-color: #218838;
    color: #fff;
    text-decoration: none;
}

.typ-bubble {
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: #28a745 4px solid;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.name-451 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
