@import url("../../../include/font-awesome/css/font-awesome.min.css");

/* ==========================================================================
   1. LOKALE SCHRIFTARTEN (Philosopher & Roboto)
   ========================================================================== */

/* philosopher-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/philosopher-v19-latin-regular.woff2') format('woff2');
}

/* philosopher-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/philosopher-v19-latin-700.woff2') format('woff2');
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2');
}


/* ==========================================================================
   2. BOOTSTRAP 5 VARIABLEN & GLOBALE ANPASSUNGEN
   ========================================================================== */
:root {
    --bs-primary: #b4a591;
    --bs-primary-rgb: 180, 165, 145;
    --bs-body-color: #878787;
    --bs-body-font-family: 'Roboto', sans-serif;
    --bs-heading-color: #b2a491;
    --bs-link-color: #b2a491;
    --bs-link-hover-color: #8a7c6b;
	--bs-white-color: #FFFFFF;
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-link-active-color: var(--bs-primary);	
}

html,
body {
    overflow-x: hidden;
    font-size: 20px;
    -webkit-font-smoothing: antialiased !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.noshow { display: none !important; }
.nopadding { padding: 0 !important; margin: 0 !important; }
.img-center { margin: auto; display: block; }
.img-right { float: right; }
.img-left { float: left; }
.img-responsive { max-width: 100%; height: auto; }

a {
    text-decoration: none !important;
    transition: color 0.3s ease;
	color: var(--bs-heading-color);
}


/* ==========================================================================
   3. TYPOGRAFIE & BASIS
   ========================================================================== */
strong,
b {
    font-weight: 700;
}

p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    color: var(--bs-link-color);
}

h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
}

h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

small.img-desc {
    font-size: 0.55em;
    line-height: 0.6em;
}

.hr {
    margin-top: 45px;
    margin-bottom: 45px;
    border: 0;
    border-top: 5px solid #b2a491 !important;
    width: 100%;
    opacity: 1;
}




/* ==========================================================================
   4. FARBEN, HINTERGRÜNDE & KONTAKTLEISTE
   ========================================================================== */
.text-black,
.text-black a,
a.text-black {
    color: #000000 !important;
}

.text-grey,
.text-grey a,
a.text-grey {
    color: #282727 !important;
}

.text-white,
.text-white a,
a.text-white {
    color: #FFFFFF !important;
}

.bg-grey {
    background: rgba(180,165,145,0.25) !important;
    padding-top: 25px;
    padding-bottom: 25px;
}

.bg-body {
    margin-top: 75px;
    margin-bottom: 75px;
}

.bg-navi {
    background: #b2a491 !important;
}

.contactbar {
    background: #b4a591;
    color: #FFFFFF;
    font-size: 14px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.contactbar a {
    color: #FFFFFF;
}


/* ==========================================================================
   5. NAVBAR & DROPDOWN
   ========================================================================== */
.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    color: var(--bs-white-color) !important;
}

.navbar-nav > .nav-item.active > .nav-link,
.navbar-nav > .nav-item.active > .nav-parent-wrap > .nav-link,
.navbar .dropdown-menu > li.active > .dropdown-item,
.navbar .nav-item.dropdown.active > .nav-parent-wrap > .nav-link {
    font-weight: 700;
}

.navbar .dropdown-menu > li.active > .dropdown-item {
    font-weight: 700;
    color: var(--bs-primary) !important;
}

.navbar .dropdown-item:active,
.navbar .dropdown-item.active {
    background-color: transparent !important;
    color: var(--bs-primary) !important;
}

.navbar .dropdown-menu .dropdown-item {
    text-transform: none !important;
}

/* Split-Dropdown */
.navbar .nav-parent-wrap {
    width: 100%;
}

.navbar .nav-item.dropdown > .nav-parent-wrap {
    width: 100%;
}

.navbar .nav-item.dropdown .nav-link {
    margin-bottom: 0;
}

.navbar .nav-toggle {
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    cursor: pointer;
}

.navbar .nav-toggle:focus,
.navbar .nav-toggle:active {
    box-shadow: none !important;
    outline: none !important;
}

.navbar .nav-toggle-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.4rem solid currentColor;
    transition: transform 0.2s ease;
	color: #FFFFFF;
}

.navbar .nav-item.dropdown.open > .nav-parent-wrap .nav-toggle-icon {
    transform: rotate(180deg);
}

/* Desktop */
@media (min-width: 992px) {
    .navbar-nav {
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    .navbar-nav > .nav-item > .nav-link,
    .navbar .nav-parent-wrap > .nav-link {
        padding: 0 !important;
    }

    .navbar .nav-item.dropdown > .nav-parent-wrap {
        display: flex;
        align-items: center;
    }

    .navbar .nav-parent-wrap .nav-link.flex-grow-1 {
        flex-grow: 0 !important;
    }

    .navbar .nav-toggle {
        padding: 0 0 0 0.35rem;
    }

    .navbar .dropdown-menu {
        min-width: 220px;
    }

    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        margin-top: 1rem;
    }
}

/* Mobile */
@media (max-width: 991.98px) {
    .navbar .navbar-collapse {
        padding-top: 1rem;
    }

    .navbar .navbar-nav {
        gap: 0;
    }

    .navbar .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(180,165,145,0.2);
    }

    .navbar .nav-item.dropdown > .nav-parent-wrap {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .navbar .nav-item.dropdown .nav-link {
        flex: 1 1 auto;
        padding: 0.85rem 0;
        padding-right: 0.5rem;
    }

    .navbar .nav-item > .nav-link {
        padding: 0.85rem 0;
    }

    .navbar .nav-toggle {
        flex: 0 0 auto;
        padding: 0.85rem 0.75rem;
    }

    .navbar .dropdown-menu {
        display: none;
        position: static !important;
        transform: none !important;
        float: none;
        width: 100%;
        margin-top: 0;
        border: 0;
        box-shadow: none !important;
        padding-top: 0;
        padding-bottom: 0.5rem;
        background: transparent;
    }

    .navbar .nav-item.dropdown.open > .dropdown-menu {
        display: block;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 0.65rem 0 0.65rem 1.5rem;
        font-size: 0.95em;
    }

    .navbar .dropdown-menu .dropdown-item.active,
    .navbar .dropdown-menu .dropdown-item:active {
        background: transparent;
        color: var(--bs-primary) !important;
    }
}


/* ==========================================================================
   6. BUTTONS
   ========================================================================== */
.btn-ac {
    border-radius: 0px;
    padding: 10px 18px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #b4a591;
    border: solid 1px #b4a591;
    transition: all 0.3s ease;
}

.btn-ac:hover,
.btn-ac:focus,
.btn-ac:active {
    color: #b4a591;
    background-color: #FFFFFF;
    border: solid 1px #b4a591;
}

.btn-formular {
    font-family: "Philosopher";
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}


/* ==========================================================================
   7. FIXIERTE SIDEBAR (WhatsApp, Tel, etc.)
   ========================================================================== */
.sidenav {
    right: 0;
    height: 40px;
    position: fixed;
    display: block;
    color: #FFF;
    z-index: 999;
    transition: ease-in-out all 150ms;
    background: #b4a591;
    font-family: "Philosopher", sans-serif;
    font-size: 16px !important;
    padding-top: 9px !important;
    padding-left: 8px !important;
}

.sidenav a {
    color: #FFF;
}

.sidenav-1,
.sidenav-2,
.sidenav-3,
.sidenav-4 {
    width: 195px;
    margin-right: -150px;
}

.sidenav-1 { top: 325px; }
.sidenav-2 { top: 367px; }
.sidenav-3 { top: 409px; }
.sidenav-4 { top: 451px; }

.sidenav:hover,
.sidenav:active,
.sidenav:focus {
    margin-right: 0;
    color: #FFF !important;
    background: #b4a591;
}

.sidenav-icon {
    font-size: 26px !important;
    line-height: 26px !important;
    margin-left: 2px;
    margin-top: -2px;
    vertical-align: middle;
}


/* ==========================================================================
   LEISTUNGS-BOXEN / KARTEN
   ========================================================================== */

.leistungs-boxen .row {
    --bs-gutter-y: 1.5rem;
}

.leistungs-boxen .col-12 {
    display: flex;
}

.leistungs-boxen .card {
    width: 100%;
    border: 0 !important;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.leistungs-boxen .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.leistungs-boxen .card-img-top {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.leistungs-boxen .card:hover .card-img-top {
    transform: scale(1.05);
}

.leistungs-boxen .card-body {
    padding: 1.4rem 1.2rem 1.5rem;
}

.leistungs-boxen .card-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--bs-heading-color);
}

.leistungs-boxen .btn-leistungen {
    width: 100%;
    margin-top: auto;
}

.leistungs-boxen .card a.btn {
    position: relative;
    z-index: 2;
}

/* Optional: etwas mehr Luft im ganzen Bereich */
.leistungs-boxen {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* ==========================================================================
   8. SECTIONS, BILDER & CAROUSEL
   ========================================================================== */
.img-acf {
    border: solid 1px #b4a591;
    padding: 15px;
}

.brand-logo {
    max-width: 160px;
}


.partnerflex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap; /* wichtig für mobile */
}

.partnerflex a {
    display: block;
}

.img-partner {
    max-height: 80px;
    width: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.partnerflex a:hover .img-partner {
    transform: scale(1.05);
    opacity: 0.85;
}


/* ==========================================================================
   HERO / SLIDER
   ========================================================================== */

#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
    height: 70vh;
	margin-bottom: 55px;
}

body:not(.page_1) #heroCarousel,
body:not(.page_1) #heroCarousel .carousel-inner,
body:not(.page_1) #heroCarousel .carousel-item {
    height: 42vh;
}

.hero-section {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(178, 164, 145, 0.35) 35%,
        rgba(178, 164, 145, 0.15) 100%
    );
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-title {
    color: #ffffff;
    font-family: 'Philosopher', sans-serif;
    font-size: 60px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: none;
    margin-bottom: 18px;
    max-width: 900px;
    text-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

.hero-text {
    max-width: 720px;
}

.hero-text,
.hero-text p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 400;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.30);
}

.hero-title,
.hero-text {
    color: #f5f2ee;
}

.hero-text p + p {
    margin-top: 12px;
}

.hero-text a.btn-ac {
    display: inline-block;
    margin-top: 28px;
    padding: 14px 34px;
    font-size: 14px;
    letter-spacing: 2px;
}

/* Tablet */
@media (max-width: 991.98px) {
    #heroCarousel,
    #heroCarousel .carousel-inner,
    #heroCarousel .carousel-item {
        height: 58vh;
    }

    body:not(.page_1) #heroCarousel,
    body:not(.page_1) #heroCarousel .carousel-inner,
    body:not(.page_1) #heroCarousel .carousel-item {
        height: 38vh;
    }

    .hero-title {
        font-size: 42px;
        line-height: 1.12;
        margin-bottom: 14px;
    }

    .hero-text,
    .hero-text p {
        font-size: 20px;
        line-height: 1.4;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    #heroCarousel,
    #heroCarousel .carousel-inner,
    #heroCarousel .carousel-item {
        height: 52vh;
    }

    body:not(.page_1) #heroCarousel,
    body:not(.page_1) #heroCarousel .carousel-inner,
    body:not(.page_1) #heroCarousel .carousel-item {
        height: 34vh;
    }

    .hero-section {
		padding-top: 40px;
        padding-bottom: 60px;
    }

    .hero-section::before {
        background: linear-gradient(180deg, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.22) 100%);
    }

    .hero-title {
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .hero-text,
    .hero-text p {
        font-size: 17px;
        line-height: 1.45;
    }

    .hero-text a.btn-ac {
        margin-top: 22px;
        width: auto;
    }
}

.sec1_4 {
    background-image: url('../img/acf-background.webp') !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
}

.sec1_744 {
    background-image: url('../img/acf-instafeed-background.webp') !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
}

.sec1_4-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}

.sec1_8,
.sec27_6{
	padding-top: 65px;
	padding-bottom: 65px;
}

.container-fluid.bg-body.bg-grey.sec1_2_5 {
    padding: 0px;
}

.container-fluid.bg-body.bg-grey.sec1_6_5 {
    padding: 0px;
}

.leistungs-boxen p {
    font-size: 18px;
    line-height: 24px;
}

ul.leistungs-liste {
    padding-left: 0px;
}

ul.leistungs-liste li {
    list-style-type: none;
    padding-left: 25px;
    margin-left: 5px;
    background-image: url('../img/li-item.webp');
    background-repeat: no-repeat;
    background-position: left center;
}

h3.leistungs-item {
    font-size: 18px;
    line-height: 19px;
}






/* ==========================================================================
   AESTHETIC CONCEPT - Bewertung
   ========================================================================== */
   
.review-stars {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 8px;
}

.review-stars .on {
    color: #b2a491;
}

.review-stars .off {
    color: #d8d0c5;
}

.review-text {
    clear: both;
    max-width: fit-content;
    margin: 10px auto 0;
    font-size: 18px;
    padding: 10px 30px;
    background: #fff;
    border-radius: 10px;
    color: #878787;
    text-align: center;
    line-height: 1.6;
}

.review-date {
    font-family: "Philosopher", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #878787;
}

.review-author {
    font-family: "Philosopher", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
    color: #b2a491;
}

@media (max-width: 768px) {
    .review-container {
        margin-top: 30px;
    }

    .review-card {
        padding: 16px;
        max-width: 100%;
    }

    .review-stars {
        font-size: 28px;
    }

    .review-author {
        font-size: 20px;
        line-height: 30px;
    }

    .review-date {
        font-size: 17px;
        line-height: 24px;
    }

    .review-text {
        font-size: 16px;
        padding: 12px 16px;
        max-width: 100%;
    }
}   
   
   
   
   
/* ==========================================================================
   AESTHETIC CONCEPT - ACCORDION
   ========================================================================== */

.eqd-accordion {
    width: 100%;
    margin: 40px 0;
    border: 1px solid rgba(178, 164, 145, 0.22);
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.eqd-accordion__heading {
    margin: 0;
    border-bottom: 1px solid rgba(178, 164, 145, 0.16);
}

.eqd-accordion__heading:last-of-type {
    border-bottom: 0;
}

/* Plugin-SVG deaktivieren */
.eqd-accordion__button,
.eqd-accordion__button[aria-expanded="false"],
.eqd-accordion__button[aria-expanded="true"],
.symbol-left .eqd-accordion__button,
.symbol-left .eqd-accordion__button[aria-expanded="false"],
.symbol-left .eqd-accordion__button[aria-expanded="true"] {
    background-image: none !important;
}

/* Eigenes Styling */
.eqd-accordion__button {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 24px 28px 24px 72px !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent !important;
    color: #444;
    font-family: 'Philosopher', sans-serif;
    font-size: 24px !important;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

/* Eigenes Plus/Minus */
.eqd-accordion__button::after {
    content: "+";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(178, 164, 145, 0.10);
    color: #b2a491;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.eqd-accordion__button[aria-expanded="true"]::after {
    content: "–";
    background: rgba(178, 164, 145, 0.18);
    color: #8a7c6b;
}

/* Hover / aktiv */
.eqd-accordion__button:hover,
.eqd-accordion__button:focus-visible {
    background-color: rgba(178, 164, 145, 0.05) !important;
    color: #b2a491 !important;
    outline: none;
}

.eqd-accordion__button[aria-expanded="true"] {
    background-color: rgba(178, 164, 145, 0.08) !important;
    color: #b2a491 !important;
}

/* Inhalt */
.eqd-accordion__content {
    padding: 0 28px 28px 72px;
    margin-top: 0;
    border: 0;
    background: #ffffff;
    color: #666;
}

.eqd-accordion__content[hidden] {
    display: none !important;
}

.eqd-accordion__button[aria-expanded="true"] + .eqd-accordion__content {
    animation: accordionFadeIn 0.35s ease;
}

.eqd-accordion__content p,
.eqd-accordion__content li {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #666;
}

@keyframes accordionFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobil */
@media (max-width: 768px) {
    .eqd-accordion {
        margin: 30px 0;
        border-radius: 14px;
    }

    .eqd-accordion__button {
        padding: 20px 20px 20px 58px !important;
        font-size: 20px !important;
    }

    .eqd-accordion__button::after {
        left: 12px;
        width: 32px;
        height: 32px;
        font-size: 24px;
        line-height: 32px;
    }

    .eqd-accordion__content {
        padding: 0 20px 24px 58px;
    }

    .eqd-accordion__content p,
    .eqd-accordion__content li {
        font-size: 17px;
        line-height: 1.65;
    }
}


/* ==========================================================================
   9. FOOTER
   ========================================================================== */
.bg-footer {
    background: #b2a491 !important;
    margin-top: 75px;
}

.footer,
.footer p,
.footer p a,
.footer a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
}

.footer-logo {
    max-height: 100px;
}


/* ==========================================================================
   10. ANIMATIONEN & MEDIA QUERIES
   ========================================================================== */
@media (min-width: 1180px) {
    .page1 .simage div.si-head {
        min-height: 80vh !important;
    }
}

@media (max-width: 1180px) {
    .img-logo-header {
        max-width: 255px;
    }
}

@media (max-width: 768px) {
    .img-logo-header {
        max-width: 155px;
    }

    .btn-ac {
        width: 100%;
        font-size: 20px;
    }
	
    .partnerflex {
        gap: 1.5rem;
    }

    .img-footer-logo {
        margin-bottom: 45px;
    }
	

    .footer,
    .footer p,
    .footer p a,
    .footer a {
        font-size: 16px;
        line-height: 26px;
        text-align: center !important;
    }
	
    .leistungs-boxen .card {
        border-radius: 14px;
    }

    .leistungs-boxen .card-body {
        padding: 1rem 0.95rem 1.1rem;
    }

    .leistungs-boxen .card-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 0.85rem;
    }

    .leistungs-boxen .btn-leistungen {
        font-size: 16px;
        padding: 10px 14px;
    }
}


/* Wobble Animation */
@keyframes wobble-vertical-on-hover {
    16.65% { transform: translateY(8px); }
    33.3% { transform: translateY(-6px); }
    49.95% { transform: translateY(4px); }
    66.6% { transform: translateY(-2px); }
    83.25% { transform: translateY(1px); }
    100% { transform: translateY(0); }
}

.wobble-vertical-on-hover {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
}

.wobble-vertical-on-hover:hover,
.wobble-vertical-on-hover:focus {
    animation-name: wobble-vertical-on-hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}