/**
 * Theme Name: JZ Dorfen
 * Version: 1.0
**/

/*
 * Default WP Alignment Classes
 *****************************************************************************/

 .aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}


/*
 * Custom Styles
 *****************************************************************************/

@font-face {
    font-family: 'LaffRiotNF';
    src: url('assets/fonts/LaffRiotNF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	color: inherit;
    transition: color .35s ease;
}

a:hover {
    color: #a6050b;
}

p a {
	text-decoration: underline !important;
}

* {
	letter-spacing: 0;
}

img,
svg {
    width: auto;
    height: auto;
    max-width: 100%;
}

strong {
    font-weight: 700;
}

html {
    font-size: 15px;
}

body {
    font-family: sans-serif;
    color: #fff;
    background: #000;
    padding-top: 12.5rem;
}

.single-post {
    padding-top: 20rem;
}

p, ul {
    font-size: 1.5rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    background-position: center 64%;
    background-size: cover;
    background-repeat: none;
    height: 12.5rem;
}

.single-post header {
    height: 20rem;
    background-position-y: 23%;
}

header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.7);
}

header > * {
    position: relative;
}

.jz-header-nav {
    display: flex;
    padding: 2rem 0;
    font-family: 'LaffRiotNF', sans-serif;
}

.jz-header-nav > div {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

h1, h2, h3 {
    font-family: 'LaffRiotNF', sans-serif;
}

.jz-header-nav .menu {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}

.jz-header-nav .menu-item {
    margin-right: 2rem;
}

.jz-menu-btn {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    transition: color .35s ease;
    color: #a6050b;
    display: none;
}

.jz-logo {
    display: flex;
    align-items: center;
    z-index: 1;
}

.jz-logo img {
    width: 10rem;
}

.jz-hero {
    width: 100%;
    height: 10vw;
    object-fit: cover;
    object-position: center 64%;
    display: block;
}

.jz-main {
    position: relative;
}

.jz-main-bg {
    position: fixed;
    left: 0;
    top: 12.5rem;
    bottom: 0;
    width: 100%;
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
    opacity: .15;
}

.single-post .jz-main-bg {
    top: 20rem;
}

.jz-main-content {
    padding-top: 40px;
	padding-bottom: 40px;
    position: relative;
    color: #fff;
}

header::after {
    content: '5.7. - 7.7.24';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 5rem;
    font-family: 'LaffRiotNF', sans-serif;
}

.single header::after {
    content: attr(data-after);
}

.jz-lineup a {
    text-align: center;
    border: 1px solid #fff;
    display: block;
    height: 100%;
    background: #000;
}

.jz-lineup img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.6;
    margin-bottom: .5rem;
}

.jz-gallery img {
    margin-bottom: 0;
}

.jz-gallery,
.jz-anreise {
    padding-bottom: 1.5rem;
}

.jz-social img {
    width: auto;
    height: 45px;
}

.jz-social {
    display: flex;
    justify-content: space-around;
    padding-top: 5rem;
}

.jz-ticket-more {
    display: block;
    overflow: hidden;
    height: 0;
}

.jz-ticket {
    text-align: center;
    border: 1px solid #fff;
    margin: 0 auto 40px;
    width: 500px;
    max-width: 100%;
}

.jz-ticket-read-more {
    cursor: pointer;
}

.jz-ticket-read-more img {
    transform: rotate(90deg);
    transition: transform .35s ease;
}

.jz-ticket.active .jz-ticket-read-more img {
    transform: rotate(-90deg);
}

.jz-lineup-row {
    --bs-gutter-y: 1.5rem;
}

.menu-open {
	overflow: hidden;
}

.add_to_cart_button,
.variations {
    margin: 0 2rem !important;
}

.label label {
	margin-right: 1rem;
}

.woocommerce-page > .container {
    padding-top: 4rem;
}

.wc-block-cart-item__image,
.wc-block-cart-items__header-image {
    display: none;
}

.components-button {
    background: #e9e6ed;
    color: #515151 !important;
}


@media (min-width: 1800px) {
    .container {
        max-width: 84.5rem;
    }
}

@media (min-width: 2500px) {
    html {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .jz-menu-btn {
        display: block;
        z-index: 1;
    }
	
	.jz-header-nav > div {
        position: fixed;
        left: 0;
        top: 9rem;
        bottom: 0;
        width: 100%;
        background: #000;
        visibility: hidden;
		overflow: auto;
		align-items: stretch;
		justify-content: flex-start;
	}

    .jz-header-nav .menu:first-child {
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        font-size: 10vw;
		flex: 1 0 0%;
    }
	
	.jz-header-nav .menu:last-child {
		font-size: 5vw;
        justify-content: space-around;
		padding-bottom: 5vw;
	}
	
	.jz-header-nav .menu-item {
		margin: 0;
	}

    .jz-header-nav {
        padding: 0;
        align-items: center;
    }
}


@media (max-width: 767px) {
    .jz-main-bg {
        background-size: 90%;
    }

    header {
        height: 9rem;
        padding: 0 10px;
    }

    header::after {
        font-size: 2rem;
    }

    .jz-logo img {
        width: 7rem;
    }

    body {
        padding-top: 9rem;
    }

    .jz-main-content {
        text-align: center;
    }

    .jz-social {
        padding-bottom: 3rem;
    }
}

@media (max-width: 575px) {
    .jz-logo img {
        width: 6rem;
    }
}