/**
 * Swoppen Soferu
 *
 * copyright since 2000 by Swoppen Systems GmbH - All rights reserved.
 */


.carousel-inner>.item>img {
  margin: 0 auto;
  max-height: 500px;
  height: auto;
  width: auto;
}

body {
  margin: 0;
  padding: 0;
}

.decimal {
  text-align: right;
}

.hm-checkout-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #EEE;
  border-top: 1px solid #DDD;
}

.hm-checkout-status li.disabled a {
  cursor: default;
  color: #555;
}

.box#agb .box-content {
  overflow: auto;
  height: 150px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 27px;
}

.small {
  font-size: 14px;
  font-weight: normal;
}

.small-bold, .bold {
  font-weight: bold;
}

.btn-group.error .btn {
  color: #b94a48;
  border-color: #b94a48;
}

.btn-group.error .btn .caret {
  border-top-color: #b94a48;
}

.thumbnail {
  position: relative;
}

.thumbnail .text {
  float: left; 
  width: 100%;
}

.thumbnail.closed {
  background-color: #fff;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  transition: background-color .3s;
}

.thumbnail.closed .text {
  width: 74%;
}

.thumbnail.closed:hover {
  background-color: #f5f5f5;
}

.thumbnail.included .text {
  width: 70%;
}

.thumbnail.included.closed .text {
  width: 60%;
}

.thumbnail .headline {
   cursor: pointer;
}

.thumbnail .spacer  {
  margin-left: 10px;
}

.thumbnail.included .spacer {
  margin-left: 20px;
}

.thumbnail.closed .imgs {
  display: none;
}

.thumbnail .imgs {
  max-width: 100%;
}

.thumbnail .imgs .item {
  width: 25%;
  float: left;
}

.thumbnail .imgs .item {
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity .3s;
  cursor: pointer;
}

.thumbnail .imgs .item.active {
  filter: alpha(opacity=100);
  opacity: 1;
}

.thumbnail.closed .spacer  {
  margin-left: 10px;
}

.thumbnail .description {
  display: block;
  margin-top: 10px;
  clear: both;
}

.thumbnail .extra-services {
  margin-top: 20px;
  clear: both;
  margin-right: 10px;
}

.thumbnail .extra-services tr.checked {
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
  background-color: #ebf4f9;
}

.thumbnail.closed .description {
  display: none;
}

.thumbnail .tn {
  float: left;
  max-width: 30%;
}

.thumbnail.closed .tn {
  max-width: 15%;
}

.thumbnail img {
  max-width: 100%;
}

.thumbnail .modal img {
  width: 100%;
}

.thumbnail.closed img.main {
  max-height: 50px;
}

.thumbnail .actions {
  float: right;
  margin-right: 10px;
  max-width: 20%;
}

.thumbnail.closed .actions {
}

.thumbnail .down-arrow {
  float: right;
  height: 39px;
  max-width: 5%;
  border: 1px solid #DDD;
  border-right: 0;
  padding: 10px;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-right: -4px;
  display: none;
  background-color: #ebf4f9;
  cursor: pointer;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.thumbnail .down-arrow .caret {
  border-width: 7px;
  margin-top: 15px;
}

.thumbnail.closed .down-arrow {
  display: block;
}

.clearer {
  clear: both;
}

.spinner-group {
  white-space: nowrap;
}

.spinner-group div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.spinner-group .spin-put {
  text-align: right;
}

.floating {
  float: left;
}

/******************** OS Gallery fix *********************/
.tn a { text-decoration: none !important; }
.tn { float: left !important; }
