/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#wp-admin-bar-new-content {
    display: none !important;
}

#trp-floater-ls {
    display: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wpb_wrapper .wpb_video_wrapper {
    aspect-ratio: 16/9;
    position: relative;
    width: 100%;
}

#CookieBoxPreferencesButton {
    display: none !important;
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

.svg img:not([height]) {
    /* width: 100%; */
    height: auto;
}

.svg img:not([width]) {
    width: auto;
    /* height: 100%; */
}

.admin-bar>div:first-of-type {
    margin-top: 32px;
}

body:has([admin-bar]):first-child.hide-wp-toolbar {
    margin-top: 0;
}

#wp-admin-bar-live_deployment,
#wp-admin-bar-vc_inline-admin-bar-link,
#wp-admin-bar-wpseo-menu,
#wp-admin-bar-comments {
    display: none;
}

#wpadminbar {
    /* background: green !important; */
    /* top: inherit !important;
    bottom: 0;
    position: fixed; */
}

.grecaptcha-badge {
    display: none;
}

/** YouTube **/
.youtube-wrapper {
    max-width: 680px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.youtube {
    background-color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-top: 51%;
    overflow: hidden;
    cursor: pointer;
    height: 40px;
}

.youtube img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    height: 100%;
}

.youtube .play-button {
    width: 90px;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.youtube-wrapper {
    font-size: 0.75rem;
    display: block;
    line-height: 1;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 0;
}

.youtube-wrapper:after {
    content: 'Information zum Datenschutz';
}

.youtube-wrapper:hover:after {
    content: 'Dieses Video ist im erweiterten Datenschutzmodus von YouTube eingebunden, der das Setzen von YouTube-Cookies solange blockiert, bis ein aktiver Klick auf die Wiedergabe erfolgt. Mit Klick auf den Wiedergabe-Button erteilen Sie Ihre Einwilligung darin, dass YouTube auf dem von Ihnen verwendeten Endgerät Cookies setzt, die auch einer Analyse des Nutzungsverhaltens zu Marktforschungs- und Marketing-Zwecken dienen können. Näheres zur Cookie-Verwendung durch YouTube finden Sie in der Cookie-Policy von Google unter https://policies.google.com/technologies/types?hl=de.';
}

.reapeter-column,
.repeater-header .column {
    border: none !important;
    display: block !important;
}

/* #wpadminbar {
    width: 34px;
    z-index: 9999999;
    min-width: auto;
    overflow: hidden;
}

#wpadminbar:hover {
    width: 100%;
    overflow: visible;
} */
