body {
	font-family: 'The Mix Light', serif;
	background-color: #F4F0EE;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size:15px;
	overflow-x: hidden;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4 {
	font-family: 'Gotham', serif;
	color: #8A604A;
}
b {
	font-weight:700;
}

/* Header mit Logo */
.header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0px;
	background-color: transparent;
}
.flaggen {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	background-color: transparent;
	width:100%;
}
.logo {
	display: flex;
	justify-content: center;
	background-color: #fff;
	text-decoration: none;
	width:100%;
}
.logo img {
	display:block;
}
.flag {
	width: 24px;
	height: 19px;
	margin:2px;
	background:#fff;
	opacity:0.6;
}

/* Hauptinhalt */
.container {
	max-width: 1000px;
	margin: 100px auto;
	padding: 0 20px;
	text-align: center;
}

.headline {
	font-size: 18px;
	font-family: 'Gotham', serif;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight:700;
}

.main-heading {
	font-size: 24px;
	font-family: 'Gotham', serif;
	color: #8A604A;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 40px;
}
.main-content {
	margin: 0px auto;
	max-width: 800px;
}
p {
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
p a {
	text-decoration:underline;
}

/* Button */
.button {
	display: inline-block;
	font-family: 'Gotham', serif;
	border: #B2866F solid 2px;
		border-radius:5px;
	color: #B2866F;
	padding: 12px 30px;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.button:hover {
	background-color: #B2866F;
	color:#fff;
}
.modeslider.slick-slider {
	margin:40px 0;
	margin-bottom:50px;
}
.modeslider .slick-slide {
	display:flex;
	justify-content: center;
}
/* Footer */
.footer {
	border-top: 1px solid #B2866F;
	background-color: #fff;
	padding: 25px 0;
	text-align: center;
	color: #222;
	font-size: 15px;
}

.footer a {
	color: #222;
	text-decoration: none;
	margin: 0 20px;
}

.footer a:hover {
	text-decoration: underline;
}

/* Responsive Anpassungen */
@media (max-width: 1050px) {
	.slick-prev {
		left: 0px;
	}
	.slick-next {
		right: 0px;
	}
}
@media (max-width: 768px) {
	.container {
		margin: 50px auto;
		padding: 0 15px;
	}
	.modeslider .slick-slide img {
		width:240px;
		height:240px;
	}
}
