@charset "utf-8";

DESKTOP {
}

.container_blog {
  width: 100%;
  background-color: #fff;
}

.content-blog {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-blog img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.content-blog a {
  color: #05b64e;
  text-decoration: none;
}

.columns3-blog {
    width: 29.333%;
    clear: none;
    margin-right: 2%;
    float: left;
    margin-left: 2%;
    margin-bottom: 3%;
    min-height: 650px;
}
.columns3-blog h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.columns3-blog h6 {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.columns3-blog img {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
  margin-top: 0px;
}

.columns2-blog {
  width: 65%;
  clear: none;
  padding: 0%;
  float: left;
  margin-right: 4%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.columns2-blog-sidebar {
  width: 31%;
  clear: none;
  position: relative;
  float: left;
}

.columns2-blog-sidebar ul {
  padding-right: 0px;
  padding-left: 0px;
}
.columns2-blog img {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 4%;
}

.menu-right-blog {
  float: left;
  width: 100%;
}
.menu-right-blog p {
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #05b64e;
  padding-bottom: 10px;
}

.blog-button-orange {
  color: #05b64e;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border: 1px solid #05b64e;
  margin-top: 10px;
}

.blog-button-orange:hover {
  border: 1px solid #05b64e;
  color: #ffffff;
  background: #05b64e;
  transition: all 0.2s ease-in-out;
}

.blog-button-blue {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #05b64e;
  background-color: #05b64e;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  padding: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.blog-button-blue:hover {
  color: #ffffff;
  background-color: #ffffff;
  border-top-color: #05b64e;
  border-right-color: #05b64e;
  border-bottom-color: #05b64e;
  border-left-color: #05b64e;
}

/*!* Applies to index pages. *!*/
article.teaser {
  float: left;
  clear: both;
  width: 92%;
  padding: 15px 0;
}

article.teaser .thumbnail img {
  max-width: initial;
  float: left;
  clear: none;
  margin-right: 20px;
}

article.teaser .intro {
}

.sidebar-block ul {
  list-style-position: inside;
}

/*!* Page Navigation *!*/
nav.pagination {
  padding: 15px;
  text-align: center;
  clear: both;
}

nav.pagination h2 {
  display: none;
}

nav.pagination .page-numbers {
  display: inline-block;
  padding: 2px 6px;
  background: #0088cb;
  color: white;
  font-weight: bold;
  border: 1px solid #05b64e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

nav.pagination .page-numbers.current {
  background: white;
  color: #05b64e;
  font-weight: bold;
}

nav.pagination .page-numbers.prev {
  display: none;
}

nav.pagination .page-numbers.next {
  display: none;
}

@media only screen and (max-width: 950px) {
  TABLET {
  }

  .columns3-blog {
    min-height: 750px;
  }
}

@media only screen and (max-width: 700px) {
  TABLET SMALL {
  }

  .columns2-blog {
    width: 100%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .columns2-blog-sidebar {
    width: 100%;
    clear: none;
    position: relative;
    float: left;
  }

  .columns3-blog {
    width: 100%;
    margin-right: 0%;
    float: left;
    margin-left: 0%;
    margin-bottom: 4%;
    min-height: 0px;
  }
  .columns3-blog h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 481px) {
  MOBILE {
  }
}
