@charset "UTF-8";
html {
  padding: 0;
  margin: 0;
  margin-top: 0px !important;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  padding-bottom: 5rem;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif !important;
  background: white;
}
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif !important;
}
a {
  text-decoration: none !important;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  margin-bottom: 0px;
  background: none;
  border: none;
}
.navbar .navbar-nav {
  padding-top: 5.2rem;
}
.navbar .navbar-nav a {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 300;
  font-size: 1.2rem;
  color: black;
}

.index-banner {
  background: silver;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.index-banner img {
  width: 100% !important;
}
.index-banner .carousel-caption {
  text-align: center;
  padding-top: 0px;
  background: url(../images/slider-bg.png);
}
.index-banner .carousel-caption h3 {
  font-size: 2rem;
}
.index-banner .carousel-caption p {
  margin: 0 auto;
  max-width: 85%;
  font-size: 1.3rem;
}

.product-strip {
  color: white;
  min-height: 20rem;
  background: black;
}
.index-product-types a {
  padding-top: 5rem;
  padding-bottom: 3rem;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  opacity: 0.7;
}
.index-product-types a:hover {
  opacity: 1;
}
.index-product-types a span {
  display: block;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 1rem;
  color: white;
}
.index-product-types a img {
  width: 80%;
}
.product-strip article {
  color: white;
  min-height: 100%;
  padding-bottom: 5rem;
  padding-left: 4rem;
  border-left: 0.02rem solid white;
}
.product-strip article h2 {
  padding-top: 3rem;
  font-size: 2rem;
  font-weight: 300;
}
.product-strip article p {
  color: silver;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 300;
}

.index-main-article,
.subsite-main-article {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.index-main-article h1,
.subsite-main-article h1 {
  font-size: 2.4rem;
}
.index-main-article p,
.subsite-main-article p,
.subsite-main-article ul li {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: gray;
}
.subsite-main-article p a,
.subsite-main-article ul a {
  color: silver;
  font-weight: 600;
}
.subsite-main-article p a:hover,
.subsite-main-article ul a:hover {
  color:  #21cfd1;
}
.subsite-main-article h2 {
  font-size: 2.2rem;
}
.subsite-main-article h3 {
  font-size: 2rem;
}
.subsite-main-article h4,
.subsite-main-article h5 {
  font-size: 1.8rem;
}

.subsite-main-article img {
  width: 100%;
}

.index-sidebar {
  padding-top: 4.4rem;
  padding-left: 4rem;
}
.index-sidebar ul {
  padding-left: 1.2rem;
}
.index-sidebar ul li {
  font-weight: 300;
  font-size: 1.3rem;
  color: gray;
}

.index-blog-section {
  margin-top: 3rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: #ededed;
}
.index-blog-section a {
  text-decoration: none;
  text-align: center;
}
.index-blog-section a:hover {
  opacity: 0.8;
}
.index-blog-section a img {
  width: 100%;
  height: auto;
}
.index-blog-section a h5 {
  font-weight: 300;
  color: gray;
}

.tags-container .btn-primary {
  background: gray;
  border: none;
  margin-right: 0.5rem;
}
.article-list a {
  color: gray;
}

.breadcrumbs {
  color: white;
  font-size: 1.2rem;
  background: #21cfd1;
}
.breadcrumbs a {
  color: white;
}

.blog-article-list article {
  padding-bottom: 5rem;
  height: 44rem;
}
.blog-article-list img {
  width: 100%;
  height: auto;
}
.blog-article-list a:hover {
  opacity: 0.8;
}
.blog-article-list h2 {
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
  color: black;
}
.blog-article-list p {
  font-size: 1.2rem;
  color: gray;
}
.blog-article-list .more {
  background: #21cfd1;
  color: white;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.offer-list {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #21cfd1;
}
.offer-list a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.offer-list a:hover {
  opacity: 0.8;
}
.offer-list a h3 {
  font-size: 1.8rem;
  color: white;
}
.offer-list a img {
  width: 70%;
}

.kalendar-types-list {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ededed;
}
.kalendar-types-list article {
  padding-bottom: 1rem;
}
.kalendar-types-list h2 {
  font-size: 2rem;
}
.kalendar-types-list p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: gray;
}

.cal-mi-image {
  max-width: 45% !important;
}

@media (max-width: 991px) {
}

@media (min-width: 992px) {

}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}
