@charset "utf-8";
/* CSS Document */

/* OUR FONTS
font-family: 'BenchNine', sans-serif;
font-family: 'Lobster', cursive;
font-family: 'Abril Fatface', cursive;
*/

body {
}

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

/* =============================== TYPOGRAPHY STYLES =============================== */


/* =============================== ACCORDION STYLES =============================== */

.card {
}

.card-header {
 	margin-bottom: 10px;
}

	.btn-link:before {
	  content: "▸";
	  font-size: 13px;
	  color: #fff;
	  display: block;
	  position: absolute;
	  margin-top: 3px;
	}

	.aktiv:before {
	  content: "▾";
	}

.card-body {
	font-size: medium;
	padding: 15px 0 35px 16px;
}

/* Button style */

/*.aktiv {background-color: #575857 !important;}*/

.btn-link {
  background-color: #2e2f2e;
  font-weight: normal;
  color: #efefef;
  border-radius: 0;
  padding: 8px 16px;
  font-size: smaller;
  line-height: 1.42857143;
  text-decoration: none;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  /*opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #aea493 !important;
  font-weight: normal;
  color: #efefef;
  border-radius: 0;
  padding: 8px 16px;
  font-size: smaller;
  line-height: 1.42857143;
  text-decoration: none;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
}