/*
 Theme Name:       jojoheizmann.de
 Theme URI:        http://www.jojoheizmann.de/
 Description:      Desitin Child Theme (desitin.de)
 Author:           Jannemann
 Author Email:     jannemann@suedpol.org
 Template:         blocksy
 Version:          1.0.1.2
 Text Domain:      blocksy-child
*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #fff;
    overflow-x: hidden;
    margin: 0;
    display: flex;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden;
}

h1 {
    hyphens: auto;
}

/* Navigation START */
#header-menu-2 {
    overflow: hidden;
}

header .site-logo-container {
    display: block;
    position: relative;
    width: 280px;
    height: 60px;
    background-image: url(/wp-content/uploads/2025/03/logo.gif);
    background-position: center;
    background-size: 100% auto;
}

header .site-logo-container::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent url(/wp-content/themes/jojoheizmann.de/img/jojo_insta_profile.jpg) no-repeat;
    background-size: cover;
    margin-left: -30px;
    border: 3px solid #fef201;
    animation: spin 30s linear infinite;
}

@media (max-width: 500px) {
    header .site-logo-container::before {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        margin-left: -20px;
    }
}

header .site-logo-container > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    object-fit: cover;
}

header video {
    max-width: 240px;
    max-height: 50px;
    object-fit: cover;
    cursor: pointer;
}

.menu .ct-menu-link {
    font-family: 'Rubik', sans-serif;
}

.menu li.menu-item {
    overflow: hidden;
}

.menu li.menu-item a,
.menu li.page_item a {
    transition: transform .2s ease-in;
    font-style: italic;
}

@media (max-width: 1025px) {
    header .menu li.menu-item a,
    header .menu li.page_item a {
        font-size: 20px!important;
    }
}

header .menu li.menu-item:hover a,
header .menu li.page_item:hover a {
    transform: rotate(-10deg);
}

header .current-menu-item a,
header .current-page-item a {
    transform: rotate(10deg);
}

.current-menu-item a,
.current-page-item a,
.menu li.menu-item:hover a,
.menu li.page_item:hover a {
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}

@media (max-width: 1000px) {
    .mobile-menu a {
        font-size: 30px;
    }

    .mobile-menu li.current-menu-item a,
    .mobile-menu li.current-page-item a {
        transform: rotate(0);
        padding-left: 10px;
    }

    .mobile-menu li.current-menu-item,
    .mobile-menu li.current-page-item {
        border-left: 5px solid #e9dc1e;
    }
}

.ct-footer-socials a .ct-icon-container svg {
    transition: transform .2s ease-in;
}

.ct-footer-socials a:hover .ct-icon-container svg {
    stroke: #ffffff;
    transform: rotate(-15deg);
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}

.ct-toggle-close > .ct-icon {
    width: 30px;
    height: 30px;
}

.ct-header-trigger > .ct-icon {
    width: 40px;
    height: 31px;
}

.ct-header > .ct-panel-inner {

}

/* Navigation ENDE */

#fancybox-outer,
#fancybox-content {
    border-radius: 10px;
}

.wp-block-video {
    position: relative;
}

.wp-block-video video {
    vertical-align: middle;
    object-fit: cover;
    cursor: pointer;
    aspect-ratio: 4 / 3;
}

.wp-block-video::before {
    content: '';
    content: none;
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
    background: transparent url(/wp-content/themes/jojoheizmann.de/img/icon_video_play.png) no-repeat;
    background-size: cover;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    z-index: 63;
    pointer-events: none;
}

.wp-block-audio audio {
    min-width: 200px;
}

h1 > em {
    display: inline-block;
    transform: rotate(-5deg);
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}