/*
Theme Name: Africa Festival
Author: 3WM
Author URI: https://3wm.de
Theme URI: https://3wm.de
Text Domain: africafestival
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.1
Version: 1.1.0
*/

/**
 * Dieselbe background-color wie in theme.json (primary color).
 * Mit not-selector verhindern, dass tinymce-Felder von ACF auch betroffen sind.
 */
:not(.acf-editor-wrap) html {
    background-color: #ffeccb;
}

/* Block gap für main-content anpassen */
body main .is-layout-flex {
    gap: 2rem;
}

.header-menu-container {
    min-height: 8rem;
    background-color: #0a0a0a;
}

.header-menu--extra,
.wp-block-site-logo {
    position: relative;
}

.header-menu-bar {
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 0;
}

/**
 * nav-links immer in uppercase
 */
.wp-block-navigation-item {
    text-transform: uppercase;
}

/**
 * Social Icons Größe überschreiben
 */
header .wp-block-social-links.is-style-logos-only .wp-social-link {
    font-size: 1rem;
}

footer .wp-block-social-links.is-style-logos-only .wp-social-link {
    font-size: 1.25rem;
}

/**
 * Entferne block gap von bestimmten Blöcken
 */
.wp-site-blocks > *,
.wp-site-blocks .wp-block-spacer {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

/**
 * Header & Footer Dekoration
 */
.header-decoration,
.footer-decoration {
    position: relative;
    height: 0.875rem;
}

.header-decoration figure,
.footer-decoration figure {
    position: absolute;
    top: 50%;
    left: 50%;
}

.header-decoration figure {
    transform: translate(-50%, -25%);
}

.footer-decoration figure {
    transform: translate(-50%, -75%);
}

/**
 * CSS für Menüs (mobile/desktop)
 */
.main-menu--desktop {
    display: none !important;
}

nav.main-menu--mobile .wp-block-navigation__responsive-container-close {
    top: 20px !important;
    right: 20px !important;
}

nav.main-menu--mobile .wp-block-navigation__container {
    margin-right: 20px;
}

@media (min-width: 68.75rem) {
    .main-menu--mobile {
        display: none !important;
    }

    .main-menu--desktop {
        display: flex !important;
    }
}

@media (max-width: 50rem) {
    .header-menu--extra > *:not(.nav-language-switch) {
        display: none !important;
    }

    .nav-language-switch {
        position: absolute;
        top: -0.5rem;
    }

    .wpml-ls-item-en a {
        padding-right: 2px;
    }

    .main-menu--mobile {
        margin-block-start: 2rem !important;
    }
}

/* Submenü Anpassungen */
.wp-block-navigation__submenu-container,
.wp-block-navigation__submenu-container.has-background {
    padding-right: 0 !important;
    font-size: 1rem;
}

/* Anpassungen für AIO Slider */
.aio-slider {
    background-color: #FFF2DD;
    -webkit-box-shadow: 2px 1px 9px -2px #72494e, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 2px 1px 9px -2px #72494e, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}

.aio-caption {
    padding: 0.5rem 1rem;
    background-color: #6a0e19;
    color: #fff;
    font-size: 0.75rem;
}

header .aio-caption {
    text-shadow: #000 0 3px 8px;
}

@media (min-width: 48rem) {
    .aio-caption {
        font-size: 0.75rem;
    }
}
@media (min-width: 68.75rem) {
    body.home header .aio-slider {
        height: 37.5rem;
    }

    body:not(.home) header .aio-slider {
        max-height: 25rem;
    }
}

.aio-spacer {
    background-color: #6a0e19;
}

/* Sprachschalter Anpassungen */
.wpml-ls-legacy-list-horizontal {
    padding: 0;
    display: flex;
}

.wpml-ls-legacy-list-horizontal > ul,
.wpml-ls-legacy-list-horizontal a {
    display: flex;
}

.wpml-ls-legacy-list-horizontal .wp-block-navigation-item__content {
    display: none !important;
}

/* Anpassungen für Button Blöcke */
.wp-block-button {
    border-radius: 0.33rem;
}

.wp-block-button > .wp-block-button__link {
    transition: all 0.4s ease-in-out;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    background-color: transparent;
    color: #6a0e19;
    border: 2px solid;
}

.is-style-outline > .wp-block-button__link {
    background-color: transparent;
    color: #6a0e19 !important;
}

.is-style-outline .wp-block-button__link:hover {
    background-color: #6a0e19;
}

.is-style-outline > .wp-block-button__link:hover {
    color: #fff !important;
}

/* Figure > Figcaption */
.wp-block-image > figcaption {
    font-size: 0.8rem;
    margin-top: 1rem;
}

/**
 * Block styles
 */

/* Button styles */
.is-style-camping-button,
.is-style-video-button,
.is-style-get-tickets {
    display: flex !important;
    align-items: center;
    background-color: #6a0e19;
    border: 1px solid #6a0e19;
    border-radius: 0.4em;
    color: #ffeccb !important;
    height: 2.5em;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.is-style-camping-button:hover,
.is-style-video-button:hover,
.is-style-get-tickets:hover {
    background-color: #ffeccb;
}

.is-style-camping-button > .wp-block-button__link,
.is-style-video-button > .wp-block-button__link,
.is-style-get-tickets > .wp-block-button__link {
    border: none !important;
    background: none;
    padding: 0.5em 0.75em !important;
    position: relative;
    display: flex;
    align-items: center;
    height: 3em;
    transition: all 0.3s ease-in-out;
}

.is-style-video-button:hover > .wp-block-button__link,
.is-style-get-tickets:hover > .wp-block-button__link,
.is-style-camping-button:hover > .wp-block-button__link {
    color: #6a0e19;;
}

.is-style-video-button > .wp-block-button__link::before,
.is-style-get-tickets > .wp-block-button__link::before,
.is-style-camping-button > .wp-block-button__link::before {
    content: "";
    background-repeat: no-repeat;
    width: 2.75em;
    height: 2em;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.is-style-video-button > .wp-block-button__link::before {
    background-image: url(assets/icons/youtube.svg);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.is-style-video-button:hover > .wp-block-button__link::before {
    filter: brightness(0) saturate(100%) invert(7%) sepia(44%) saturate(6995%) hue-rotate(343deg) brightness(102%) contrast(96%);
}

.is-style-get-tickets > .wp-block-button__link::before {
    background-image: url(assets/icons/ticket-regular-white.svg);
}

.is-style-get-tickets:hover > .wp-block-button__link::before {
    background-image: url(assets/icons/ticket-regular-red.svg);
}

.is-style-camping-button > .wp-block-button__link::before {
    background-image: url(assets/icons/tent.svg);
    filter: brightness(0) invert(1);
}

.is-style-camping-button:hover > .wp-block-button__link::before {
    filter: brightness(0) saturate(100%) invert(7%) sepia(44%) saturate(6995%) hue-rotate(343deg) brightness(102%) contrast(96%);
}

/* Für Columns-Block */
.is-style-order-columns > .wp-block-column {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}

.is-style-order-columns > .wp-block-column > *:last-child {
    margin-top: auto;
    padding-top: 2rem;
}

/* Für Separator */
.wp-block-separator.is-style-africafestival-separator {
    border: 0;
    background-image: url("/wp-content/uploads/2022/08/Tribal_Unten.png");
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 4rem 0;
}

/* Für Image-Block */
.wp-block-image.is-style-africafestival-image img {
    -webkit-box-shadow: 2px 1px 9px -2px #72494e, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 2px 1px 9px -2px #72494e, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}

/* Für Audio-Block */
.wp-block-audio audio {
    max-width: 33%;
    min-width: 18.75rem;
}

/* Slider im Header anpassen */
header .aio-caption {
    background-color: transparent;
}

header .aio-caption__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
}

header .aio-caption__desc {
    font-size: clamp(1rem, 4vw, 1.75rem);
}

/**
 * Block patterns
 */
.af-media-text--left > *:last-child,
.af-media-text--right > *:last-child {
    padding-bottom: 2.25rem !important;
}

/* Ab hier bricht WordPress Bild und Text auf zwei Zeilen um, also brauchen wir das padding nicht mehr */
@media (max-width: 781px) {
    .af-media-text--left > *:last-child,
    .af-media-text--right > *:last-child {
        padding-bottom: 0 !important;
    }
}

.af-media-text--right {
    flex-direction: row-reverse !important;
}

/* Copyright */
.af-copyright {
    text-transform: uppercase;
}

/* Listen stylen */
.wp-block-post-content ul,
.wp-block-post-content ol {
    line-height: 1.75;
    margin-block-start: 1rem;
}

.wp-block-post-content ul > li:last-child,
.wp-block-post-content ol > li:last-child {
    margin-block-end: 1rem;
}

.wp-block-post-content ul > li > ol,
.wp-block-post-content ol > li > ul {
    margin-block-start: 1rem;
}

/* Menü stylen */
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #6a0e19;
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    text-shadow: #000 0 3px 8px;
}

footer .wp-block-navigation ul,
footer .wp-block-navigation ul li {
    text-shadow: none;
}

/*--------------------------------------------------------------
## Theme africafestival - Tickets
--------------------------------------------------------------*/
/* container */
.evma__container {
    background-color: #ffca78;
    margin: 0 0 2em 1em;
    padding: 2em 3em 3em 2em;
    position: relative;
}

.evma__container::before {
    background-image: url(assets/images/africa-festival-tribal-2.svg);
    background-position: left center;
    content: "";
    position: absolute;
    left: -1em;
    top: 0;
    height: 100%;
    width: 0.75em;
}


/* button */
.evma__button {
    background: #0D7DAF;
    border: none;
    border-radius: 0.5em;
    color: #ffffff;
    cursor: pointer;
    font-family: "Secular One", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.5em 1em;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.evma__button:hover {
    background: #6a0e19;
}

/* Titelzusatz */
.evma__title,
.evma__title-extra {
    font-weight: bold;
    color: #6a0e19;
}


/*--------------------------------------------------------------
## Theme africafestival - Responsivity, mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 29.999rem) {
    button,
    input[type="submit"] {
        font-size: 1em;
    }
}

/*--------------------------------------------------------------
## Plugins - Event Manager, Camping Manager
--------------------------------------------------------------*/
.camping__form,
.evma__form {
    background-color: #ffca78;
    margin: 0 0 2em 1em;
    /*padding: 2em 3em 3em 2em;*/
    position: relative;
}

.camping__form::before,
.evma__form::before {
    background-image: url(assets/images/africa-festival-tribal-2.svg);
    background-position: left top;
    content: "";
    position: absolute;
    left: -1em;
    top: 0;
    height: 100%;
    width: 1rem;
}

.evma__form h3,
.camping__form h3 {
    font-weight: bold;
    margin-top: 0 !important;
}

.evma-ticket-row {
    background-color: #ffca78;
    margin-top: 2rem;
    position: relative;
    padding: 2em 3em 3em 2em;
}

.evma-ticket-row:nth-child(even) {
    background-color: #ffeccb;
}

.evma-ticket-row::before {
    background-image: url(assets/images/africa-festival-tribal-2.svg);
    background-repeat: no-repeat;
    background-position: left center;
    content: "";
    position: absolute;
    left: -1em;
    top: 0;
    height: 100%;
    width: 0.75em;
}

.evma-ticket-row::after {
    content: "";
    clear: both;
    display: table;
}

.evma-ticket-row h2, .evma-ticket-row h3, .evma-ticket-row p {
    margin: 0;
}

.camping__form button,
.camping__form input[type="submit"],
.evma__form button,
.evma__form input[type="submit"] {
    background: #6a0e19;
    border-radius: 0.5em;
    color: #ffffff;
    cursor: pointer;
    font-family: "Secular One", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.5em 1em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border: 1px solid #6a0e19;
}

.camping__form button:hover,
.camping__form input[type="submit"]:hover,
.evma__form button:hover,
.evma__form input[type="submit"]:hover {
    background: transparent;
    color: #6a0e19;
}

.camping__form input[type="submit"]:focus,
.evma__form input[type="submit"]:focus {
    outline: none;
}

.evma-ticket-summary-table {
    background-color: #ffca78;
    border-bottom: 1px solid #ffca78;
    border-spacing: 0;
    font-size: 0.9rem;
    margin: 0 0 2em 1em;
    position: relative;
    width: calc(100% - 1em);
}

.evma-ticket-summary-table:before {
    background-image: url(assets/images/africa-festival-tribal-2.svg);
    background-position: left center;
    content: "";
    position: absolute;
    left: -1em;
    top: 0;
    height: 100%;
    width: 0.75em;
}

.evma-ticket-summary-table thead {
    background-color: #ffca78;
}

.evma-ticket-summary-table thead th {
    border-right: 1px solid #fff5e3;
    color: #8A1002;
    font-family: "Secular One", Arial, sans-serif;
    padding: 1rem 0.5rem;
}

.evma-ticket-summary-table thead th,
.evma-ticket-summary-table tbody tr td {
    text-align: left;
}

.evma-ticket-summary-table tbody tr {
    vertical-align: top;
}

.evma-ticket-summary-table tbody tr.even {
    background-color: #fff5e3;
    border-right: 1px solid #ffca78;
}

.evma-ticket-summary-table tbody tr.even td {
    background-color: #fff5e3;
    border-right: 1px solid #ffca78;
}

.evma-ticket-summary-table tbody tr.odd {
    background-color: #ffca78;
    border-right: 1px solid #fff5e3;
}

.evma-ticket-summary-table tbody tr.odd td {
    background-color: #ffca78;
    border-right: 1px solid #fff5e3;
}

.evma-ticket-summary-table tbody tr td {
    padding: 1rem 0.4rem;
}

.evma-ticket-summary-table tbody tr td p {
    margin: 0;
}

.marker-soldout {
    color: #FFFFFF;
    background: #aa0000;
    display: inline-block;
    font-weight: bold;
    padding: 0 1rem;
    margin-left: 1rem;
    animation:blinkingText 1.2s infinite;
}

@keyframes blinkingText{
    0%{     color: #FFF;    }
    49%{    color: #FFF; }
    60%{    color: transparent; }
    99%{    color: transparent;  }
    100%{   color: #FFF;    }
}

.marker-fewavailable {
    color: #FFFFFF;
    background: #aa0000;
    display: inline-block;
    font-weight: bold;
    padding: 0 1rem;
    margin-left: 1rem;
    animation:blinkingText 1.2s infinite;
}

.evma-category-infotext {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    text-transform: none !important;
}

.evma-category-select {
    max-width: 33%;
    min-width: 190px;
}

.evma-customer-selection {
    margin-bottom: 2rem;
}

.evma-customer-data {
    display: none;
    margin-top: 2rem;
}

.evma-customer-input-field {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    align-items: center;
}

.evma-customer-input-field > * {
    flex: 1 1 170px;
}

.camping-controls,
.evma-controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.camping-controls > *,
.evma-controls > * {
    flex: 1 1 170px;
    background: #0D7DAF;
    border: none;
    border-radius: 0.5em;
    color: #ffffff;
    cursor: pointer;
    font-family: "Secular One", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.5em 1em;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.camping-controls > *:hover,
.evma-controls > *:hover {
    background: #8A1002;
}

.evma-customer-contact-data p {
    font-size: 0.9rem !important;
}

/*--------------------------------------------------------------
# Formulare
--------------------------------------------------------------*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c78400;
    opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c78400;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c78400;
}

input,
select,
textarea {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
select,
textarea {
    border: none;
    box-shadow: inset 0 0 3px #c78400;
    padding: 0.25rem 0.75rem;
    width: 90%;
    transition: all 0.15s ease-in-out;
}

input[type=submit] {
    background-color: #6a0e19;
    border: 1px solid #6a0e19;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    transition: all 0.3s ease-in-out;
}

input[type=submit]:hover {
    background-color: #ffeccb;
    color: #6a0e19;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=date]:focus-visible,
select,
textarea {
    outline: none;
    box-shadow: inset 0 0 4px #c78400;
}

p.kleingedrucktes {
    font-size: 1rem;
    line-height: 1.1;
}
/**
Borlabs
 */
main a._brlbs-btn-cookie-preference {
    background: #6a0e19 !important;
    border-radius: 3px !important;
    color: #fff !important;
}

main a._brlbs-btn-cookie-preference:hover {
    background: #6a0e19 !important;
    color: #fff !important;
}

/**
Galerie
 */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: #ffeccb;
    color: #0a0a0a;
    padding: 0.5rem 0;
    text-align: left;
    font-size: 0.75rem;
}

/**
Abfrage-Loop (z.B. bei Award)
 */
.wp-block-query .wp-block-post-featured-image img.wp-post-image {
    /*-webkit-box-shadow: 2px 1px 9px -2px #72494e, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 2px 1px 9px -2px #72494e, 5px 5px 15px 5px rgb(0 0 0 / 0%);*/
}

.wp-block-query h2.wp-block-post-title {
    font-size: 1.25rem;
    margin-block-start: 0.5rem;
}

/* Medien & Text Block */
.wp-block-media-text__content {
    font-size: 1rem;
}

.wp-block-media-text__content h3,
.wp-block-media-text__content h4 {
    margin: 0.5rem 0;
}

.wp-block-media-text__content p {
    margin: 0.25rem 0;
    line-height: 1.5;
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    padding-left: 0;
}

.wp-block-media-text:not(.has-media-on-the-right) > .wp-block-media-text__content {
    padding-right: 0;
}

@media (max-width: 600px) {
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
        margin-top: 1rem;
    }
}

/* Styling für Archivseiten */
body.single-archiv h1 {
    text-align: center;
}

/* Styling für Query Block für Archiv */
li.category-highlights figure,
li.category-vergangene-festivals figure {
    position: relative;
}

li.category-highlights figure a::before,
li.category-highlights figure a::after,
li.category-vergangene-festivals figure a::before,
li.category-vergangene-festivals figure a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

li.category-highlights figure:hover a::before,
li.category-vergangene-festivals figure:hover a::before {
    background-color: rgba(0,0,0,0.3);
}

li.category-highlights figure:hover a::after,
li.category-vergangene-festivals figure:hover a::after {
    content: url(assets/icons/arrow-right-solid.svg);
    max-width: 2rem;
    max-height: 2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none;
    padding: 1rem;
    background-color: #fff;
    border-radius: 20%;
}

.wp-block-query li.type-archiv h2 {
    line-height: 1.2;
    margin-top: 1rem;
    text-align: center;
}

@media (max-width: 900px) {
    li.category-vergangene-festivals {
        width: calc(33% - 0.9375em) !important;
    }
}

@media (max-width: 600px) {
    li.category-vergangene-festivals {
        width: 100% !important;
    }
}

/* WPML Sprachumschalter */
.wpml-language-switcher-block {
    width: auto !important;
}

[data-wpml='language-item']:first-of-type {
    margin-top: 0 !important;
}

header .wpml-language-switcher-block {
    width: fit-content !important;
}

header .wpml-language-switcher-block ul li.wp-block-navigation-item {
    margin: 0 !important;
}

/* Fix stupid WordPress 6.8 Inline CSS */
.wp-container-core-group-is-layout-3594d6f9 > .alignfull {
     margin-right: 0 !important;
     margin-left: 0 !important;
}

/* Gästebuch */
.page-template-gaestebuch {
    position: relative;
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 0;
}

.page-template-gaestebuch h1,
.page-template-gaestebuch h2,
.page-template-gaestebuch h3,
.page-template-gaestebuch h4 {
}

.page-template-gaestebuch a {
    transition: all 0.3s ease-in-out;
}

.page-template-gaestebuch a:hover {
    color: #6a0e19 !important;
}

.page-template-gaestebuch .brlbs-cmpnt-widget {
    color: #ffffff !important;
}

.gaestebuch-header {
    margin: 0;
}

.gaestebuch-header-cover {
    position: relative;
}

.gaestebuch-header-cover .wp-block-cover__inner-container {
    position: absolute;
    height: 100%;
}

.gaestebuch-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.page-template-gaestebuch .entry-content {
    padding: 0 20px;
}

.page-template-gaestebuch p {
    line-height: 1.125;
}

.gaestebuch-ibu {
    margin: 0 !important;
}

.gwolle-gb {
    margin: 4rem 0;
}

.gwolle-gb-write-button .button,
.gwolle_gb_submit.button {
    background-color: #6a0e19;
    color: #ffffff;
    border: 1px solid #6a0e19;
    padding: 0.25rem 2rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.gwolle-gb-write-button .button:hover,
.gwolle_gb_submit.button:hover {
    background-color: #ffeccb;
    border: 1px solid #c99fa4;
    color: #6a0e19;
}

html body div.gwolle-gb form.gwolle-gb-write button.gb-notice-dismiss {
    background-color: #6a0e19;
    color: #ffffff;
    border: 1px solid #6a0e19;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 32px;
    height: 32px;
}

html body div.gwolle-gb form.gwolle-gb-write button.gb-notice-dismiss:hover {
    background-color: #ffeccb;
    border: 1px solid #6a0e19;
    color: #6a0e19;
}

.page-template-gaestebuch  input[type=text],
.page-template-gaestebuch input[type=email],
.page-template-gaestebuch input[type=password],
.page-template-gaestebuch input[type=number],
.page-template-gaestebuch input[type=tel],
.page-template-gaestebuch input[type=date],
.page-template-gaestebuch  select,
.page-template-gaestebuch textarea  {
    border: none;
    box-shadow: none;
    padding: 0.25rem 0.75rem;
    width: 90% !important;
    transition: all 0.15s ease-in-out;
    background-color: #ffffff;
    color: #000000;
}

.gaestebuch-link {
    font-weight: 700;
    color: var(--wp--preset--color--secondary);
}

.gwolle_gb_notice {
    font-size: 0.85rem;
    margin-left: 35%;
    width: 50%;
}

@media screen and (max-width: 430px) {
    .gwolle_gb_notice {
        margin-left: 0;
        width: 100%;
    }

    footer .wp-block-group {
        padding: 1em 0 !important;
    }
}

.gwolle-gb-read {
    margin: 2rem 0 6rem;
    border-top: 1px solid #c99fa4;
    padding-top: 2rem;
}

.gwolle-gb-total {
    font-size: 0.85rem;
    color: #6a0e19;
    margin-bottom: 2rem;
}

.gwolle-gb .gb-entry {
    border-top: 1px solid #c99fa4;
    padding: 2rem 0;
}

.gwolle-gb .gb-entry .gb-author-info .gb-author-name,
.gwolle-gb .gb-entry .gb-entry-content {
    padding-left: 0;
}

.gb-author-info {
    color: #6a0e19;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.gb-author-info br {
    display: none;
}