/* 
    Theme Name: EVM Main Theme
    Theme URI: https://github.com/3MAL1-GmbH/evm_main-theme
    Author: 3MAL1
    Author URI: https://3-mal-1.de
    Version: 1.4.1
*/

/* @import url("assets/css/root.css"); */
@import url("assets/css/style.css") screen;
@import url("assets/css/print.css") print;

@font-face {
  font-family: "Marydale";
  src: url(assets/fonts/marydale_900.woff2);
	font-display:auto;font-style:normal;font-weight:900;font-stretch:normal;
}
@font-face {
  font-family: "Marydale";
  src: url(assets/fonts/marydale_700.woff2);
	font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
@font-face {
  font-family: "Marydale";
  src: url(assets/fonts/marydale_400.woff2);
	font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
  font-family: "Soleto";
  src: url(assets/fonts/soleto_800.woff2);
	font-display:auto;font-style:normal;font-weight:800;font-stretch:normal;
}
@font-face {
  font-family: "Soleto";
  src: url(assets/fonts/soleto_400.woff2);
	font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
@font-face {
  font-family: "Soleto";
  src: url(assets/fonts/soleto_200.woff2);
	font-display:auto;font-style:normal;font-weight:200;font-stretch:normal;
}
.event-container .event-list>.event>.event-detail>.event-desc>a {
    background-color: #fff;
    border: 1px solid var(--evm-grau-mittel);
}
.event-desc:has(>a+div:empty){
    display:none;
}
.list-columns>* {
    position: relative;
    padding-left: 1rem;
}
.list-columns>*:before {
    content: '-';
    position: absolute;
    right: calc(100% + -0.5rem);
}
#wohnungshelden div:has(>iframe) {
    display: flex;
    background: #fafafa;
    padding: 1rem;
    border: 1px solid #bfbfbf;
}
#wohnungshelden div:has(>iframe)>iframe {
    min-width: 18rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    min-height: 1828px;
}

#wohnungshelden div:has(>iframe+.iFrameNote) {
    position: relative;
}

#wohnungshelden div:has(>iframe+.iFrameNote)>.iFrameNote {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffd4;
    backdrop-filter: blur(2px);
    display: flex;
    padding: 2rem;
    color: #000;
    flex-flow: column;
    box-sizing: border-box;
}

#wohnungshelden div:has(>iframe+.iFrameNote)>.iFrameNote>* {
    min-width: 222px;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    position: sticky;
    top: 7rem;
}
#wohnungshelden iframe.confirmed+.iFrameNote {
    display: none !important;
}
#app .cal-style-1 .calendar-wrapper .calControls.monate .stepTo {
    z-index: 15;
	background: #f9f9f9;
}
.gwControls .calControls.calPaging.singleMonthSwitches {
    display: none !important;
}
div#cb_personal_1_persosearch {
    padding: 1rem;
    background: #f7f6f6;
    background: linear-gradient(360deg, #00000030 0em, #fafafa 2em);
}
body:has(.wp-chatbot-container .active-chat-board) {
    overflow: hidden !important;
}
#app .cal-style-1 .calendar-wrapper .calendar-grid [class*=dateSelect-] .box-body time { padding: unset !important; }
#app .cal-style-1 .calendar-wrapper .calendar-grid [class*=dateSelect-] .box-body time + span { margin-top: unset !important; }
#app .grid-container .grid-box{
	aspect-ratio:unset;
}

.calControls.monate .currentMonth {
    text-indent: 0.5rem;
}
.calControls.monate .currentMonth:before {
    content: '';
    width: 0.3rem;
    height: 0.6rem;
    background: #1bcb10;
    position: absolute;
    display: inline;
    clip-path: polygon(0% 0%, 100% 50%,0% 100%);
}
.bling{
	font-family:test;
}
.grid-container.grid-reverse,
.grid-container.grid-reverse p{
    text-align: left;
    direction: rtl;
}
#app [id^=OSMAP]{
	--map-popup-routeLink-background-color: var(--brand-yellow-dunkel);
    --map-popup-routeLink-color: var(--color-white);
}
#app [id^=OSMAP]:has(.routeLink:hover) .routeLink{
	--map-popup-routeLink-background-color: var(--brand-yellow-mittel);
}
[id^="locationSlide_cb_locationmap_"] img{
	object-fit:contain;
}
#app .smLegend{
	padding-top: 1rem;
}
#app .smLegend>h2{
	display:none;
}
#app [id^="locationSlide_cb_locationmap_"] {
  --sm-slide-description-background: var(--brand-yellow-dunkel);
  --sm-slide-description-color: var(--color-white);
}
#app [id^=locationSlide_cb_locationmap_] .slideDescription > * > *{
	border-top-left-radius:var(--theme-border-radius);
	border-top-right-radius:var(--theme-border-radius);
}
#app .smLegend .markerList .markerButton:hover:after {
    width: 100%;
}

#app .smLegend .markerList .markerButton:hover {
    text-shadow: 0px 0px 0.4px black;
}
#app .smLegend .markerList .markerButton {
    text-shadow: 0px 0px 0px transparent;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
}
#app .smLegend .markerList .markerButton:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 2px;
    transform: translateX(-50%);
    background: var(--brand-yellow-dunkel);
    transition: all 0.25s ease;
}
/* EVM Special */
.has-line-borders figure:before,
.has-line-borders figure:after,
.has-line-borders [class*=uk-card-media-]:before,
.has-line-borders [class*=uk-card-media-]:after {
    background-image: url("/wp-content/uploads/2023/09/kurve_01.svg");
}

html body .uk-notification-message,
.uk-modal-body.formResponse {
    background: #0000008c;
    backdrop-filter: blur(5px);
}
html body .uk-notification-message-primary,
.uk-modal-body.formResponse {
    color: var(--brand-yellow-mittel);
}
@keyframes  example {
  from {background-color: red;}
  to {background-color: yellow;}
}
@keyframes pa_right {
   /*from {left: 0.7rem;opacity: 1;}*/
   /*to {left: calc(100% - 0.7rem);opacity: 0;}*/
	
   from {width: 100%;padding-right: 0rem; margin-right: 0rem;}
   to {width: 0%;padding-right: 1rem; margin-right: -0.7rem;}
 }
.xuk-open .uk-accordion-content [uk-switcher] li:last-child>a {
  animation-name: example;
  animation-duration: 4s;
}

.xuk-accordion-content [uk-switcher] li:last-child>a:after {
    font-family: 'dashicons';
    content: "\f464";
    position: absolute;
    top: -0.3rem;
    left: 0.7rem;
    opacity: 0;
    transform: scale(1.5);
	will-change: transform;
}
.uk-accordion-content [uk-switcher] li:last-child>a{
	background: var(--brand-yellow-hell);
}
.uk-accordion-content [uk-switcher] li:last-child>a:after{
    font-family: 'dashicons';
    content: "\f464";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	border-radius:inherit;
    background: inherit;
    will-change: transform;
    height: 100%;
	transition:transform 3s ease;
}
.uk-open .uk-accordion-content [uk-switcher] li:last-child>a:after {
	animation-name: pa_right;
    animation-duration: 3s;
  animation-fill-mode: forwards;
}
#app #sidebar_button_container {
    overflow:visible;
    justify-content: flex-start;
}
#app a:not(.uk-slidenav,.brand-button-1 ) {
    xcolor: inherit;
}
#xcb_sidebar_btn_2:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 0.5rem;
    background: var(--brand-yellow-hell);
    right: -0.9rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
#app .note-attention>*>.wp-block-group{
	background: #fafafa;
    font-size: 1.2em;
    padding-bottom: 0rem;
    margin-bottom: 1rem;
    border: 1px solid #ffd500;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.102) inset;
}
/* CHATbot */
#wp-chatbot-desktop-close{
	color: var(--color-darkgray);
}
.wp-chatbot-animation-active .wp-chatbot-ball-animation-switch:after {
    border-top-color: var(--brand-yellow-dunkel);
}
.wp-chatbot-animation-active .wp-chatbot-ball-animation-switch:before{
border-top-color: var(--brand-yellow-mittel);
}
.wp-chatbot-animation-active .wp-chatbot-ball-animation-switch {
    border-top-color: var(--brand-yellow-hell);
}

h2.has-large-font-size {
    --wp--preset--font-size--large: 2.7rem;
}
.menu_wrapper {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    gap: 0rem;
}
.default-half > div > div .menu_wrapper > div > ul, .default-half > div > div > div:not(.menu_wrapper) p, .default-half > div > div > div:not(.menu_wrapper) form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.default-half > div > .uk-offcanvas-bar > div {
    margin-top: 0;
    width: 400px;
    /* width: auto; */
    margin-left: var(--ham-center-menu-margin);
    margin-right: var(--ham-center-menu-margin);
}

.fnResolver:not(:empty) {
    flex-grow: 1;
    padding: 1rem;
}
.fnResolver {
    flex-grow: 0;
    transition: all var(--ham-transition-speed) ease;
    width: 0;
    background: #dfb4114f;
    padding: 0rem;
}
.fnResolver+* {
    transition: all var(--ham-transition-speed) ease;
    width: 100%;
    white-space: nowrap;
}
.fnResolver:not(:empty)+* {
    flex-shrink: 1;
    flex-grow: 0;
    width: 0px !important;
    overflow: hidden;
    display: block;
}
.header-medium {
    font-size: 3.9rem;
    font-weight: 500;
}

.color-gray-1 {
    color: var(--brand-gray-hell);
    text-shadow: 0px 0.5px 0.1px var(--brand-gray-hell);
}
.color-gray-2 {
    color: var(--brand-gray-mittel);
    text-shadow: 0px 0.5px 0.1px var(--brand-gray-mittel);
}

/* div#app>*:not(.uk-sticky-placeholder, .uk-sticky,.no-section-bottom-margin,.wp-block-spacer, [class*="cal-style-"]){
    margin-bottom: 10rem;
} */
#app .cal-style-1>*>.wp-block-heading {
    margin-bottom: 0;
    padding-bottom: 2rem;
}
.group-with-deco-image>.wp-block-group__inner-container { 
    position: relative;
}
.group-with-deco-image .wp-block-image {
    position: absolute;
    top: -1rem;
    right: -4rem;
    width: 12rem;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

.device-mobile .default-half > div > .uk-offcanvas-bar > div {
    width: 100%;
}



.persolist {
	display:flex;

    position:relative;
    background-color: #ffdd44;
    padding: 1rem;
    --image-width: 5rem;
    --image-ratio: 1;
    --image-ratio: 1;
}
.persolist:where([class*="wp-block"]) {
}
.persolist:not([class*="wp-block"]) {
	flex-flow:column;
	gap:1rem;
}
.persolist .uk-comment-header {
    margin-bottom:0;
}
.persolist>*:first-child:where([class*="wp-block"]),
.persolist .uk-comment-header>div>div:first-child {
	overflow:hidden;
    --asdf: 2rem;
}
.persolist[class*="wp-block"]>*:first-child:where([class*="wp-block"])+*,
.persolist .uk-comment-header>div>div:first-child+div {
    position:relative;
    padding-left: var(--asdf);
    --asdf: 2rem;
}
.persolist>*:first-child:where([class*="wp-block"])+div:before,
.persolist .uk-comment-header>div>div:first-child+div:before {
    --asdfwidth: 3px;
    content: "";
    position: absolute;
    height: 0;
    height: calc(100% - 0.3rem);
    background: var(--evm-grau-hell);
    width: var(--asdfwidth);
    left: calc( var(--asdf) / 2 - ( var(--asdfwidth) / 2 ));
    top: 50%;
    transform: translateY(-50%);
		transition:all 0.25s ease;
}
.persolist:not([class*="wp-block"]):hover>*:first-child:where([class*="wp-block"])+div:before,
.persolist .uk-comment-header:hover>div>div:first-child+div:before {
    height: calc(100% - 0.3rem);
}
.persolist[class*="wp-block"]>*:first-child:where([class*="wp-block"])+*>*:last-child{
    margin:0;
}
.persolist .uk-comment-meta>li>div{
	align-items: flex-start !important;
}
.persolist .uk-comment-meta>li>div>a{
	    color: #555;
    text-shadow: 0.1px 0.1px 0.1px #555;
    letter-spacing: 1px;
}
.persolist .uk-comment-header .uk-comment-title {
    line-height: 1;
    padding-bottom: 0.4rem;
}
.persolist .wp-block-media-text__media img:not([class*="wp-image-"]), .uk-comment-avatar {
    width: var(--image-width);
    height: calc( var(--image-width) * var(--image-ratio) );
    transition: transform 5.25s ease;
}
.persolist img.uk-comment-avatar:hover {
    transform: scale(1.1);
}

/* .custom-spoiler > *:first-child {
    background-color: var(--brand-yellow-dunkel);
    color: var(--color-black);
}
.custom-spoiler > *:first-child:target + * {
    padding: initial;
    background: initial;
}

.custom-spoiler > *:first-child {
	box-sizing: border-box;
    padding: 0.5rem 1rem;
} */


.custom-spoiler > *:first-child {
    border-top-left-radius: var(--theme-border-radius);
    border-top-right-radius: var(--theme-border-radius);
	position: relative;
	display:flex;
	justify-content:space-between;
}
.custom-spoiler > *:first-child.clicked+* {
    border-bottom-left-radius: var(--theme-border-radius);
    border-bottom-right-radius: var(--theme-border-radius);
}

.custom-spoiler > *:first-child:not(.clicked) {
    border-radius: var(--theme-border-radius);
}
.custom-spoiler > *:first-child:after {
	content: "\f345";
    transition: all 0.25s ease;
    background-image: none !important;
    transform: rotate(90deg);
    font-family: 'dashicons';
    justify-content: center;
}
.custom-spoiler > *:first-child:not(.clicked):after {
}
.custom-spoiler > *:first-child.clicked:after {
	transform: rotate(-90deg);
}
@media(max-height: 70vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
    .device-mobile #app>div.uk-spy-sticky {
        display:contents;
    }
    .device-mobile [id^="cb_counter_slider_"] ul > li {
        padding-left: 0;
        font-size: 0.7rem;
        font-size: 1.45vw;
        width:25%;
    }
    
    .device-mobile  #app [id^="cb_counter_slider_"] ul > li img {
        padding: 1rem;
    }
}
#app [id^=cb_counter_slider_] ul > li .lolly-background:not(.lolly) {
    padding: 0 2rem;
    padding: 0 4vmin;
    margin: 0 auto;
}
#app [id^=cb_counter_slider_] .blured ul > li > div:first-child+* {
    background: #ffffffbd;
    padding: 1rem 2rem;
    backdrop-filter: blur(4px);
}



.search-controls {
    background: #fafafa;
    font-size: 1.2em;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ffd500;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.102) inset;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.102) inset;
    border-radius: 5px;
}







@media(max-height: 69vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
}

@media(max-height: 68vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
}

@media(max-height: 67vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
}

@media(max-height: 66vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
}

@media(max-height: 65vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
}

@media(max-height: 64vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
}

@media(max-height: 63vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
}

@media(max-height: 62vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
}

@media(max-height: 61vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
}

@media(max-height: 60vmax) and (orientation: landscape){
    .device-mobile .edgedGroup:not(.fusion) > div > div:last-child{
        position: relative;
    }
}

@media(max-width: 860px) {
    
	#app [id^="cb_locationmap_"].grid-container{
	--grid-container-columns-repeat: 1 !important;
	}
	
	#app [id^="cb_locationmap_"]>*, #app [id^="cb_locationmap_"]>*>* {
		aspect-ratio: 4/3;
	}
	[id^="cb_post_teaser_"] .uk-position-center-left-out {
		right: calc(100% - 2rem);
	}
	[id^="cb_post_teaser_"] .uk-position-center-right-out {
		left: calc(100% - 2rem);
	}
    #wp-chatbot-chat-container:has(.active-chat-board) {
        width: 100vw;
        height: 100vh;
    }
}