.message-container {
	text-align: center;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-top: 20px;
}

.error-message {
	margin: 0;
	color: red;
	font-size: 20px;
}
 .about, .why-choose-us {
            background: #fff;
            margin: 10px auto;
            padding: 20px;
      
          
            text-align:center;
            width:80vw;
        }
    
      .EhrfahrenSieMehr{
            width:80vw;
              margin: 10px auto;
              text-align:center;
      }
    
        .EhrfahrenSieMehr a{
            color: #E05306;
            text-decoration: none;
        }
          .EhrfahrenSieMehr a:hover {
            text-decoration: underline;
        }
        
        .social-sharing{
             width:80vw;
              margin: 10px auto;
              text-align:center;
            
            
        }
        .social-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

h2{
    color:#E05306;
}



.social-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff; /* Weißer Text */
    background-color: #333; /* Dunkler Hintergrund für Buttons */
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.social-button i {
    margin-right: 5px;
    font-size: 16px; /* Icon-Größe */
}

.social-button:hover {
    background-color: #555; /* Hellerer Hintergrund beim Hover */
}

.social-button.facebook {
    background-color: #3b5998; /* Facebook Blau */
}

.social-button.x {
    background-color: #000; /* X Schwarz, falls kein spezifischer Farbcode verfügbar ist */


}

.social-button.linkedin {
    background-color: #0077b5; /* LinkedIn Blau */
}

.social-button.whatsapp {
    background-color: #25d366; /* WhatsApp Grün */
}

        
/* Common styles */
body {
	color: #666666;
	font-size: 14px;
	font-family: Arial, sans-serif;
	/* Fallback font */
	line-height: 1.80857;
	font-weight: normal;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

#photo-upload-new {
	display: none;
}

#preview-title,
#preview-description,
#preview-type,
#preview-stadt,
#preview-plz,
#preview-date-time {
	word-wrap: break-word;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #E05306;
	padding: 2% 13%;
	color: #FFFFFF;
	/* Font color for the header */
}




.Hanmelden {
	border: 1px white solid;
	padding: 0px 5px;
	border-radius: 5px;
}

.banner {
	background-color: #E05306;
	/* Set your desired background color */
	padding: 1%;
	text-align: center;
	/* Center align text */
	width: 100%;
	box-sizing: border-box;
    min-height: 90vh;

}

.banner-subtitle {
	color: #FFFFFF;
	/* Your desired color */
	font-size: 42px;
	/* Add any other styles you require for the subtitle */
}

.banner-title {
	color: white;
	/* Your desired color */
	font-size: 62px;
	font-weight: bold;
	/* Add any other styles you require for the title */
}

.banner-description {
	color: #FFFFFF;
	/* Your desired color */
	font-size: 28px;
	/* Add any other styles you require for the description */
}

.banner-button,
.back-link {
	margin-top: 15px;
	/* Adjust the space between description and button */
	font-size: 28px;
	border: 1px white solid;
	border-radius: 10px;
	padding: 4px;
	background-color: #E05306;
	/* Your desired color */
	color: #fff;
	/* Your desired text color */
	text-decoration: none;
	/* Remove underline */
	/* Add any other styles you require fo
	    /* Add styles for the button container */
}

.banner-button a {



	color: #fff;
	/* Your desired text color */
	text-decoration: none;
	/* Remove underline */
	/* Add any other styles you require for the button */
}

.banner-hanmelden-btn a {
	text-decoration: none;
	color: white;
	padding: 10px;
	border: 1px white solid;
	border-radius: 10px;
	font-size: 28px;
}

.section {
	margin-top: 0px;
	background-color: #f0f0f0;
	/* Light gray background color */
	padding: 30px 15%;
	/* Add padding to create space around the content */
	/* Add any other necessary styles */
}

.section td {
	padding: 20px;
}

.section ol {
	list-style: none;
	counter-reset: item;
	padding-left: 0;
}

.section ol li {
	margin-bottom: 20px;
}

.section ol li:before {
	content: counter(item);
	counter-increment: item;
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}

.section ol li h3 {
	font-size: 24px;
	font-weight: bold;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.text-center {
	text-align: center;
	margin: auto;
	width: 50%;
	padding: 5px;
}

/* For the menu */
.menu_text {
	display: flex;
	font-size: 16px;

	gap: 20px;
	justify-content: flex-end;
}

.menu_text a {
	text-decoration: none;
	/* Remove underline */
	color: #FFFFFF;
	/* Font color for the menu items */
}

.menu_text ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu_text ul li {
	display: inline;
	margin-right: 20px;
}

.logo {
	width: 200px;
	/* Adjust the width as needed */
	height: auto;
	/* Maintains the aspect ratio */
}

.mobile-menu {
	display: none;
	/* Hide mobile menu by default */
}

/* For links and buttons on hover */

.banner-button a:hover,
.banner-button[type="submit"]:hover,
.banner-hanmelden-btn a:hover,
.menu_text a:hover,
.logo:hover {
	color: black;
	/* Change the color on hover as desired */
	transition: color 1s;
	/* Add a smooth transition effect */
}

.menu-Hanmelden {
	color: white;
	border: 1px white solid;
	border-radius: 10px;
	padding: 0 5px;

}

.menu-Hanmelden:hover {
	border-color: #f0f0f0;
	/* Change border color on hover for Hanmelden */
	transition: border-color 1s, background-color 1s;
	/* Add a smooth transition effect */
	background-color: #f0f0f0;
	/* Change background color on hover for banner-hanmelden-btn */



}

.Hanmelden:hover {
	border-color: #f0f0f0;
	/* Change border color on hover for Hanmelden */
	transition: border-color 1s, background-color 1s;
	/* Add a smooth transition effect */
	background-color: #f0f0f0;
	/* Change background color on hover for banner-hanmelden-btn */

}

.banner-hanmelden-btn a:hover {
	background-color: #f0f0f0;
	/* Change background color on hover for banner-hanmelden-btn */
	transition: background-color 1s;
	/* Add a smooth transition effect */
}

.Hanmelden a {
	color: white;
	border: 1px white solid;
	border-radius: 10px;
	padding: 0 8px;
	font-size: 28px;
	text-decoration: none;
	background-color: #E05306;
	display: inline-block;
}

.banner-button,
.banner-button[type="submit"] {

	color: white;
	border: 1px white solid;
	border-radius: 10px;
	padding: 1% 1%;
	font-size: 28px;
	text-decoration: none;
	background-color: #E05306;
	display: inline-block;

}

.Hanmelden a:hover,
.banner-button a:hover,
.banner-button:hover,
.banner-button[type="submit"]:hover {
	color: black;
	border-color: #f0f0f0;
	transition: color 1s, border-color 1s, background-color 1s;
	background-color: #f0f0f0;

}

.icon img {
	width: 40px;
	vertical-align: middle;
	margin-right: 10px;
}

.category-list {
	list-style: none;
	padding: 30px 20px;
	/* Optional: Remove default padding */
	display: flex;
	flex-wrap: wrap;
	    margin-left: 6vw;
}

.category-list li {
	width: calc(33.33% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	list-style: none;

	/* Adjust width and margin as necessary */
}

.category-links {
	list-style: none;
	padding: 0;
	/* Optional: Remove default padding */

}




.FloorImage {

	width: 40%;
	float: right;
}

/* Mobile responsiveness */
/* Mobile Menu Styles */
.mobile-menu-container {
	display: none;

}

.mobile-menu-btn {
	cursor: pointer;
	position: absolute; /* Fix the position to make it visible on top of the menu */
	top: 20px; /* Adjust as necessary */
	right: 20px; /* Adjust as necessary */
	z-index: 1100; /* Higher than the mobile menu to keep it on top */
	display: none;
  }


  
  .mobile-menu-btn .bar1, .mobile-menu-btn .bar2, .mobile-menu-btn .bar3 {
	width: 35px;
	height: 5px;
	background-color: #ffffff;
	margin: 6px 0;
	transition: 0.4s;
  }
  
  .mobile-menu-btn.change .bar1 {
	transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .mobile-menu-btn.change .bar2 {
	opacity: 0;
  }
  
  .mobile-menu-btn.change .bar3 {
	transform: rotate(45deg) translate(-8px, -8px);
  }

/* Add this to your existing CSS or create a new style block */
.toggle-password,
.toggle-confirm-password {
	position: relative;
	cursor: pointer;
	user-select: none;
	margin-left: -25px;
	/* Adjust as needed */
	color: #ccc;
	/* Set the initial color of the eye icon */
}

.toggle-password:hover,
.toggle-confirm-password:hover {
	color: #555;
	/* Set the color when hovering over the eye icon */
}


/* Mobile responsiveness for menu */
@media only screen and (max-width: 600px) {

	/* Mobile Menu Styles */
	.section td {
		width: 100%;
		/* Setze die Breite auf 100%, um die Zellen untereinander anzuzeigen */
		box-sizing: border-box;
		/* Berücksichtigt Padding und Border in der Breite */
		display: block;
		padding: 20px;
	}
	.mobile-menu-btn {
		display: block;
	  }

	.mobile-menu {
		display: none;

	}

	.menu_text {
		display: none;
	}

	.mobile-menu-container {
		display: none;
		flex-direction: column;
		background-color: #E05306;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		opacity: 0;
		/* Start with opacity set to 0 */
		transition: opacity 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
		/* Add a smooth transition effect for opacity */

		transform: translateX(-100%);

	}

	.mobile-menu-container.show {
		
		opacity: 1;
		/* Set opacity to 1 when the 'show' class is present */
		transform: translateX(0);

		}


	.mobile-menu-container.show .mobile-menu-content {
		display: flex;
		transform: translateY(0);
		/* Move the menu on-screen when the 'show' class is present */
		justify-content: center;
	}




	.container {
	  display: inline-block;
	  cursor: pointer;
	}
	
	.bar1, .bar2, .bar3 {
	  width: 35px;
	  height: 5px;
	  background-color: #ffffff;
	  margin: 6px 0;
	  transition: 0.4s;
	}
	

  
  /* Show class for mobile menu */
  .mobile-menu-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	z-index: 1000;
  }
  
  .mobile-menu-container.show {
	display: block;
  }
  
  .mobile-menu-content {
	background-color: #E05306;
	margin: 0 auto;
	padding-top: 150px;
	width: 100%;
	text-align: center;
	height: 100vh;
  }
  
  .close-button {
	background: none;
	border: none;
	font-size: 1.5em;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
  }
  
  .mobile_menu_text {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	
	flex-direction: column;
  }
  
  .mobile_menu_text li {
	margin: 10px 0;
  }
  
  .mobile_menu_text a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2em;
  }
  

	/* Adjustments for the header */
	.header {
		flex-direction: column;
		padding: 2% 5%;
	}







	/* Adjustments for the banner */
	.banner {
		padding: 2%;
		min-height: 80vh;
	}

	.banner-title {
		font-size: 32px;
	}

	.banner-description {
		font-size: 18px;
	}

	/* Adjustments for the section */
	.section {
		padding: 15px 5%;
	}

	.section td {
		padding: 10px;
	}

	.category-list li {
		width: calc(50% - 10px);
		margin-right: 2%;
	}


}