body {
	background-color: #d6f0cd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border:none; color:#000000;
	font-family:"Times New Roman", Times, serif; 
    font-size:20px;
    margin:0;
    padding:0;
    outline:none;
    vertical-align:top;
    padding-bottom: 140px;
    position: relative;
    min-height: 100vh;
	}

main {
    margin-top: 160px; /* Add margin to account for the fixed header */
    padding: 20px;
    width:1080px;
    }

.container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next line */
}

.block {
    flex: 1 1 50%; /* Flex-grow, flex-shrink, flex-basis */
    padding: 20px;
    box-sizing: border-box;
    width: 80%; /* Full width of the parent container */
    max-width: 768px; /* Optional max width */
    word-wrap: break-word;
}

.block-left {
    background-color: #f2f2f2;
}

.block-right {
    background-color: #e6e6e6;
}

@media (max-width: 768px) {
    .block {
        flex: 1 1 100%; /* Make blocks full-width on smaller screens */
    }
}

.top-align {
	margin-left:100px auto;
	margin-right:100px auto;
	overflow:auto;
	text-align: left;
	padding-left: 20px;
	}

.grid-container {
	width:1080px;
	display: grid;
	grid-template-columns: auto auto;
	align-items: top;
        }

	.right-align {
	float: right;
	}

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

.right {
	position: absolute;
	right: 40px;
	padding: 0px;
	margin-right: 0px;
	}

.right-teddy {
	position: absolute;
	right: 40px;
	padding: 0px;
	margin-right: 0px;
	top: 20px;
	}

.text-left {
	text-align: left;
	margin: 20px;
	grid-column: 1 / span 1;
	}

.text-right {
	text-align: left;
	margin-left: 20px;
	grid-column: 2 / span 1;
	}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h1, h2 {
    margin-top: 50px; color:#ce5b2e;
    }

p {
    margin:5; color:#387c4e;
    }

a {
    color:#387c4e;
    text-decoration:none;
    }

.link-orange {
    color: #ce5b2e;
    }

.link-bold {
    font-weight:bold;
    }

.slider {
    width:800px;
    overflow-x: auto;
    white-space: nowrap;
    }

.slider img {
    display: inline-block;
    max-width: 100%;
    height: 400px;
    }

/* Style the header */

header {
	color: #000;
	padding: 12px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	}

.background-style {
	background-color: rgba(255, 255, 255, 0.5);
	}

td {
	text-align: center;
	vertical-align: top;
	}

nav {
	display: flex;
	justify-content: center;
	}

ul {
	list-style: none;
	margin 0;
	padding 0;
	}

ul.a {
	list-style-type: square;
	color:#387c4e;
	}

li {
	/*display: inline-block;*/
	margin: 0 10px;
	text-align: match-parent;
	}

.header-center {
	text-align: center;
    margin-left: 0px;
    grid-column: 2 / span 1;
	}

/* Style the footer */
footer {
	text-align: center;
	}

.zitat {
	border-top-style: solid;
	border-color: #387c4e;
	border-width: 1px;
	}

/* Style the form */
form {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 20px;
  width: 50%;
  margin: auto;
}

input[type=text], textarea {
  width: 95%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  font-weight: bold;
  color:#cb6239;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 12px 20px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.error {
  color: red;
  font-weight: bold;
}

.success {
  color: green;
  font-weight: bold;
}
