body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: white;
    line-height: 200%;
    font-size: 24px;
}

header {
    background: linear-gradient(to right, white, #525868);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: left;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    line-height: 200%;
    font-style: inherit;
    font-weight: bolder;
    font-size: x-large;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    transition: color 0.3s;
}

nav a:hover {
    color: orange;
    font-weight: bolder;
}

main {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #525868;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #525868;
}

footer {
    background-color: #525868;
    color: #FFB52A;
    text-align: center;
    padding-top: 0px;
    padding-right: 10;
    padding-left: 10;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact-container {
    display: flex;
    max-width: 900px;
    margin: 20px auto;
    gap: 40px;
    align-items: flex-start;
}

form, .contact-info {
    flex: 1;
    padding: 30px;
    border-radius: 12px;
    background: #fff3e6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

form {
    background: #fff3e6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

label {
    font-weight: bold;
    margin-top: 10px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

button {
    margin-top: 20px;
    background: #e76f51;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

button:hover {
    background:#f4a261 ;
}

h2 {
    color: #EB7456;
    text-align: left;
}

@media (max-width: 600px) {
    .contact-container {
        flex-direction: column;
    }
}

.modern-table {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

th, td {
    padding: 12px 15px;
    text-align: center;
}

th {
    background: #525868;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

tr:nth-child(even) {
    background-color: #cfd9e6;
}

tr:hover {
    background-color: #e0e0e0;
    transition: 0.3s;
}

td {
    border-bottom: 1px solid #ddd;
}

tr:last-child td {
    border-bottom: none;
}
.impressum-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 8px;
  background: #fff3e6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: left;
    color: #e76f51;
    font-size: 45px;
}

h2 {
    color: #525868;
    margin-top: 20px;
    font-size: 36px;
}

p {
    line-height: 1.5;
    font-size: 24px;
}

a {
  color: #e76f51;
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
}
.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; /* Abstand zwischen Text und Bild */
}

.text {
    flex: 1;
    padding-right: 20px; /* Abstand zwischen Text und Bild */
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.image-1 {
    flex: 1;
    display: flex;
    justify-content: flex-end; /* Bild wird nach rechts ausgerichtet */
}

.image-1 img {
    max-width: 100%;
    height: auto; /* Optional: Rundung der Ecken des Bildes */
}.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; /* Abstand zwischen Text und Bild */
}

.text {
    flex: 4;
    padding-right: 10px; /* Abstand zwischen Text und Bild */
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.image-1 {
    flex: 0;
    display: flex;
    justify-content: flex-start; /* Bild wird nach rechts ausgerichtet */
}

.image img {
    max-width: 100%;
    height: auto; /* Optional: Rundung der Ecken des Bildes */
	
	border-radius: 20px;
	padding: 1cm
		
}
.full-width-image {
    width: 100%;
    margin: 0;
    padding: 10
		;
    display: block;
	
}	main {
    margin-bottom: 0;
    padding-bottom: 0;
}
.text-image-container {
    display: flex;
    align-items: flex-start;  /* Zentriert Text und Bild vertikal */
    justify-content: space-between; /* Verteilt Platz gleichmäßig */
    gap: 10px; /* Abstand zwischen Text und Bild */
	
}

.text-block {
    flex: 1; /* Text nimmt verfügbaren Platz ein */
    text-align: left; /* Blocksatz */
}

.image-block img {
    max-width: 60%; /* Passe die Größe des Bildes an */
    height: auto; /* Behält das Seitenverhältnis bei */
    align-items: center;
    text-align: center;
	border-radius: 5px;
	padding-top: 10px
		
}
.agb-box {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
    background-color: #fff3e6;;
   
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.agb-box h2 {
    color: #e76f51;
    text-align: center;
}

.agb-box h3 {
    color: #525868;
    margin-top: 5px;
}

.agb-box p {
    text-align: justify;
    line-height: 1.6;
    color: #333;
}

.kontaktbox {
  width: 100%;
  background-color: #f0f0f0; /* Hintergrundfarbe, optional */
  padding: 0px 0px
	  ;
  box-sizing: 100%
	 ;
}

.kontakt-inhalt {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 2200px; /* maximale Breite, anpassen nach Bedarf */
  margin: 35px
	  ;
  padding: 35 px;
}

.kontakt-text {
  flex: 1;
  padding-right: 15px;
	padding top: 25px;
}

.kontakt-text h2 {
  margin-bottom: 5px;
  font-size: 36 px;
  color: #333;
}

.kontakt-text p {
  margin: 15px;
  font-size: 24px;
  color: #555;
}

.kontakt-bild {
  flex: 1;
  text-align: right;
}

.kontakt-bild img {
  max-width: 100%;
  height: auto;
  border-radius: 15px; /* optional, für abgerundete Ecken */
	align-items: flex-end;
}
