/* Clearfix
------------------------------------------------------------------------------*/
/* Border radius
------------------------------------------------------------------------------*/
/* Box shadow
------------------------------------------------------------------------------*/
/* Transition
------------------------------------------------------------------------------*/
/* Box sizing
------------------------------------------------------------------------------*/
/* Background Gradient
------------------------------------------------------------------------------*/
/* Background Gradient for Buttons
------------------------------------------------------------------------------*/
.box-header, .subheader {
  font-family: "Georgia";
  color: #B4181D; }

.box-header {
  font-size: 20px;
  padding-bottom: 3px;
  margin-top: 15px; }

.subheader {
  font-size: 13px;
  margin-bottom: 7px; }

.header-group {
  margin-bottom: 10px;
  border-bottom: 1px solid #B4181D; }
  .box-image .header-group {
    margin-bottom: 5px; }
  .box-image .header-group {
    border: none; }

.span-half .description {
  height: 106px;
  overflow: auto; }

.description, .description ul {
  font-family: Verdana;
  font-size: 13px !important;
  line-height: 1.3em;
  color: #5E5E5E; }

.description ul {
  margin-top: 5px;
  list-style-type: circle;
  margin-left: 1.5em; }

.full-width {
  width: 100% !important; }

.row {
  zoom: 1;
  margin-left: -1%;
  margin-bottom: 1%; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.span-third {
  width: 32.33333%;
  margin-left: 1%; }

.span-half {
  width: 49%;
  margin-left: 1%; }

.span-fourth {
  width: 24%;
  margin-left: 1%; }

/* Base box layout
------------------------------------------------------------------------------*/
.box {
  -webkit-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: -moz-box-shadow 0.5s;
  -webkit-transition: -moz-box-shadow 0.5s;
  -ms-transition: -moz-box-shadow 0.5s;
  -o-transition: -moz-box-shadow 0.5s;
  transition: -moz-box-shadow 0.5s;
  background-color: #ffffff;
  display: inline-block;
  min-height: 230px;
  float: left;
  position: relative; }
  .box:hover {
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.9); }
  .box .related_banner,
  .box .teaser {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%; }
  .box .teaser {
    position: absolute; }

/* Text content in box
------------------------------------------------------------------------------*/
.box-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  vertical-align: bottom; }
  .box-image .box-content {
    bottom: 0;
    position: absolute;
    height: auto;
    z-index: 3; }

/* Description text in boxes
------------------------------------------------------------------------------*/
.description {
  min-height: 70px; }
  .span-fourth .description {
    height: 100px; }

/* Box with round corners
------------------------------------------------------------------------------*/
.box-round-corner {
  -webkit-border-radius: 0 0 70px 0;
  -moz-border-radius: 0 0 70px 0;
  border-radius: 0 0 70px 0; }

/* Box with background image
------------------------------------------------------------------------------*/
.box-image {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: black;
  background-size: 100% auto;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
  .box-image .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: .8;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .box-image:before {
    background-image: url(../images/gradient.png);
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 3%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 3%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 3%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.8) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=white, EndColorStr=black)";
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    opacity: 0.7;
    position: absolute;
    z-index: 2; }
    .lt-ie9 .box-image:before {
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; }
  .box-image .box-header, .box-image .subheader, .box-image .description, .box-image .description * {
    color: #f0f0f0;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 5px;
    margin-top: 0; }
  .box-image:hover .box-header, .box-image:hover .subheader, .box-image:hover .description {
    color: white; }

/* Button wrapper
------------------------------------------------------------------------------*/
.buttons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  text-align: right;
  width: 100%; }
  .box-round-corner .buttons, .span-fourth .buttons {
    text-align: center;
    right: auto; }
  .span-fourth .buttons, .span-half .buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    padding: 10px; }

.icon-webshop {
  background-image: url(../images/sprite-icons.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 27px;
  background-position: -5px -3px; }

.icon-bestellanfrage {
  background-image: url(../images/sprite-icons.png);
  background-repeat: no-repeat;
  background-position: -3px -35px;
  width: 45px;
  height: 27px; }

.icon-application {
  max-height: 27px;
  width: auto;
  float: right; }

.icon-information {
  background-image: url(../images/icon-information.png);
  background-repeat: no-repeat;
  background-position: -14px 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px; }
  .box-image .icon-information {
    background-position: -14px -14px; }
  .box-image .icon-information:hover {
    background-position: 0 -14px !important; }
  .icon-information:hover {
    background-position: 0 0; }

.btn-start-page {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ebebeb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -ms-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
  background-image: linear-gradient(top, #ffffff, #ebebeb);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, EndColorStr=#ebebeb)";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-weight: bold; }
  .lt-ie9 .btn-start-page {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; }
  .btn-start-page + .btn-start-page {
    margin-left: 8px; }
  .btn-start-page .button-label {
    padding: 6px;
    display: inline-block; }
  .btn-start-page .box-icon, .btn-start-page .icon-webshop, .btn-start-page .icon-bestellanfrage, .btn-start-page .icon-information {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    float: right; }
  .span-fourth .btn-start-page {
    width: 100%;
    margin: 0; }
  .span-third .btn-start-page {
    width: 200px; }
  .span-half .btn-start-page {
    width: 49%;
    text-align: center; }
  .span-half .btn-start-page {
    float: left; }
    .span-half .btn-start-page + .btn-start-page {
      float: right;
      margin: 0; }
  .btn-start-page:hover {
    text-decoration: none;
    border: 1px solid #aaaaaa; }
  .btn-start-page:active {
    -webkit-box-shadow: inset 4px 4px 7px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 4px 4px 7px -1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 4px 4px 7px -1px rgba(0, 0, 0, 0.3);
    background-color: #ebebeb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -ms-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
    background-image: linear-gradient(top, #ffffff, #ebebeb);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, EndColorStr=#ebebeb)";
    text-decoration: none; }
    .lt-ie9 .btn-start-page:active {
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; }

#nav-main .active a, #nav-main .active span {
  height: 31px; }

#nav-main .active.hover a, #nav-main .active.hover span {
  height: 32px; }

/*# sourceMappingURL=style.css.map */
