/*
Theme Name: damndog Child
Theme URI: http://underscores.me/
Template: damndog
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1715707180
Updated: 2024-05-14 19:19:40

*/

/* Font tauschen */ 
@import url('header.css');


/* Font integration*/ 
@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/damndog-child/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/damndog-child/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/damndog-child/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/damndog-child/fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Global Styles */
* {
	scroll-behavior: smooth;
	outline: none !important;
}

body {
	font-size: clamp(14px, 18px, 1.5vw);
	line-height: 1.7;
	background-color: #000;
	color: #fff;
	font-family:'OpenSans';
	
}

body {
	background-image:url('https://www.damn-dog.de/wp-content/uploads/2024/05/bg-fixed.webp');
  background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Links and Related Styles */
span.edit-link {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	background: #000;
	padding: 10px;
}

span.edit-link a {
	color: #fff;
}

/* ####################### */
/* ####################### */
/* ####################### */


/* Specific Elements and Classes */
.page, .post {
	margin: 0 auto;
	width: 100%;
}

.entry-content {
	margin: 0 auto;
	overflow: hidden;
}

.entry-content p,
.entry-content figure {
    margin: 0;
}


.content {
	margin: 0 auto;
	overflow-x: hidden;
	max-width: 1920px; /* for .content */
}

/* Editor */ 

.editor-styles-wrapper .page-section {
    background: #000;
}

.editor-editor-canvas__post-title-wrapper.edit-post-visual-editor__post-title-wrapper {
    display: none;
}

.editor-styles-wrapper .wp-block {
   
    margin: 0;
    width: inherit !important;
    max-width: unset;
}

.editor-styles-wrapper{
	color:#fff!important;
}


html :where(.wp-block) {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 1720px!important;
}

:where(.wp-block-columns) {
    margin-bottom: 0;
}

:where(.wp-block-columns.is-layout-flex.gap-huge) {
    gap: 12em;
}


/* Sektionen */ 

.page-section:first-child {
	width:100%;
	padding:0 5%;
}

.page-section {
	width:100%;
	padding:10% 5%;
}

.page-datenschutzerklaerung 
.page-section {
	width:100%;
	padding:10% 5%;
}


.section-impressum {
	min-height:100vh;
		padding:10% 5%!important;
}

.section-datenschutz {
	min-height:100vh;
		padding:10% 5%!important;
}


/* Startseitensektionen */ 

.section-hero {
	height:100vh;

	display:flex;
	align-items:center;
	justify-content:center;
}

.section-ticker {
	padding:0;
    z-index: 9999;
    position: relative;
}

.section-ueber-uns {
	min-height:100vh;

	

}

.section-speisekarte {
	min-height:100vh;	

	padding-top:0;
}

.section-standorte {
	padding-bottom:0px;
	background-size:100%;		
}

.section-franchise {
	min-height:100vh;

	padding-top:0;

}

.section-franchise-hero {
	/* background-image:url('https://www.damn-dog.de/wp-content/uploads/2024/05/franchise.webp');
	background-repeat:no-repeat;
	background-size:100%;
	background-position:bottom center; */
	padding:5%;
	text-align:center;
	margin-bottom:5%;
}

.section-franchise-hero .pink-divider {
	margin:50px auto;
}



/* Content */ 

.section-title {
	color:#C4A3BE;
	font-weight:300;
	letter-spacing:5px;
	text-transform:uppercase;
}

.section-title.text-white {
	color:#fff;
}

.pink-divider {
	background:#FFD4F6;
	height:5px;
	border: none;
	margin: 50px 0;
	width: 50px!important;
	height: 5px;
	border-bottom: 1px solid #FFD4F6;
	box-shadow: 00 0px 20px 5px #ff00c8;
	border-radius:99px;
}

/* Start-Slider */ 

.start-slide-wrapper {
	background-image:url('https://www.damn-dog.de/wp-content/uploads/2024/05/damndogs-slider-7-2.webp');
	background-size:contain;
	height:100vh;
	width:100vw;
	display:flex;
	align-content:center;
	justify-content:center;
    background-position: bottom;
    background-repeat: no-repeat;
}



.start-slide-inhalt {
	height:100vh;
	width:90%;
	min-width:1720px;
	text-align:center;
}


.start-slide-inhalt .pink-divider {
	margin:50px auto;
}


.video-slide-wrapper {
	height:100vh;
	width:100vw;
	position:fixed;
	left:0;
	top:0;
	z-index:-1;
	
}

.video-slide-inhalt {
	height:100vh;
	width:100vw;
	position:fixed;
	left:0;
	top:0;	
	z-index:-1;	
}




/* Über Uns */ 

.site-info {
	background:#000;
	text-align:center;
	padding:25px 0;
	text-transform:uppercase;
	font-size:50%;
	letter-spacing:3px;
	opacity:0.7;
}

.site-info a,
.site-info a:hover {
	color:#fff;
	text-decoration:none;
	
}

.info-pages {
	background:#000;
	text-align:center;
	padding:25px 0;
	text-transform:uppercase;
	font-size:50%;
	letter-spacing:3px;
	opacity:1;
	color:#fff;
}

.info-pages a,
.info-pages a:hover {
	color:#fff;
	text-decoration:none;
	
}

/* Typografie */ 


.has-small-font-size {
	font-size:calc(clamp(0.75em, 6.711vw - 1.804rem, 1.5rem)) !important;
	line-height: normal;
	margin: 0;
}

.has-medium-font-size {
	font-size:calc(clamp(1.5em, 6.711vw - 1.804rem, 2.5rem)) !important;
	line-height: normal;
	margin: 0;
}

.has-large-font-size {
	font-size:calc(clamp(2em, 6.711vw - 1.804rem, 3rem)) !important;
	line-height: normal;
	margin: 0;
}

.has-x-large-font-size {
	font-size: calc(clamp(2rem, 6.711vw - 1.804rem, 3.9rem)) !important;
	line-height: normal;
	margin: 0;
}

.huge-type {
	font-size: calc(clamp(5rem, 6.711vw - 1.804rem, 7rem)) !important;
	line-height: normal;
	margin: 0
}

.start-slide-inhalt .huge-type {
	line-height: 1;
}

.poster-type {
	font-size: calc(clamp(7rem, 6.711vw - 1.804rem, 10rem)) !important;
	line-height: normal;
	margin: 0
}

.mb-negative {
	margin-bottom:-35px!important;
}

.extra-bold, strong{
	font-weight:800;
}

.uppercase {
	text-transform:uppercase;
}

.outlined {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff; /* Farbe der Kontur */
}

.inline-block {
	display:inline-block;
}

.text-center {
	text-align:center;
}


/* Text mit Rahmen */ 

/* Animation definition */

@keyframes flimmer {
	0% {
		box-shadow: 0 0 20px 10px #ff00c8;
	}
	50% {
		box-shadow: 0 0 25px 15px #ff00c8;
	}
	100% {
		box-shadow: 0 0 20px 10px #ff00c8;
	}
}	

.frame {
	position:relative;
}

.frame::after {
	content:'';
	width:95%;
	height:85%;
	position:absolute;
	left:5%;
	top:10%;
	background-color:transparent;
	border-radius: 10px;
	padding: 0;
	border: 5px solid #FFD4F6;
	box-shadow: 00 0px 20px 10px #ff00c8;
	transform:rotate(-6deg);
	animation: flimmer 1s infinite alternate;	
}

.frame::before {
	content:'';
	width:95%;
	height:85%;
	position:absolute;
	left:5%;
	top:10%;
	background-color:transparent;
	border-radius: 10px;
	padding: 0;
	border: 5px solid #FFD4F6;
	box-shadow: 00 0px 20px 5px #ff00c8 inset;
	transform:rotate(-6deg);	
}


/* Laufschriften */ 


.marquee-text, .marquee-text-2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-text p, .marquee-text-2 p {
    display: inline-block;
    white-space: nowrap;
    position: relative;
}


.marquee-text p {
    animation: marquee-left 30s linear infinite;
}

@keyframes marquee-left {
    0% { transform: translateX(50%); }
    25% { transform: translateX(0%); }
    50% { transform: translateX(-50%); }
    75% { transform: translateX(0%); }
    100% { transform: translateX(50%); }
}


.marquee-text-2 p {
    animation: marquee-left-2 30s linear infinite;
}

@keyframes marquee-left-2 {
    0% { transform: translateX(-50%); }
    25% { transform: translateX(0%); }
    50% { transform: translateX(50%); }
    75% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}



/* Buttons */ 


.wp-block-button__link {
    color: #FFD4F6;
    background-color:transparent;
    border-radius: 9999px;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
	border: 3px solid #FFD4F6;
	box-shadow: 00 0px 20px -5px #ff00c8;	
	font-weight:700;
	letter-spacing:3px;
	text-transform:uppercase;
	transition: all 1s ease 0s;	
}

.wp-block-button__link:hover {
    color: #fff;
	border: 3px solid #fff;
	box-shadow: 00 0px 20px 5px #ff00c8 ;	

}


a.wp-block-button__link:visited{
	color:#fff;
}

.mini-button a.wp-block-button__link.wp-element-button {
    font-size: 0.7rem;
    border-width: 2px;
}

/* Bilder */ 
/* Darüber liegendes Element relativ*/ 
.relative {
	position:relative;
}

/* Grafiken auf Bildern */ 


.img-top-right {
	position:absolute;
	top:-50px;
	right:-50px;
}

.img-top-left {
	position:absolute;
	top:-50px;
	left:-50px;
}

.img-bottom-right {
	position:absolute;
	bottom:-50px;
	right:-50px;
}

.img-bottom-left {
	position:absolute;
	bottom:-50px;
	left:-50px;
}

.img-top-left-negative {
	position:absolute;
	top:-100px;
	left:-100px;
}


/* Bilder in voller Breite */ 

figure.wp-block-image.img-full {
    width: 100%;
    max-width: unset;
}

figure.wp-block-image.img-full img {
    width: 100%;
    max-width: unset;
}


/* Bilderstreifen */ 


.img-stripe-grid img {
	aspect-ratio: 16 / 9;
}


.img-stripe-grid {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 0;
}

.img-stripe-grid img {
  width: 100%;
  height: auto;
}



/* Franchise */ 

.damndog-logo-franchise {
	margin:-50px 0px -20px 0;
}
.franchise-hashtag {
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    backdrop-filter: blur(21px);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 20px;
    border-radius: 99px;
}



/* Subpage Background Header */ 

.sub-hero {
	height:90vh;

	display:flex;
	align-items:center;
	justify-content:center;
	
}


.sub-hero-inhalt {
	height:90vh;
	width:90%;
	min-width:1720px;
	text-align:center;
}

.sub-hero-inhalt hr.pink-divider {
    margin: 50px auto;
}



/* Über Uns Detailseite */ 


.ueber-uns-philosophie {
	min-height:100vh;

}
.ueber-uns-mission-vision {
	min-height:100vh;

	padding-top:0;
}

.ueber-uns-unser-team {
	min-height:100vh;

	text-align:center;
	padding-top:0;
}


.ueber-uns-unser-team  hr.pink-divider {
    margin: 50px auto;
}

/* Standorte Unterseite */ 


.standorte-intro {
	min-height:100vh;

	padding-top:0;
}

.standorte-coming-soon {
	min-height:100vh;
	padding-top:0;

}

/* Franchise Unterseite */ 


.franchise-intro {
	min-height:100vh;
	padding-top:0;
}

.franchise-formular {
	padding-top:0;
}

/* Social Media Unterseite */ 


.socialmedia-intro {
	min-height:100vh;
	padding-top:0;
}

/* Speisekarte Unterseite */ 


.speisekarte-intro {
	padding-top:0;
}

.speise-title {
	text-align:center;
}


/* Speise unterseite */ 

.speise-carousel {
	padding-top:0;
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 2rem;
    line-height: 1;
    opacity: 1;
    color: #BB0770;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 99px;
    padding: 1px 0px 0px 0px;
		border: 1px solid #FFD4F6;
	box-shadow: 00 0px 20px 5px #ff00c8;
}
.slick-next {
    right: -10px;
}

.slick-before {
    left: 0px;
}

/* GLobaler Link unter den Produkten */ 

.speisen-item a {
    color: #fff;
    text-decoration: none;
}
.mehr-speisen-wrapper {
    padding: 0 0 5% 0;
}


/* Speisen Detail */ 

body.single-speisen {
	background-image:url('https://www.damn-dog.de/wp-content/uploads/2024/05/bg-fixed.webp');
  background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

@media only screen and (max-width: 1024px) {
body.single-speisen {
	background-image:url('https://www.damn-dog.de/wp-content/uploads/2024/06/bg-fixed-mobile.webp');
  background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}	
}

.speise-header {
    display: grid;
    align-items: center;
    grid-template-columns: 50% 50%;
 	    padding-top: 10vw;
		    padding-bottom: 5vw;


}



.speise-titel {
	 width:100%;

}

.speise-header .entry-title {
    line-height: 1;
	margin-bottom:50px;
	display:block;
}

.speise-bild .post-thumbnail {
	text-align:center;


}
.speise-bild .post-thumbnail img {
    width: 75%;
	margin:0 auto;

}


/* Zutaten */

.speisen_kategorien-homemade-fries .zutaten-wrapper {
	display:grid;
	  grid-template-columns: repeat(1, 1fr);


	gap:40px;
}


.speisen_kategorien-homemade-fries .toppings-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
	margin-top:20px;
}

.zutaten-wrapper {
	display:grid;
	  grid-template-columns: repeat(2, 1fr);

	gap:40px;
}


/* toppings */

.toppings-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
	margin-top:20px;
}

.topping-item {
    box-sizing: border-box;
}

.topping-item span {
    background: #BB0770;
    display: block;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;

}

.extra-topping {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.toggle-toppings {
    display: block;
    margin: 20px auto;
    cursor: pointer;
    transition: transform 0.3s;
}


button.toggle-toppings {
   background: none;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;
	margin-left:0;
	border:0;
	color:#fff;
	
}

button.toggle-toppings:hover {
   background: none;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;

}


/* Soßen Liste */ 


.saucen-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
	margin-top:20px;
}

.saucen-item {
    box-sizing: border-box;
}

.saucen-item span {
    background: #BB0770;
    display: block;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;

}

.extra-sauce {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.toggle-saucen {
    display: block;
    margin: 20px auto;
    cursor: pointer;
    transition: transform 0.3s;
}


button.toggle-saucen {
   background: none;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.5rem;
	margin-left:0;
	border:0;
	color:#fff;
}

button.toggle-saucen:hover {
   background: none;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;

}


/* Brot */ 


.brot-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
	margin-top:20px;
}

.brot-item {
    box-sizing: border-box;
}

.brot-item span {
    background: #BB0770;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;

}

.extra-brot {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.toggle-brot {
    display: block;
    margin: 20px auto;
    cursor: pointer;
    transition: transform 0.3s;
}


button.toggle-brot {
   background: none;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.5rem;
	margin-left:0;
	border:0;
	color:#fff;
}

button.toggle-brot:hover {
   background: none;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.5rem;

}





/* Inhaltsstoffe Popup */ 



/* Modal Hintergrund */
.modal {
  display: none; /* Modal ist standardmäßig unsichtbar */
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0, 0, 0, 0.5); /* Hintergrund abdunkeln */
  transition: all 0.3s ease-in-out;
}

/* Modal Inhalt */
.modal-content {
  background-color: #fff;
  margin: 10% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  animation: slide-in 0.5s forwards;
  position: relative;
	color:#a0a0a0
}

/* Schließen Button */
#close-ingredients {
  color: #BB0770;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#close-ingredients:hover,
#close-ingredients:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@keyframes slide-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}



a#show-ingredients {
	 background: none;
    display: block;
    margin-bottom: 20px;
   
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
	margin-left:0;
	color:#fff;
	text-decoration:none;
	width:200px;
   

  text-align:center;
	border-radius:99px;
	border:1px solid #fff;
	opacity:0.7;
}

a#show-ingredients:hover {
	opacity:1;
}







/* Responsive */ 





@media only screen and (max-width: 1440px) {
  .video-slide-inhalt video {
    aspect-ratio: 4 / 3;
}
		:where(.wp-block-columns.is-layout-flex.gap-huge) {
    gap: 5em;
}	

	
.speisen_kategorien-homemade-fries .toppings-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
	margin-top:20px;
}
	
}

@media only screen and (max-width: 1024px) {
  .video-slide-inhalt video {
    aspect-ratio: 9 / 17;
}
.start-slide-inhalt {
	height:100vh;
	width:100%;
	min-width:unset;
	text-align:center;
}
.frame::after, .frame::before{
	width:95%;
	height:100%;	
	top:0!important;
}
	

}


@media only screen and (min-width: 769px) and (max-width: 1280px) {
.speise-titel {
    padding-top: 200px;
}
		:where(.wp-block-columns.is-layout-flex.gap-huge) {
    gap: 5em;
}

	
.topping-item span,
.saucen-item span,
.brot-item span{
    background: #BB0770;
    display: block;
    margin-bottom: 20px;
    padding: 10px 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1;
    text-align: left;
}	
	
/* Zutaten */

.zutaten-wrapper {
	display:grid;
	  grid-template-columns: repeat(2, 1fr);
	padding-bottom:50px;
}	
	
	
}


@media only screen and (max-width: 768px) {
	
	body {
		background-image:url('https://www.damn-dog.de/wp-content/uploads/2024/05/bg-fixed-mobile.webp');
		background-attachment: fixed;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	
	:where(.wp-block-columns.is-layout-flex.gap-huge) {
    gap: 2em;
}
	
  .video-slide-inhalt video {
    aspect-ratio: 9 / 17;
}
.start-slide-inhalt {
	height:100vh;
	width:100%;
	min-width:unset;
	text-align:center;
}
.frame::after, .frame::before{
	width:100%;
	height:100%;	
	top:0!important;
	border-width:3px;
	left:0!important;
	border-radius:5px;
}

	.start-slide-inhalt .section-title {
   font-size:75%;
}
	
	
	
.start-slide-inhalt .huge-type {
    font-size: calc(clamp(2.5rem, 16.912vw - 1.93rem, 6.5rem)) !important;	
}
.start-slide-inhalt .pink-divider {
	background:#FFD4F6;
	height:5px;
	border: none;
	margin: 25px auto!important;
	width: 25px!important;
	height: 3px;
	border-bottom: 1px solid #FFD4F6;
	box-shadow: 00 0px 20px 5px #ff00c8;
	border-radius:99px;
}	
	
.speise-header {
    display: flex;
    align-items: center;
	flex-direction:column;
	
	 	    padding-top: 20vw;
		    padding-bottom: 5vw;

	}

.speise-header .entry-title {
    line-height: 1;
	margin:50px auto;
	display:block;
}
	
.speise-header .entry-title.huge-type {
    font-size: calc(clamp(3rem, 6.711vw - 1.804rem, 6rem)) !important;
	}
	


.speise-bild .post-thumbnail img {
    width: 75%;
	margin:0 auto;

}	
.topping-item span,
.saucen-item span,
.brot-item span{
    background: #BB0770;
    display: block;
    margin-bottom: 20px;
    padding: 10px 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1;
    text-align: left;
}	
	
/* Zutaten */

.zutaten-wrapper {
	display:grid;
	  grid-template-columns: repeat(1, 1fr);
	padding-bottom:50px;
}	
	
	
.start-slide-wrapper {
	background-image:url('https://www.damn-dog.de/wp-content/uploads/2024/05/bg-speisen-mobile-1.webp');
	background-size:cover;
	height:100vh;
	width:100vw;
	display:flex;
	align-content:center;
	justify-content:center;
    background-position: center;
    background-repeat: no-repeat;
}	
	
button.filter-button {
    margin-bottom: 20px;
    margin-right: 10px;
}	
	
.img-stripe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.img-stripe-grid figure {
  margin: 0; /* Entfernt den Standard-Abstand der <figure>-Tags */
  width: 100%;
  height: auto;
}

 .img-stripe-grid figure:nth-child(5) {
    grid-column: span 2;
  }
	
	.speisen-carousel  {
		width:90%; 
		margin:0 auto;
	}	
	
	
.speisen-filter {
    margin:60px 0px 30px 0px!important;
    text-align: left;
}	
	
/* Anpassungen Startseite */ 

.start-ueber-uns-blitz {
    transform: scale(0.7);
}
	
.start-ueber-uns-wolke{
    transform: scale(0.7);
	
}	
	
    .start-standort-hotdog {
        transform: scale(0.5);
        bottom: -120px;
        right: -120px;
        top: auto;
        left: auto;
    }
	
.start-franchise-hotdog {
        transform: scale(0.5);
        bottom: -120px;
        right: -120px;
        top: auto;
        left: auto;
    }
	
.start-franchise-blitz {
        transform: scale(0.5);
   
    }	
	
.home .wp-block-media-text__content {
    padding: 0 !important;
    margin-top: 20px;
}

.damndog-logo-franchise {
    margin: -30px 0px -20px 0;
}	
	
	.section-franchise .gap-huge {
		gap:5em;
	}	
	

.marquee-text p, .marquee-text-2 p {
    display: inline-block;
    white-space: nowrap;
    position: relative;
	font-size:4.5rem!important;
}	
	
	
	
.sub-hero-inhalt .huge-type {
    font-size: calc(clamp(2.5rem, 16.912vw - 1.93rem, 6.5rem)) !important;	
}	
.sub-hero-inhalt .mb-negative {
	margin-bottom:0px!important;
}	
	
.sub-hero-inhalt .pink-divider {
	background:#FFD4F6;
	height:5px;
	border: none;
	margin: 25px auto!important;
	width: 25px!important;
	height: 3px;
	border-bottom: 1px solid #FFD4F6;
	box-shadow: 00 0px 20px 5px #ff00c8;
	border-radius:99px;
}		
	
.speise-title .huge-type {
    font-size: calc(clamp(2.5rem, 6.711vw - 1.804rem, 7rem)) !important;
    line-height: normal;
    margin: 0;
}	

.speisen-titel.has-small-font-size {
	font-size:calc(clamp(1.5em, 6.711vw - 1.804rem, 3rem)) !important;
	line-height: normal;
	margin: 0;
}	
.wp-block-media-text__content {
    padding: 0 !important;
    margin-top: 20px;
}	
}



/* Form */

.forminator-ui .forminator-button{
color: #FFD4F6!important;
    background-color:transparent!important;
    border-radius: 9999px!important;
    text-decoration: none!important;
    padding: calc(.667em + 2px) calc(1.333em + 2px)!important;
    font-size: 1.125em!important;
	border: 3px solid #FFD4F6!important;
	box-shadow: 00 0px 20px -5px #ff00c8!important;	
	font-weight:700!important;
	letter-spacing:3px!important;
	text-transform:uppercase!important;
	transition: all 1s ease 0s!important;	
}



.forminator-ui .forminator-button:hover {
    color: #fff!important;
	border: 3px solid #fff!important;
	box-shadow: 00 0px 20px 5px #ff00c8!important;	

}



.forminator-step .forminator-step-label {
	font-size:1.25rem!important;
	font-weight:bold!important
}

.forminator-label{
    font-size: 1rem!important;
	font-weight:normal!important;
}

.forminator-label {
	padding-bottom:10px;
}

.forminator-checkbox__wrapper p {
    color: #fff !important;
    max-width: 1080px;
    width: 80%;
}

/* Karte */ 

.wp-block-column.map-filter.is-layout-flow.wp-block-column-is-layout-flow {
    filter: saturate(0);
}

.btn-absolute-social {
    position: absolute;
    left: calc(50% - 300px);
    right: calc(50% - 300px);
    white-space: nowrap;
    top: calc(50% - 40px);
    justify-content: center;
}