nav a {
    color: #ffffff !important;
}
a, footer nav a, .infobar nav a, .dropdown-menu a {
    color: rgba(var(--bs-dark-rgb)) !important;
    text-decoration: none;
}
.btn {
    background-color: rgba(var(--bs-dark-rgb)) !important;
    border: none;
}
.table-books td, .table-books th {
    padding: 10px 30px 10px 10px;
    border-bottom: 10px solid #ffffff;
}
.table-books td:last-child, .table-books th:last-child {
    padding: 10px;
}
.trailer {
    background-position-y: 40% !important;
}
.book-detail {
    display: flex;
}
.book-detail ul {
    list-style-type: none;
    padding-left: 0;
}
.book-detail-right {
    margin-left: 40px;
    min-width: 350px;
}
/*.book-list {
    background-color: RGB(213,227,242,0.94);
}*/
.book-title a {
    letter-spacing: 0.05rem;
    background-color: rgba(var(--bs-dark-rgb)) !important;
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 5px;
}
.no-cover {
    min-height: 60px;
}
.event-detail-row {
    display: flex;
    gap: 10px;
}
.event-detail-label {
    min-width: 130px;
}
.event-image {
    padding: 15px 30px;
}
.event-detail-value.event-image {
    padding-left: 0;
}
.event-list-item {
    padding-bottom: 20px;
}
.youtube-wrapper {
    width: 600px;
    height: 418px;
    padding: 40px 0;
}
.button {
    background-color: rgba(var(--bs-dark-rgb)) !important;
    border: none;
    color: white !important;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.wrapper-location {
    display: flex;
    margin: 20px 0;
}
.location-image {
    margin-top: -10px;
    padding: 0 20px 0 0;
}
.location-image img {
    width: 400px !important;
    height: auto;
}
.location-data, .organisator-data {
    margin-right: 20px;
}
.location-map {
    margin-top: 7px;
}
.wrapper-organisator {
    display: flex;
    margin: 20px 0;
}
.organisator-image {
    margin-top: -10px;
    padding: 0 20px 0 0;
}
.organisator-image img {
    width: 400px !important;
    height: auto;
}
.event-detail-value.event-image img {
    width: 600px;
    height: auto;
}
.event-registration-row label, .event-registration-label {
    width: 200px;
    padding: 10px 0;
}
.event-registration-row:nth-child(2) label {
    width: auto;
    padding: 0px 10px 5px 0;
}
.checkbox-field-checkfields input {
    margin-right: 10px;
}
.checkbox-field-checkfields label, .event-registration-row.checkbox label {
    width: 100%;
}
input.submit {
    margin-bottom: 20px;
}
.event-list-row {
    display: flex;
}
.event-list-row:first-child {
    display: block;
}
.event-list-row:last-child {
    display: block;
    margin-top: 20px;
}
.event-list-label {
    width: 200px;
}
.event-list-row .event-list-label {
    width: 100px;
}
.event-list-row:nth-last-child(2) .event-list-label {
    width: 0px;
}
.event-registration-row {
    display: flex;
}
fieldset .event-registration-row {
    display: block;
}

/* Slider */
.book-slider {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.book-slider img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
}
.swiper-button-next, .swiper-button-prev {
    color: #555555 !important;
}
.swiper-pagination-bullet-active {
    background: #555555 !important;
}

/* Search Books */
.search-books input, .search-books textarea.form-control, .search-books select {
    max-width: 400px;
    margin-bottom: 10px;
    border: 1px solid  rgba(var(--bs-dark-rgb)) !important;
}

/* Add Books */
.link-new-book a {
    background-color: rgba(var(--bs-dark-rgb)) !important;
    border: none;
    color: white !important;
    padding: 5px 20px;
    margin: 35px 0 20px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.col-auto {
    margin-top: 20px !important;
    margin-bottom: 20px;
}

/* typo3-messages */

ul.typo3-messages {
    margin: 0;
    padding: 0;
}
ul.typo3-messages li {
    list-style: none;
    padding: 10px 0;
}
.alert-success {
    background-color: transparent;
    color: rgba(var(--bs-dark-rgb)) !important;
    border: 0;
}
footer ul {
    list-style: none;
    padding-left: 0;
}


/* Back-To-Button */

.backToTop {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*background:radial-gradient(
        circle at 30% 30%,
        white,
        rgba(var(--bs-dark-rgb))
    );*/
    position: fixed;
    bottom: 25px;
    right: 25px;
    transition:0.5s;
    display:none;
    cursor: pointer;
}
.backToTop:hover {
    transform: scale(1.1);
}
.arrow {
    border-top:5px solid rgba(var(--bs-dark-rgb));
    border-right:5px solid rgba(var(--bs-dark-rgb));
    width: 30px;
    height: 30px;
    transform:translate(22.5px,30px) rotate(-45deg);
}
.sichtbar {
    display: block;
    animation:show 1s forwards;
}
@keyframes show {
    0%{opacity:0;}
    100% {opacity: 1;}
}



