.product {
  display: inline-block;
  width: 100%;
  clear: both;
  padding: 10px;
}
.product .image {
  min-height: 400px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.clear,
.clearfix {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.clear::after,
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.shop .product {
  width: 49%;
  height: 100px;
}
.shop .product .image {
  min-height: 200px;
}

@media (min-width: 1199px) {
  .product {
    width: 30%;
  }

  .shop .product {
    width: 15%;
  }
}
.hidden {
  display: none;
  visibility: hidden;
}

.columns-2 {
  columns: 2;
}

.columns-3 {
  columns: 3;
}

.columns-4 {
  columns: 4;
}

.pull-right {
  float: right;
}

.li-clear, .li-clear * {
  list-style: none;
}

.mt30 {
  display: block;
  margin-top: 30px;
}

.mt50 {
  display: block;
  margin-top: 50px;
}

.mb30 {
  display: block;
  margin-bottom: 30px;
}

.vert-center {
  vertical-align: middle;
}

.block {
  display: block;
}

.groups .group {
  display: inline-block;
  margin-bottom: 55px;
}
.groups .group, .groups .group * {
  transition: all 0.2s ease-in-out;
}
.groups .group .logo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.5);
  border-radius: 64px;
  width: 64px;
  float: left;
  margin-right: 10px;
}
.groups .group:hover .logo {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.groups .group.block {
  display: block;
  margin-bottom: 10px;
}
.groups a {
  text-decoration: underline;
  font-size: medium;
  color: #009a00;
  font-weight: bold;
}
.groups a:hover {
  text-decoration: wavy;
  cursor: pointer;
  color: #006700;
}
.groups .btn {
  text-decoration: none;
}
.groups .tags {
  display: block;
  margin-top: 5px;
  line-height: 1;
}
.groups .tag {
  font-size: small;
  display: inline-block;
  margin-right: 5px;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
}
.groups .tag.colored {
  color: white;
}
.groups .items .item {
  display: block;
  margin-bottom: 25px;
}

.text-btn {
  padding: 3px 5px;
  margin: 1px 2px;
  margin-bottom: 5px;
  vertical-align: middle;
  border-radius: 5px;
  display: inline-block;
}
.text-btn:hover {
  cursor: pointer;
}
.text-btn.active {
  background: rgba(0, 0, 0, 0.2);
}

div.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 100px;
}

a:hover {
  cursor: pointer;
}

.sectionbkg {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: block;
  margin-top: 100px;
  margin-bottom: 50px;
  box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.5);
}

.pagination {
  font-family: monospace;
  font-size: small;
}
.pagination, .pagination * {
  vertical-align: middle;
}
.pagination span,
.pagination a {
  margin: 3px;
  padding: 3px;
  border-radius: 5px;
  min-width: 25px;
}
.pagination a:hover {
  background: green;
  color: white;
}

ul li {
  list-style: none;
}
ul.bulletpoints li {
  list-style: circle;
}

.xx-small {
  font-size: xx-small;
}

.x-small {
  font-size: x-small;
}

.small {
  font-size: small;
}

.theme-heading {
  text-transform: uppercase;
  color: green;
  margin-top: 25px;
  margin-bottom: 35px;
}

.btn {
  text-decoration: none;
}

.btn-success {
  color: green;
  background-color: white;
}

.btn-primary {
  background: green;
  color: white;
  border: none;
}
.btn-primary:hover, .btn-primary:focus {
  background: #006700;
  color: white;
}

.well-medlem {
  background: green;
  padding: 25px;
  border-radius: 15px;
  color: white;
}
.well-medlem h2 {
  color: white;
  margin-bottom: 25px;
}