/*
	Theme Name: Schön & Frölich
	Theme URI: https://www.schönfrölich.de/
	Description: Schön & Frölich 2025 Theme
	Version: 1.0
	Gestaltung: APPLAUS-KULTURPRODUKTIONEN.DE
	Author: Christoph Karnebogen, Mirco Hueneke
	Author URI: http://www.diewildengestalten.de
*/

/* ------------------- WEBFONT IMPORT (FROM?) ------------------- */





/* ------------------- VARIABLES ------------------- */
/* fuer IE extra script css-vars.js laden */
:root {
	--white: #ffffff;
}



/* ------------------- BASIC ------------------- */

body{
	font-family: ...;
}

::focus {
    outline: 0 !important;
}

.effect, a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

p:last-child{
	margin-bottom: 0;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
}




/* --------------- HEADINGS AND TXT --------------- */





/* -------------------- COLORS -------------------- */




/* ------------------- NAVIGATION ------------------- */





/* ----------------- FOOTER ----------------- */






/* ----------------- ELEMENTS ----------------- */


.ds-im {
    margin-top: 200px;
}

.ds-im h2 {
    margin-top: 50px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    color: black;
	font-weight: bold;
}

.ds-im h3 {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: black !important;
}

.ds-im h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.ds-im ul {
    padding-left: 15px;
}

.ds-im a {
	word-break: break-all;
	text-decoration: underline;
	font-weight: 500;
}







* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        @font-face {
            font-family: "Mona Sans";
            src: url("fonts/MonaSans-Regular.woff2") format("woff2");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Mona Sans";
            src: url("fonts/MonaSans-Bold.woff2") format("woff2");
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        body {
            font-family: "Mona Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
            font-feature-settings: "ss01" on, "ss03" on, "ss05" on;
            line-height: 1.3;
            background: #fff;
            color: #000;
        }
        
        a { 
            color: #000;
            font-weight: 600; 
        }
        
        .container {
            max-width: 75rem;
            margin: 0 auto;
            padding: 0.625rem;
			position: relative;
        }

        .head-wrap {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 0.625rem;
        }

        h1 {
            font-size: clamp(1.75rem, 5vw, 2.625rem);
            font-weight: 600;
			padding-top: 3px;
        }

        .address {
            text-align: right;
            font-size: clamp(1.75rem, 5vw, 2.625rem);
            font-weight: 600;
        }

        .events-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
            gap: 1.25rem;
            margin-top: 20rem;
        }

        .event-card {
            border: 0.1875rem solid #000;
            border-radius: 10px;
            padding: 0;
            display: flex;
            flex-direction: column;
            min-height: 20rem;
            transition: all 0.3s ease;
            overflow: hidden;
	height: 100%;
}

        .event-card:hover {
            border-color: #FF4E11;
            color: #FF4E11;
        }

.event-image {
	width: 100%;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	aspect-ratio: 1;
	object-fit: cover;
    display: block;
}

        .event-info {
            padding: 1rem 1.5rem 0rem 1.5rem;
			margin-bottom: 3.75rem;
        }

        .event-info h2 {
            font-size: clamp(1.25rem, 3vw, 1.5rem);
            font-weight: 600;
            margin-bottom: 0.3125rem;
        }

        .event-info p {
            font-size: clamp(1.25rem, 3vw, 1.5rem);
        }

        .event-buttons {
            display: flex;
            gap: 0.625rem;
            margin: 3.75rem 0.625rem 0.625rem;
			margin-top: auto;
        }

        .btn {
            padding: 0.3125rem 1.5625rem;
            border-radius: 1.25rem;
            font-size: clamp(0.875rem, 2.5vw, 1.125rem);
            font-weight: 400;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            flex: 1;
        }

        .btn-outline {
            background: #fff;
            border: 0.125rem solid #000;
            color: #000;
        }

        .btn-outline:hover {
            background: #000;
            color: #fff;
            transform: none;
        }

        .btn-solid {
            background: #000;
            border: 0.125rem solid #000;
            color: #fff;
        }

        .btn-solid:hover {
            background: #FF4E11;
            border-color: #FF4E11;
            transform: none;
			color: white;
        }

        .info-panel {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, margin 0.5s ease, opacity 0.3s ease;
            opacity: 0;
        }

        .info-panel.active {
            max-height: 100rem;
            opacity: 1;
            margin-top: 1rem;
        }
        
        .custom-collapse-wrap a:hover {
            color: #FF4E11;
        }

        .info-panel-content {
            color: #000;
            text-decoration: none;
            border: 0.1875rem solid #000;
            border-radius: 10px;
            padding: 2.5rem;
            position: relative;
			background-color: white;
        }

.info-panel-columns {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 2.5rem;
    font-size: 1.25rem;
    column-count: 2;
}

/*
.info-panel-columns p{
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}
*/

        .close-btn {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            background: #000;
            color: #fff;
            border: 0.125rem solid #000;
            border-radius: 50%;
            width: 2rem;
            height: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 1.5rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .close-btn:hover {
            background: #FF4E11;
            border-color: #FF4E11;
        }

        footer {
            margin-top: 20rem;
        }

        .footer-content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 1.25rem;
        }

        .tagline {
            font-size: clamp(1.5rem, 4vw, 2.25rem);
            max-width: 40rem;
        }

        .tagline img {
            width: 40rem;
            height: auto;
			max-width: 100%;
        }

        .contact-info {
            font-size: clamp(1.5rem, 4vw, 2.25rem);
        }

        .contact-info a {
            color: #000;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .contact-info a:hover {
            color: #FF4E11;
        }


.law-bar {
    text-align: center;
    margin-top: 100px;
}

.law-bar a{
	margin-left: 15px;
	font-weight: 500;
}

.footer-container{
	padding-top: 0;
}

.custom-collapse-wrap {
    position: absolute;
    left: 0px;
    width: 100%;
    margin-top: 20px !important;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
	z-index: 10;
}

.no-style:hover{
	text-decoration: none;
}




        @media (max-width: 48rem) {
            header {
                flex-direction: column;
            }

            .address {
                text-align: left;
            }

            .events-grid {
                grid-template-columns: 1fr;
            }

            .footer-content {
                flex-direction: column;
            }

            .event-buttons {
                flex-direction: column;
            }

            .info-panel-columns {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .info-panel-content {
                padding: 1.5rem;
            }

            .close-btn {
                top: 0.75rem;
                right: 0.75rem;
            }
			
			
        }


















/* ------------------------------------------------ MOBILE ------------------------------------------------ */

@media screen and (max-width: 767.98px) { 
	
	.events-grid {
		margin-top: 10rem;
	}
	
	.info-panel-content{
		padding-top: 40px;
	}
	
	.info-panel-columns {
		column-count: 1;
	}
	
}
/* ------------------------------------------------ Extra small devices ------------------------------------------------ */

@media screen and (max-width: 575.98px) { 
	
	
}





/* ------------------------------------------------ TABLET ------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.98px) { 
	

	
}






/* ------------------------------------------------ Small Computers ------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	
	
}