.tabSwitcher-content-entry {
    max-width: 800px;
    margin: 0 auto;
}

.tabSwitcher-content-entry-controlButtons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.tabSwitcher-content-entry-controlButtons .button {
    margin: 1rem 0;
    min-width: 150px;
    text-align: center;
}

.tabSwitcher-content-entry-controlButtons .tabSwitcher-prev {
    background: transparent;
    border-color: #3e3e3e;
    color: #3e3e3e;
    margin-right: 1rem;
}

.tabSwitcher-content-entry-controlButtons .tabSwitcher-prev:hover,
.tabSwitcher-content-entry-controlButtons .tabSwitcher-prev:active,
.tabSwitcher-content-entry-controlButtons .tabSwitcher-prev:focus {
    background: #eee;
    color: #3e3e3e;
}

.tabSwitcher-content-entry-controlButtons .tabSwitcher-next,
.tabSwitcher-content-entry-controlButtons .freizeit-attraktionen-submit,
.tabSwitcher-content-entry-controlButtons .attraction-next {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .tabSwitcher-content-entry-controlButtons .button {
        flex-grow: 1;
        margin-left: 0;
        margin-right: 0;
    }
}


.tabSwitcher-content-entry {
    position: relative;
}

.tabSwitcher-content-entry:not(.active) {
    display: none;
}

.tabSwitcherContainer {
    transition: all 0.4s;
}

button.tabSwitcher-next{
    margin: 20px auto;
    display: block;
}

.freizeit-attraktionen-invalid-input-value{
    background-color: #ff000014;
    border-color: red;
}