
.carousel-indicators li {
    background-color: gray;
}
.carousel-indicators .active {
    background-color: darkgray;
}

.Carousel_Navi_Placeholder
{
    height: 100px;
    background-color: transparent;
}

.status_message
{
    text-align: center;
    color: red;
}


.carousel-control.left, .carousel-control.right {
    background-image: none
}

.image_center
{
    width: 150px;
    margin: 0px auto;
    position: relative;
}

.dollinger_green_background
{
    background-color:#008067;
}

.dollinger_green
{
    color:#008067;
}

.width_90
{
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.width_50
{
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.width_100
{
    width: 100%;
    margin: 0 auto;
    position: relative;
}


#ReservierungenCount, #AuswahlenCount, #Nicht_Im_Verkauf
{
    display: inline-block;
    width: 20vw;
    max-width: 100px;
}

textarea 
{
   resize: none;
}