body {
    font-size: 1.1rem;
}

nav.navbar {
    /* padding: 0px; */
    background-color: #8b2ed314 !important;
}

.nav-color{
    background-color: #8b2ed314;
}

.nav-active{
    text-align: right;
    font-weight: 600;
    color: #7030A0 !important;
}

.nav-inactive{
    text-align: right;
    color: #7030A0 !important;
}


a[href^=tel] {
    display: inline-block;
}

.shadow {
    box-shadow: 1px 1px 2px 0px;
}

.center-title {
    text-align: center;
    color: #7030A0!important;
    /* font-size: 20px; */
}

/* @media only screen and (max-width: 600px) {
    .center-title {
        font-size: 10px;
    }
} */

.main-text {
    margin: 25px 0px 40px 0px;
    text-align: center;
    font-weight: 200;
}

.table-klein{

    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.adresse{

    /* font-size: 14px; */
    
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.no-radius {
    border-radius: initial;
}

.logo{
    width: 35%!important;
    /* position: fixed; */
    border: 0 none;
    /* max-width: 250px; */
    margin: 15px;
}

.fixed-alert {
    position: fixed;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

/* Überschreibt Bootstrap CSS Pfeile */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  /* border-radius: 50%;
  border: 1px solid black; */
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 35px;
  color: grey;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  color: grey;
}

/* .carousel-indicators li::after {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    content: "";
    background-color: #80808099;
}

div.carousel.slide ol li.active {
    background-color: blue;

} */

.bg-light {
    background-color: #8b2ed314 !important;
}

ol.carousel-indicators li {
    background-color: #80808099;
}

ol.carousel-indicators li.active {
    /* color: red; */
    background-color: rgba(29, 36, 243, 0.55) !important;
}

.button-mail{
    color: #7030A0 !important;
    border:1;
    border-color: #7030A0 !important;   
}
.button-mail:hover{ 
    color:white !important;
    background-color: #7030A0;
}