@import url('https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap');

.white{
background-color: white;
  width: 100%;
  height: 60px;
  margin-top: -36px;
  z-index: 99;
  position: absolute;
}

.h9fg76 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    font-family: sans-serif;
  }
  .kfh34f {
    flex: 1 1 30%;
    min-width: 250px;
    background: #f4f4f4;
    border-radius: 8px;
    padding: 20px;
  }
  
  .h9fg76 h2{
	  color:#368AEC;
	  font-size:1.5rem;
  }
    .h9fg76 p{
  text-align: justify;
	hyphens: auto;}



 #ca-1529739248826  nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }

  #ca-1529739248826  nav a {
    margin: 5px 15px;
    text-decoration: none;
    font-size: 1.1em;
    color: #333;
    position: relative;
    font-weight: bold;
  }

   #ca-1529739248826 nav a:after {
    content: "";
    display: block;
    height: 2px;
    background: #2D8AE0; 
    transform: scaleX(0);
    transition: transform 0.3s;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
  }

  #ca-1529739248826  nav a:hover:after {
    transform: scaleX(1);
  }

  #ca-1529739248826  main, #mod-custom321 {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 15px 0px;
  }

  #ca-1529739248826  h3 {
    font-size: 2em;
    margin-top: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    position: relative;
  }

  #ca-1529739248826  h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #2D8AE0; 
    margin-top: 10px;
  }

  .dish-list {
    margin-top: 30px;
  }

  .dish {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
  }

  .dish-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
  }

  .price {
    color: #333;
    font-weight: normal;
    font-size: 1em;
  }

  .description {
    margin-top: 5px;
    font-size: 0.95em;
    color: #555;
    line-height: 1.4;
  }

h2#Speisekarte, #mod-custom321 h2 {
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

h2#Speisekarte:after , #mod-custom321 h2:after  {
  content: "";
  display: block;
  height: 2px;
  background: #2D8AE0;
  position: absolute;
  bottom: -5px;
  left: 50%;        /* Mitte des Elements */
  width: 50%;       /* Breite anpassen, z.B. 50% */
  transform: translateX(-50%); /* zentriert den Unterstrich */
}


div#bd1-hv6puhu2r, div#bd2-aie46gxeb {
	color:white;
}
div#bd1-hv6puhu2r  a, div#bd2-aie46gxeb a{
	color:white;
}

div#bd1-hv6puhu2r  a:hover, div#bd2-aie46gxeb a:hover{
	color:#2D8AE0;
}



  @media (max-width: 600px) {
   #ca-1529739248826 nav a {
      margin: 10px;
      font-size: 1em;
    }
    .dish-title {
      flex-direction: column;
      align-items: flex-start;
    }
    .price {
      margin-top: 5px;
    }
  }






 .disabled{
	display:none;
}



.item-context div{
	text-align:justify !important;
	 hyphens: auto !important;
	 padding: 0px 25px 0px 25px;

}



 .paginationjs-next a {
	background-color: black !important;
  color: white !important;

  padding: 10px;
  font-size: 1.5em;
  border-radius: 5px;
}
       .paginationjs li {
        list-style: none; /* Punkte ausblenden */
    }


section#t-im8m6rryc{
	background-color:black;
	padding: 0% 2% 0% 5%;
}

section.border-bottom{
	border-bottom:var(--bs-border-width) var(--bs-border-style) #fff !important;
}

div.astroid-logo, a.astroid-logo-default img{
	width:50%;
	height:auto;
	margin:5px;
}
.astroid-logo-mobile{
	margin-left:40%;
}

section#top{padding:0px;}





.img-fluid{
	display: block;
  margin: 0 auto;
}

div.gal_con{
	text-align: center;
	
}

div.gal_con img{
	height:200px;
	width:auto;
	
}

 /* Kacheln Leistungen */
 
 
 #mod-custom312{
	 width: 80%;
  margin: auto;
 }
 
  .containerleistungen {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Änderung hier: Gleichmäßige Verteilung des Inhalts */
  }
  .tile {
    width: calc(50% - 12.5px); /* Anpassung für den Abstand zwischen den Bildern */
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 25px; /* Abstand zwischen den Reihen */

  }
  .tile img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }
  .tile:hover img {
    transform: scale(1.1);
  }
  @media (max-width: 600px) {
	  
	  
	  .item-author .u{min-height:55px;  font-weight: 400;}
	  
	  .item-author .d {
  font-size: 80%;
}

.item-context div{
	text-align:left !important;
	 hyphens: auto !important;
	 padding: 0px;

}



#data-container .item:nth-of-type(2) .item-context {
	text-align: left !important;
	
padding: 0px 10px 0px 10px;
}
	  
	  
	  	  div.gal_con  {
  
  width: 45%;

}
	  
	  
	  div.gal_con img {
  height: 150px;
  width: auto;

}
	  
	  
    .containerleistungen {
      margin: 0; /* Entfernt den Seitenabstand für Mobilgeräte */
      justify-content: center; /* Zentriert die Kacheln auf Mobilgeräten */
	  width: 100%;
    }
    .tile {
      width: 100%; /* Volle Breite auf Mobilgeräten */
    }
	 #mod-custom312{
	 width: 100%;
  margin: auto;
 }
  }
 /* Kacheln Leistungen Ende */
 
 
 
 
 
  /* Gutschein */
.content-wrapper {
    display: flex;
    align-items: flex-start;
}

.image-container img {
    width: 300px; /* Feste Breite */
    height: 214px; /* Feste Höhe */
    margin-right: 25px;
	max-width: none; /* Überschreibt die globale max-width Regel */
}

.image-container a:hover  {
    transform: scale(1.1);
	 transition: transform 0.3s ease-in-out;
  }

.text-container {
    text-align: left;
}

@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .image-container img {
        margin-bottom: 25px;
    }

    .text-container {
        text-align: left;
    }
}



 /* Gutschein Ende */


.preis1{
	border: 1px solid #dcdcdc; margin-right: auto; margin-left: auto; width: 43.1548%;
}


.moduletable.leistungskacheln .p-3 {
  /* Deine CSS-Stile hier */


	  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Zentriert den Titel */
   
    /*background-color: rgba(0, 0, 0, 0.5);  Schwarzer Hintergrund mit 50% Transparenz */
    padding: 5px 10px; /* Abstand um den Text */
    border-radius: 5px; /* Abgerundete Ecken */
}

.moduletable.leistungskacheln .p-3 a{
	color:white;
	font-size: 2.5rem;
	  text-transform: uppercase;
	  font-weight:bold;
	  margin-left: 9%;
	
}
.moduletable.leistungskacheln .p-3 a:hover{
	color:white;
	font-size: 2.8rem;
	  font-weight:bold;
	
}

.moduletable.leistungskacheln h1 {
    font-family: "Bungee Inline", sans-serif;
    font-size: 2.8rem;
    color: white;
    position: relative;
    padding-left: 30px;
	  background-color: black;
	  text-align:center;  text-shadow: 2px 2px 4px #aaa;
	  margin:0px;
}

div.uk-card-body a.btn{
	background-color:black;
	color:white;
	font-weight:bold;
}


div#mpba1-v8nflh74v h3.module-title{font-size: 1.5rem;margin-top:40px;}


.uk-icon-home::before {
  content: "\f015";

}
section#bd-tb0s74aag {

	background-color: black !important;
}

.center-button {
  display: block; 
     margin: 20px auto; /* 20px Abstand oben und unten, automatischer Abstand links und rechts für horizontale Zentrierung */
    background-color: black;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 50px; /* abgerundete Ecken */
    cursor: pointer;
    font-size: 16px;
    font-weight: bold; /* fett gedruckter Text */
 
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* leichter Schatten */
    transition: 0.3s;
}

.center-button:hover {
 background-color: #333;
    transform: translateY(-3px); /* leichtes Hochheben beim Darüberfahren */

}

a.center-button{
display: block;
  width: 220px;
  text-align: center;
  float: right;
  color:white !important;
}

.button-container {
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
 text-align: center; /* Horizontale Zentrierung des Inhalts */
}



div.button-container a.stylized-link   {
    display: inline-block; /* Der Button wird als Inline-Block-Element angezeigt */
    margin: 20px 0; /* 20px Abstand oben und unten */
    background-color: black;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
 
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    text-decoration: none;
}


.container a.stylized-link   {
    display: inline-block; /* Der Button wird als Inline-Block-Element angezeigt */
    margin: 20px 0; /* 20px Abstand oben und unten */
    background-color: black;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
 
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    text-decoration: none;
}

.button-container a:hover {
	color:white;
}

.stylized-link:hover {
   color:black;
    transform: translateY(-3px);
}

.header-white{
background-color: white;
  color: black;
  min-width: 100%;
  font-size: 2.5rem;
  padding: 35px;
  padding-left: 18%;
  padding-right: 18%;
  padding-top: 8%;
  padding-bottom: 8%;
  text-align: center;
  margin-left: 10%;
  border-radius:10px;
  font-weight: bold;
}

.header-blue{
	background-color:#28313A;

  color: white;
  min-width: 100%;
  font-size: 2.5rem;
  padding: 35px;
  padding-left: 18%;
  padding-right: 18%;
  padding-top: 8%;
  padding-bottom: 8%;
  text-align: center;
  margin-left: 60%;
    border-radius:10px;
	font-weight: bold;
}

.header-blue:hover{color:white;}


.incetive{
	
}

#bd2-aie46gxeb h3.module-title {
    color: white;
}



.container a{
		color:cornflowerblue;
	}
div.mod-custom137 a{color:black !important;}	

div.astroid-contact-info a
	{color:white !important;}	
	
#ml1-t4ejuea5n	h3{font-weight:bold;}



    form {
       
        font-family: Arial, sans-serif;
        width: 100%;  /* Setzt die Breite des Formulars auf 100% */
        padding: 20px;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    }

    label {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
    }

    input[type="text"], textarea, select {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    input[type="submit"] {
        padding: 10px 15px;
        background-color: black;
        color: #fff;
        border: none;
        border-radius: 25px;
        cursor: pointer;
    }

    input[type="submit"]:hover {
      
		  transform: translateY(-2px);
    }

    .error-message {
        color: red;
        font-weight: bold;
        margin-bottom: 10px;
    }
	
div.error{color:red;}	

div.astroid-contact-info{
font-size: 0.8rem;}


 div.image img{float:left;width: 20%;margin-right:25px; margin-bottom:25px;height:auto;}
 
 div.image {float:left;width: 100%; margin-bottom:25px;margin-right:0px;height: auto;}

  
.custom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-box {
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: calc(50% - 10px);
  margin-bottom: 10px;
  background-color: white;
  padding: 2%;
}

.custom-box img {
  min-width: 301px; /* Minimum width of image */
  height: auto;
  margin-right: 20px;
}

.custom-box .uk-card-title {
  margin: 0;
  font-size: 1.5em; /* Example size, adjust as needed */
}

.btn {
  display: block;
  width:80%;
  font-weight: bold;
  text-align: center;
  margin:0 auto;
  vertical-align: middle;
  user-select: none;
  background-color: black;
  color: white !important;
  border: 1px solid black;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 25px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.btn:hover {
  color: white;
  background-color: black;
  border-color: black;
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-sm , .sk-google-reviews-write-review-btn{
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 2.5;
  border-radius: 25px !important;
}

.btn-primary {
  background-color: black;
  border-color: black;
}

.custom-box:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  
}

h4.newsflash-titleleistungskacheln{
	wdith:100%;
	text-align:center;
}

@media (max-width: 600px) {
	
	.btn {
margin-bottom:15px;
}
	
	
	
	.preis1 {
  width: 100%;
}


a.center-button {
	float: left;
}
	
	
  .custom-box {
    width: 100%;
    flex-direction: column;
  }
  .custom-box img {
    width: 100%; /* Full width on smaller screens */
    min-width: 0; /* Reset min-width on smaller screens */
    margin-bottom: 10px;
  }
  
  .moduletable.leistungskacheln .p-3 a {
  font-size: 2vh;
}

  .moduletable.leistungskacheln  h3 {
font-size:2vh;
padding:10px;
}

.uk-position-small{
margin:0px;	
}

.uk-margin {
  margin-bottom: 0px;
}

.header-blue{
	padding: 5px;
    margin-left: 18%;
    font-size: 1.5vh;
    border-radius: 5px;
}

.header-white{
	padding: 5px;
    margin-left: 0px;
    font-size: 1.5vh;
    border-radius: 5px;
}

.p-4{padding:0px;margin-top:5px;}

.moduletable.leistungskacheln .p-3:nth-child(2) a,
.moduletable.leistungskacheln .p-3:nth-child(3) a {
   margin-left: 15%;
}



.moduletable.leistungskacheln .p-3 {
	width:100%;
	padding:0px;
}

div.astroid-contact-info {

  text-align: center;
}

.moduletable.leistungskacheln .p-3 a:hover {

  font-size: 1.25rem;
 
}

.uk-article-title {
  font-size: 1.5rem;
  text-align: center;
  margin-top:15px;
}

div.image img{float:left;width: 100%; margin-bottom:25px;margin-right:0px;height:auto;}

div#mod-custom303 div.custom-box:nth-child(1) {margin-bottom:25px;}


div#mpba1-v8nflh74v h3.module-title {
  font-size: 1rem;
}

}

#bd1-hv6puhu2r h3, #ac-xiprd9j80 h3{font-weight:bold;}

.sk_branding a {
color: white !important;
  font-size: 0px !important;
  float: left;
}


.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.image {
    position: relative;
    width: 100%; /* Anpassung für kleinere Bildschirme */
    height: 150px;
    background-size: cover;
    background-position: center;
    margin: 10px;
}

.image-text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 50%;
    color: white;
    font-size: 2.5vh;
    font-weight: bold;
}

/* Media Query für größere Bildschirme */
@media (min-width: 768px) {
    .image {
        width: 30%; /* Feste Breite für größere Bildschirme */
    }
	.image-text {
		font-size: 3vh;
	}

}


@media (max-width: 768px) {
	
.moduletable.leistungskacheln h1 {
	font-size: 1rem;
}

h2#Speisekarte, #mod-custom321 h2  {
	font-size: 2.4rem;
}

#ca-1529739248826 h3 {
	font-size: 1.2rem;
	line-height: 1.5rem;
}
}