body {
  letter-spacing: 0.03em;
}
strong {
  font-weight: 700;
}

.pulse:hover img {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.4, 1.4, 1.4);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

/*th .ico  {
    position: absolute;
    margin: 0 0 0 15px;
    text-align: center;
}
th .ico .pedi  {
    position: absolute;
    margin-right: 55px;
}
*/



table{
  white-space: nowrap;
}
.glyphicon.glyphicon-menu-right::before, .glyphicon.glyphicon-menu-left::before {
    content: "";
    background-image: url(/source/icons/pfeil-rechts.svg);
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 7777;
    top: 50%;
    background-color: transparent;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -25px;
}

.glyphicon.glyphicon-menu-left::before {
    content: "";
    background-image: url(/source/icons/pfeil-links.svg);
    right: 0;
    right: auto;
}
.carousel-control.left,
.carousel-control.right {
    background-image:none !important;
}
form.formkontakt .checkbox label {

    padding-left: 7px;
}

body.kontakt .checkbox label, body.bewerben .checkbox label {
    padding-top: 4px;

}

.radio input[type="radio"],
.radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {

    position: absolute;
    margin-left: -15px;
    margin-top: 7px;

}
.col-sm-offset-4.btn.btn-default.senden,
.col-sm-offset-3.btn.btn-default.senden {
    position: relative;
    left: 11px;
    background-color: #D6BD8D;
    border: none;
    color: #fff;
    margin-bottom: 40px;
    padding: 10px 30px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border: 1px solid transparent;
    min-width: 215px;
}
.col-sm-offset-4.btn.btn-default.senden:hover,
.col-sm-offset-3.btn.btn-default.senden:hover {
    background-color: #fff;
    color: #D6BD8D;
    border: 1px solid #D6BD8D;
}

@media (max-width: 1200px) {

}

@media (max-width: 980px) {

}

@media (max-width: 768px) {

}



@media (max-width: 560px) {


}
