/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
*/
/**
    var(--theme-palette-color-1) you can use this as your primary brand colour.
    var(--theme-palette-color-2) alternative colour, used usually for the hover action 
    var(--theme-palette-color-3) colour used for general text paragraphs
    var(--theme-palette-color-4) colour used for headings, subheadings and titles 
    var(--theme-palette-color-5) colour used for borders
    var(--theme-palette-color-6) #778d7a;  colour used for subtle backgrounds (page hero, footer)
    var(--theme-palette-color-7) colour used for the site’s background
    var(--theme-palette-color-8) lighter alternative colour, to be used in header backgrounds

*/





/* Header 
__________________________________________________________________________________*/


	[data-header*="type-1"] .ct-header [data-row*="top"]{
		max-height: 70px;
	}
	#header [data-row*='middle'] {
		z-index: 3 !important;
		height: 0;
		margin-bottom: -40px;
	}



	.site-branding img {
		height: 400px !important;
		background-color: rgba(255,255,255,0.80);
		border-radius: 0 0 3px 3px;
		box-shadow: 0 0 15px rgba(0,0,0,0.25);
		backdrop-filter: blur(6px);
		}

		@media (max-width: 767px) {
			.site-branding img {
				height: 300px !important;
				}
		}


	.hero-section[data-type=type-2] {
		border-bottom: 6px solid #fff;
		}
	



/* Menü 
	__________________________________________________________________________________*/





/* lose und freie Klassen 
__________________________________________________________________________________*/

	h1 { margin-bottom: 0.75em !important; }
	h1 + h2 { margin-top: -1.75em !important; }
	h1 strong { 
		background-image: url("/wp-content/uploads/2021/11/wischer.svg"); 
		background-repeat: no-repeat;
		background-size: 100% auto;
		font-weight: inherit;
	}
	h2 { margin-bottom: 0.75em !important; }
	h3 { margin-bottom: 1em !important; }
	h4 { margin-bottom: 1em;  }
	h5 { margin-bottom: 1em; }

	
	hr {margin: 80px auto !important; }
	b, strong { font-weight: 700; }
	p { margin-bottom: 0.5em !important; }
	
	.small { font-size: 0.875em; }

	.blocksatz { text-align: justify; hyphens: auto }
	
    
	.drehung1 {transform: rotate(-3deg);}
	.drehung2 {transform: rotate(-6deg);}
	.drehung3 {transform: rotate(-12deg);}
	.drehung4 {transform: rotate(-20deg);}
	.drehung-1 {transform: rotate(3deg);}
	.drehung-2 {transform: rotate(6deg);}
	.drehung-3 {transform: rotate(12deg);}
	.drehung-4 {transform: rotate(20deg);}
     
    .kolumnen div.stk-block-content,
	.kolumnen div.tpgb-column-inner {
        column-count:  2;
        column-width: 300px;
        column-gap: 8em;
        column-rule: 1px solid rgba(0,0,0,0.25);
        margin-top: 2rem;
        display: block;
        hyphens: auto;
        text-align: justify;
        }
		.kolumnen.weiss {
				column-rule: 1px solid rgba(255,255,255,1.00);
				}

		.kolumnen h1 { margin-top: -20px !important; margin-bottom: 0; padding-bottom:0; }

		.margin-bottom-0 { margin-bottom: 0 !important; }



		.wp-block-image img,
		.blocks-gallery-item img { border-radius: 3px !important; }






	#oeffnungszeiten   { margin-left: -0.5em; }
	
	#oeffnungszeiten table {
		border: none;
		width: auto !important;
	}

	#oeffnungszeiten table tr {
		border-bottom: 1px solid rgba(255,255,255,0.50);
		border-radius: 3px;
		}
		.ct-popup-inner #oeffnungszeiten table tr {	border-bottom: 1px solid rgba(0,0,0,0.50);	}
		#oeffnungszeiten table tr:last-child { border-bottom: none;	}
	
	#oeffnungszeiten table tr:hover { background-color: rgba(255,255,255,0.10); }
	.ct-popup-inner #oeffnungszeiten table tr:hover { background-color: rgba(0,0,0,0.10); }
	
	#oeffnungszeiten table td,
	#oeffnungszeiten table th {		
		border: none;
		padding: 0.5em 0.5em 0.5em -0.5em !important;
		color: #ffffff;
	}	
	.ct-popup-inner #oeffnungszeiten table td,
	.ct-popup-inner #oeffnungszeiten table th {		
		color: #000 !important;
	}

	#oeffnungszeiten table tbody tr:nth-child(even) {
			background-color: none !important;
		}

  


/* Startseite
__________________________________________________________________________________*/





/* Footer 
__________________________________________________________________________________*/
   

	.ct-shortcuts-container {
		z-index: 9999 !important;
	}


	footer h3, 
	footer h4, 
	footer h5 { 
		color: #fff;
		font-size: 1.1em !important; 
	}

	footer h4 {
		margin: 0 !important;
	}

@media (max-width: 1400px) {
	
	.wp-block-stackable-heading.ausgezeichnet { position: relative !important; margin-top: 1em; }
}





/* Stackable Blocks 
__________________________________________________________________________________*/




		  .goverlay  {
				background: #eeeeee !important;
				opacity: .9 !important;
				backdrop-filter: blur(6px) !important;
 				 -webkit-backdrop-filter: blur(6px) !important; /* für Safari */
			}

			.glightbox-container .gcontainer {
				backdrop-filter: blur(6px) !important;
			}

			.glightbox-clean .gslide-media {
					box-shadow: none !important;
				}
			.glightbox-clean.glightbox-stk .gslide-title {
				color: #000000 !important;
			}
.gnext svg path,
.gclose svg path{
  fill: #000000 !important;
}

/* Plugins 
__________________________________________________________________________________*/

    
		/* Crocoblock
        -------------------------------------*/  

		.jet-listing-grid__item:hover .tpgb-featured-image img { 
			transform: scale(1.05);
		}
		
		.listing-image { 
			margin-bottom: -30px;
    		margin-top: -30px; 
		}
		@media (max-width: 1023px) {
			.listing-image { 
					margin-bottom: -25px;
					margin-top: -25px; 
				}
		}
		@media (max-width: 767px) {
			.listing-image { 
					margin-bottom: -10px;
					margin-top: -10px; 
				}
		}

		
		.listing-title h3 { margin-bottom: 8px !important; }
		.besonderheit { margin-bottom: 0px; }		
		.mischung { margin-bottom: 10px; }	
		
		.allergene { margin-bottom: 0;  }

		.jet-color-image-list__button { flex-flow: column wrap; }
		.jet-color-image-list .jet-color-image-list__item .jet-color-image-list__label {
			margin-top: 14px;
		}




		/* The Plus Blocks
        -------------------------------------*/


		tbody tr:nth-child(even) {
			background-color: none !important;
		}


		.tpgb-block-5bb036.tpgb-gallery-list .post-loop-inner .post-title {
			hyphens: auto;
		}
		
		.fancybox-container { backdrop-filter: blur(6px); }
		.fancybox-bg {
			background: #eeeeee;
			opacity: .9;
		}



		/* Social Feed - Instagram */
		.social-feed-style-4 .tpgb-sf-contant-img:before {
			background: rgb(121 85 72 / 90%);
			backdrop-filter: blur(6px);
		}

		.moreText,
		.tpgb-hashtag,
		.tpgb-sf-profile,
		.tpgb-sf-username,
		.tpgb-sf-logo {
					display: none !important;
				}

		.tpgb-sf-usercontact {
			left: 0 !important;
		}
		
		.fancybox__backdrop {
			background: rgb(219 218 215) !important;
		}






		/* Complianz
        -------------------------------------*/

			#cmplz-cookies-overview .cmplz-dropdown p, 
			#cmplz-document .cmplz-dropdown p, 
			#cmplz-document li, 
			#cmplz-document p, 
			#cmplz-document td {
				font-size: 1rem;
			}

			#cmplz-document.impressum h2, 
			#cmplz-document.impressum h3 {
				font-size: 1.5rem;
				margin-top: 1.5em;
				margin-bottom: 0 !important;			
				color: var(--theme-palette-color-3) !important;
				opacity: 1;
			}

			#cmplz-document a {				
				text-decoration: none;
			}

			#cmplz-document b {
				font-weight: 700;
			}





		/* Map Marker
        -------------------------------------*/
		.leaflet-marker-pane img  { background-color: rgba(255,255,255,0.80); padding: 8px; border-radius: 3px; }

		


		


		/* Kali Forms
        -------------------------------------*/

			.kaliforms-form-container div.col-12 { 
				margin-bottom: 6px !important;
				}


			@media (min-width: 768px) {

					.kaliforms-form-container .col-md-3:first-child,
					.kaliforms-form-container .col-md-4:first-child,
					.kaliforms-form-container .col-md-5:first-child,
					.kaliforms-form-container .col-md-6:first-child,
					.kaliforms-form-container .col-md-7:first-child,
					.kaliforms-form-container .col-md-8:first-child { 
						padding-left: 15px !important;
						}
					.kaliforms-form-container .col-md-3,
					.kaliforms-form-container .col-md-4,
					.kaliforms-form-container .col-md-5,
					.kaliforms-form-container .col-md-6,
					.kaliforms-form-container .col-md-7,
					.kaliforms-form-container .col-md-8 { 
					   padding-right: 3px !important;
					   padding-left: 3px !important;
					   }
						.kaliforms-form-container .col-md-3:not(:first-child) label,
						.kaliforms-form-container .col-md-4:not(:first-child) label,
						.kaliforms-form-container .col-md-5:not(:first-child) label,
						.kaliforms-form-container .col-md-6:not(:first-child) label,
						.kaliforms-form-container .col-md-7:not(:first-child) label,
						.kaliforms-form-container .col-md-8:not(:first-child) label { 
							margin-left: -10px !important;
							}
					.kaliforms-form-container .col-md-3:last-child,
					.kaliforms-form-container .col-md-4:last-child,
					.kaliforms-form-container .col-md-5:last-child,
					.kaliforms-form-container .col-md-6:last-child,
					.kaliforms-form-container .col-md-7:last-child,
					.kaliforms-form-container .col-md-8:last-child{ 
						padding-right: 15px !important;
						}
			}
			.kaliforms-form-container .row div[class^="col-"], 
			.kaliforms-form-container .row div[class*=" col-"] {
				margin-bottom: 0px;
			}



			.kaliforms-form-container hr {	
				height: 5px;
				background-color: transparent;
				margin: 0.25em 0 !important;
				}

			.kaliforms-form-container label:not(.checkbox-label) {
				position: absolute;
				z-index: 2;
				font-size: 14px !important;
				top: 4px;
				left: 25px;
				}

				.filepond--drop-label.filepond--drop-label label {    
					position: relative;
					top: inherit;
					left: inherit;
				}

			.kaliforms-form-container label {
				color: var(--theme-palette-color-3) !important;
			}

			.kaliforms-form-container .col-12:focus-within label:not(.checkbox-label) {
				transform: translateY(-2px) translateX(0px);
				transform-origin: top left;
				color: rgb(0 0 0 / 0.5) !important;
				font-size: 0.7em !important;
			}


			.kaliforms-form-container [type='freeText'] {
				color: var(--theme-palette-color-3);
				}


			.kaliforms-form-container textarea { min-height: 250px;} 
			.kaliforms-form-container textarea:focus { position: relative; }

			.kaliforms-form-container [type='text'], 
			.kaliforms-form-container [type='password'], 
			.kaliforms-form-container [type='date'], 
			.kaliforms-form-container [type='datetime'], 
			.kaliforms-form-container [type='datetime-local'], 
			.kaliforms-form-container [type='month'], 
			.kaliforms-form-container [type='week'], 
			.kaliforms-form-container [type='email'], 
			.kaliforms-form-container [type='number'], 
			.kaliforms-form-container [type='search'], 
			.kaliforms-form-container [type='tel'], 
			.kaliforms-form-container [type='time'], 
			.kaliforms-form-container [type='url'], 
			.kaliforms-form-container [type='color'], 
			.kaliforms-form-container textarea, 
			.kaliforms-form-container #kali-stripe-iban-element, 
			.kaliforms-form-container #kali-stripe-card-element {
				margin-bottom: 0 !important;
				padding-top: 35px !important;
				padding-bottom: 15px !important;
				padding-left: 9px !important;
				border-radius: 3px !important;
				background-color: rgba(255,255,255,0.50) !important;
				box-shadow: 0 0 0 !important;
				border: 1px solid rgba(0,0,0,0.00) !important;
				}


			.kaliforms-form-container input[required],
			.kaliforms-form-container textarea[required],
			.kaliforms-form-container select[required] {
	border: 1px solid rgba(201,145,3,1.00) !important;
	background-color: rgb(175 202 10 / 30%) !important;
			}  

					.kaliforms-form-container input:focus,
					.kaliforms-form-container textarea:focus { 
						background-color: rgba(255,255,255,0.50) !important;
						color: #000;
						border: 1px solid var(--theme-palette-color-2) !important;
						box-shadow:  0 1px 1px rgba(0,0,0,0.11), 
									  0 2px 2px rgba(0,0,0,0.11), 
									  0 4px 4px rgba(0,0,0,0.11), 
									  0 6px 8px rgba(0,0,0,0.11),
									  0 8px 16px rgba(0,0,0,0.11) !important;
						transform: scale(1.01);
						}

			.kaliforms-form-container #optionale-angaben { font-size: 0.875em; }



			.kaliforms-form-container .checkbox-label input { display: inline-block ; }
			.kaliforms-form-container .checkbox-label span { overflow-y: visible !important; }
			.kaliforms-form-container .checkbox-label span:nth-of-type(2){ margin-left: 33px; margin-bottom: 25px; }

			.kaliforms-form-container [type='submit'], 
			.kaliforms-form-container [type='button'] {
				float: right !important;
			}


		div[id^="kaliforms-thank-you"] {
			background-color: rgba(219,229,191,1.00);
			border-radius: 3px;
			padding: 2em;
			margin-top: 2em;
			}
		
		div[id^="kaliforms-thank-you"] h2 {			
			font-size: 1.6em;
			font-weight: 600;
			}




/* Animationen 
__________________________________________________________________________________*/
	
	input,
    textarea,
    input[type=submit],
    select,
	label,
	tr,
    .linktext,
	.ugb-card__image,
	.ugb-card__description,
	.ugb-card .ugb-card__subtitle,
	.ugb-card .ugb-card__title,
	div[id^="kaliforms-thank-you"],
	.tpgb-featured-image img {
		transition: all 0.3s ease !important;
	    }












		/* Element muss ebenso die Klasse .animate enthalten, damit es erst beim Scrollen den Zusatz: scrolled erhält, siehe scripte.js 
		.animate:not(.scrolled) { display: none; }
		.animate.scrolled { display: visible; }	*/

		.animate:not(.scrolled) { visibility: hidden; }
		.animate.scrolled { visibility: visible; }	


				.slide-in-blurred-bottom.scrolled {
					-webkit-animation: slide-in-blurred-bottom 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.2s both;
							animation: slide-in-blurred-bottom 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.2s both;
				}


				/* ----------------------------------------------
				 * Generated by Animista on 2022-3-20 11:38:56
				 * Licensed under FreeBSD License.
				 * See http://animista.net/license for more info. 
				 * w: http://animista.net, t: @cssanimista
				 * ---------------------------------------------- */

				/**
				 * ----------------------------------------
				 * animation slide-in-blurred-bottom
				 * ----------------------------------------
				 */
				@-webkit-keyframes slide-in-blurred-bottom {
				  0% {
					-webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
							transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
					-webkit-transform-origin: 50% 100%;
							transform-origin: 50% 100%;
					-webkit-filter: blur(40px);
							filter: blur(40px);
					opacity: 0;
				  }
				  100% {
					-webkit-transform: translateY(0) scaleY(1) scaleX(1);
							transform: translateY(0) scaleY(1) scaleX(1);
					-webkit-transform-origin: 50% 50%;
							transform-origin: 50% 50%;
					-webkit-filter: blur(0);
							filter: blur(0);
					opacity: 1;
				  }
				}
				@keyframes slide-in-blurred-bottom {
				  0% {
					-webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
							transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
					-webkit-transform-origin: 50% 100%;
							transform-origin: 50% 100%;
					-webkit-filter: blur(40px);
							filter: blur(40px);
					opacity: 0;
				  }
				  100% {
					-webkit-transform: translateY(0) scaleY(1) scaleX(1);
							transform: translateY(0) scaleY(1) scaleX(1);
					-webkit-transform-origin: 50% 50%;
							transform-origin: 50% 50%;
					-webkit-filter: blur(0);
							filter: blur(0);
					opacity: 1;
				  }
				}







.puff-in-center {
	-webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}


			/* ----------------------------------------------
			 * Generated by Animista on 2022-7-8 11:17:8
			 * Licensed under FreeBSD License.
			 * See http://animista.net/license for more info. 
			 * w: http://animista.net, t: @cssanimista
			 * ---------------------------------------------- */

			/**
			 * ----------------------------------------
			 * animation puff-in-center
			 * ----------------------------------------
			 */
			@-webkit-keyframes puff-in-center {
			  0% {
				-webkit-transform: scale(2);
						transform: scale(2);
				-webkit-filter: blur(4px);
						filter: blur(4px);
				opacity: 0;
			  }
			  100% {
				-webkit-transform: scale(1);
						transform: scale(1);
				-webkit-filter: blur(0px);
						filter: blur(0px);
				opacity: 1;
			  }
			}
			@keyframes puff-in-center {
			  0% {
				-webkit-transform: scale(2);
						transform: scale(2);
				-webkit-filter: blur(4px);
						filter: blur(4px);
				opacity: 0;
			  }
			  100% {
				-webkit-transform: scale(1);
						transform: scale(1);
				-webkit-filter: blur(0px);
						filter: blur(0px);
				opacity: 1;
			  }
			}






.torte-header {
	-webkit-animation: rotation360 120s infinite;			
	-moz-animation: rotation360 120s infinite;
	-ms-animation: rotation360 120s infinite; 			
	animation: rotation360 120s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;		
	-ms-animation-timing-function: linear;
	animation-timing-function: linear	
}
@keyframes rotation360 {
100%{ 
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
}










/* ----------------------------------------------
 * Generated by Animista on 2020-2-16 11:26:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

ul.icons { visibility: hidden }
ul.icons.visible {visibility: visible; }

	ul.icons.visible li { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.1s both; }
	ul.icons.visible li:nth-child(2) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both; }
	ul.icons.visible li:nth-child(3) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both; }
	ul.icons.visible li:nth-child(4) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both; }
	ul.icons.visible li:nth-child(5) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both; }
	ul.icons.visible li:nth-child(6) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s both; }
	ul.icons.visible li:nth-child(7) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.7s both; }
	ul.icons.visible li:nth-child(8) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both; }
	ul.icons.visible li:nth-child(9) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.9s both; }
	ul.icons.visible li:nth-child(10) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.0s both; }
	ul.icons.visible li:nth-child(11) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.1s both; }
	ul.icons.visible li:nth-child(12) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both; }
	ul.icons.visible li:nth-child(13) { animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.3s both; }