/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: lmdm
 */

.ct-popup-inner .post-327 .ct-popup-content {
	height:100%;
}

@keyframes wobble {
	0% {
		transform:scale(1);
	}
	20% {
		transform:scale(0.8);
		
	}
	50% {
		transform:scale(1.1);
		
	}
	70% {
		transform:scale(0.9);
		
	}
	100% {
		transform:scale(1);
	}
}

.is-style-clickable:hover .hover-wobble {
	animation:wobble 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53) forwards;
}

.flights li {
	background:#fff;
	border-radius:10px;
	padding:15px 20px;
}

.flights .capacity {
	font-weight:bold;
	display:inline-block;
	padding:0px 6px;
	border-radius:3px;
	background:#508000;
	color:#fff;
}
.flights [data-capacity="0"] .capacity {
	background:#8d3434;
}

#footer .entries {
	--grid-columns-gap:10px;
	--card-inner-spacing:15px;
}
#footer .entries[data-archive=default] .card-content>* {
	--card-element-spacing:15px;
	
}

#search-modal,
.ct-popup[data-block*="315"],
.ct-popup[data-block*="327"],
.ct-popup[data-block*="459"],
.ct-shortcuts-bar-items {
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.ct-popup[data-block*="315"] .entry-content,
.ct-popup[data-block*="315"] .entry-content,
.ct-popup[data-block*="459"] .entry-content {
	height:100%;
}
.entries article.entry-card.type-objekt {
	position:relative;
}
.entries article.entry-card.type-objekt .entry-title > a::before { 
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	display:block;
	z-index:10;
}
.entries article.entry-card.type-objekt .entry-button svg {
	position:relative;
	left:0;
	transition:all 0.2s ease;
}
.entries article.entry-card.type-objekt:hover .entry-button svg { 
	left:20px;
	opacity:0;
}

#worldtides-wrapper {
	font-family:inherit;
	text-shadow: none;
	color:inherit;
	font-size:inherit;
}
.worldtides-wrapper table td, .worldtides-wrapper table th {
	border:none;
	--theme-table-padding:3px 5px;
}
.worldtides {
	font-family:inherit;
}
.worldtides-title,
.worldtides-height-and-time {
	display:none;
}

.worldtides-wrapper table {
	table-layout: fixed;
	width: 100%;
}
.worldtides-wrapper .worldtides-body {
	padding:0;
	max-width: 1000px
}

.page_props-schwebende-navigation > .entry-content > .wp-block-cover > :is(.wp-block-cover__background,.wp-block-cover__inner-container) {
	z-index:1;
}