::selection { background: #926b3e; color: #ffffff; }
a { color: #926b3e; }
a:hover { color: #000000; text-decoration: underline; }

/*** START ***/
.media:hover .icon {
  color: #ffffff;
  background-color: #926b3e !important;
}
.media:hover .icon::before {
  border-color: #926b3e !important;
}

/*** HEADER ***/
.img-bg.img-dark.att-fixed {
  background-size: contain !important;
  background-position: top;
}

/*** BUTTONS ***/
.btn-dark:hover {
  color: #26282b;
  background-color: #ffffff;
  border-color: #26282b;
}
.btn-white:hover {
  color: #ffffff;
  background-color: #26282b;
  border-color: #ffffff;
}

/*** TITEL ***/
.title.text-dark::before {
  background-color: #926b3e;
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 5px;
  height: 28px;
}

/*** KONTAKT ***/
input[type="submit"].btn-block {
  color: #ffffff;
  background: #926b3e;
  border: 2px solid #926b3e;
}
input[type="submit"].btn-block:hover {
  color: #926b3e;
  background: #ffffff;
  border: 2px solid #926b3e;
}

/*** COOKIES ***/
#cmplz-document {
  max-width: 100%;
}


/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
  .navbar-collapse.collapse { display: block !important; }
  .img-bg.img-dark.att-fixed { background-size: cover !important; background-position: bottom; }
}
@media (max-width: 800px) {
}
@media (max-width: 480px) {
}

