/*
Theme Name: SM WK 2018
Description: SM WK Theme 2018
Version: 1
Author: Sebastian Müller
*/

.navbar-brand img { max-height:30px; }

main {
	padding-top: 3rem;
	padding-bottom: 2rem;
	min-height: 89vh;
}
main.with-carousel { min-height: 60vh !important; }

.cat-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.current-cat{
  z-index: 2;
  color: #fff;
  background-color: #0091ea;
  border-color: #0091ea;
}
.current-cat>a{
  color: #fff;
}

.widget-item ul {
  padding-left: 0;
  list-style-type: none;

}

.with-carousel { margin-top: 15px; }
.without-carousel { margin-top:55px; }

.carousel, .carousel-inner, .carousel-inner .view {
	height: 40vh;
}
.carousel-inner ul { list-style-type: none; }

@media (max-width: 740px) {
.carousel, .carousel-inner, .carousel-inner .view {
  height: 100vh;
}
}

@media (min-width: 800px) and (max-width: 850px) {
.carousel, .carousel-inner, .carousel-inner .view {
  height: 100vh;
}
}

@media (min-width: 800px) and (max-width: 850px) {
	  .navbar:not(.top-nav-collapse) {
		  background: #929FBA!important;
	  }
  }