/*Main Color
    #946DCA
*/

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
}


hr {
    background: black;
    height: 2px;
    border: none;
    width: 20%;
}

.vertical-table {
    display: table;
}

.vertical-text {
    display: table-cell;
    vertical-align: middle;
}

.inner-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.button-wback {
    color: white;
    background-color: #946DCA;
    border: 2px solid white;
}

.delete-margin {
    margin: 0;
}

.wbackground {
    height: 200px;
    background-color: #946DCA;
    color: white;
}

.circle {
    background-color: #946DCA;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.circle>p {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 16px;
}

.index-text-container {
    display: flex;
        justify-content: center;
        /* Horizontal zentrieren */
        align-items: center;
        /* Vertikal zentrieren */
        height: 300px;
        /* Beispielhöhe für das äußere Div */
}


.bubble-content {
    text-align: center;
    /* Text zentrieren */
}

.dot {
    height: 150px;
    width: 150px;
    background-color: #946DCA;
    border-radius: 50%;
    display: table-cell;
    color: white;
}

.footer {
    margin-top: 50px;
}

.footer-opening-time {
    margin-top: 50%;
}

p {
    font-size: 14px;
    margin: 0;
}

.jumbotron-text-size {
    font-size: 50px;
}

@media (max-width: 600px) {
    .jumbotron-text-size {
        font-size: 30px;
        /* Kleinere Schriftgröße auf kleinen Bildschirmen */
    }
}