body {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #4C0B5F 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #4C0B5F));
  background: -webkit-linear-gradient(top, #ffffff 0%, #4C0B5F 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #4C0B5F 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #4C0B5F 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #4C0B5F 100%);
}
.d-None{
  display: none;
}
.navbar{
  padding: 0;
}
.navbar-light .navbar-nav .nav-link{
  color: #4C0B5F;
}
#slideshow{
  margin: 0 0  80px;
  position: relative;
  width: 100%;
  min-height: 600px;
  background-image: url("../bilder-aufbau/loading.gif");
  background-attachment: fixed;
  background-position: 15px 0;
}

#slideshow > div{
  position: absolute;
  margin: 0 0 0 0;
}

.letzteBilder {
  width: 100%;
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/
}

.letzteBilder img {
  width: 100%;
}

.carImg {
  width: 100%;
}

h2{
  display:block;
  height:150px;
  padding-top:100px;
}

.link{
  color: #007bff!important;
  cursor: pointer!important;
}
.link:hover{
  text-decoration: underline!important;
}
.card{
  border-color: #4C0B5F;
  color: #4C0B5F;
}
.card .card-header{
  background-color: #4C0B5F;
  color: #ffffff;
}
.card .card-body{
   color: #4C0B5F;
 }

