
.impressum  {
		font-weight: 300 ;
		letter-spacing: 0px !important; 
		line-height: 0.8  !important;
		font-family: "Arial narrow" !important;  
		font-size: 12px !important;}
.impressum p {
			font-weight: 300 ;
			letter-spacing: 0px !important; 
			line-height: 0.8  !important;
			font-family: "Arial narrow" !important;  
			font-size: 12px !important;}
.impressum .normal {
				font-weight: 300 ;
				letter-spacing: normal !important; 
				line-height: normal  !important;
				font-family: "Arial narrow" !important;  
				font-size: 1.2em !important;}

#impresss {width: 100%;}

.menu { 
	background: #fef5ee; color:#3d392f;
	display: flex;
	justify-content: center;
	gap: 10px; /* Abstand zwischen den Items */
	list-style: none;
	padding: 0px;
	margin:0;
	font-size:0.85em;

	z-index: 1000; 
	font-family: Arial;
}
.menu-item { 
	text-decoration: none;
	background: #fef5ee; color:#3d392f;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 5px;
	cursor: pointer;
	z-index: 1000; 
}

a:link { text-decoration: none;	}
a:visited {text-decoration: none;}
a:hover {	text-decoration: none;}
.dropbtn {
	background-color: #fef5ee;
	color:#333;
	padding: 3px;
	border: none;
	height: fit-content;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.dropbtn a { color:#333; text-decoration: none;}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fef5ee;
	width: 300px;
	z-index: 1000;
}
.dropdown-content a {
	color: #333;
	padding: 5px 5px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	z-index: 1000;
}
.dropdown-content a:hover {
	background-color: #ddc3a2;
}
.dropdown:hover .dropdown-content { display: block; background-color: #d9fab3;}

.dropdown:hover .dropbtn { 	background-color: #fef5ee;	}
span { font-family: arial; }
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #fef5ee;
}

body,
html {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	font-family: nunito;
	background-color: #fef5ee;
}

.header {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	flex-direction: column;
	font-family: nunito;
	background-color: #fef5ee;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.content {
	padding: 5px;
	background-color: #fef5ee;
	overflow-y: auto;
	margin-top: 150px;
	width: 100%;
}

.section {
	width: 100vw;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


.container {
	background: #fef5ee;
	width: 100%;
	padding: 5px;
	display: flex;
	justify-content: center;
}

.container.column {
	justify-content: space-around;
	gap: 20px;
}

.column {
	background: #fef5ee;
	width: 45vw;
	padding: 5px;
}

.move {
	display: flex;
	background: #fef5ee;
	width: 45vw;
	padding: 5px;
	flex-direction: column;
	align-items: center;
	max-width: 600px;
	justify-content: center;
}

.text {
	text-align: left;
	max-width: 600px;
	font-family: 'nunito';
	font-size: 18px;
	line-height: 1.3;
	color: #222;
}

.text h3 {
	font-family: 'nunito';
	text-transform: uppercase;
}

.ut {
	font-size: 20px;
	color: #333;
	text-align: center;
}

.move img {
	width: 70%;
	align-self: center;
}

.move img {
	transition: transform 1s ease-in-out
}

.move img:hover {
	transform: scale(1.02);
}

.move img {
	align-self: center;
}

video {
	width: 65vw;
	height: fit-content;
	z-index: 0;
}

.video-wrapper {
	background: #fef5ee;
	display: flex;
	justify-content: space-around;
	z-index: 0;
	height: fit-content;
}

.sm {
	position: sticky;
	top: 0px;
}

.hamburger {
	display: none;
	cursor: pointer;
	left: 5px;
	z-index: 1001;
}

.hamburger div {
	width: 25px;
	height: 3px;
	background-color: black;
	margin: 5px 0;
}

b {
	font-weight: 550
}

h3 {
	color: #bbabaa
}


#lux {
	max-width: 90%;
	align-self: center;
}

#aka {
	max-width: 50%;
	align-self: center;
}

.pdf {
	height: 600px;
	width: 90%
}

p {
	padding: 10px;
}

@media (max-width: 1210px) {
	#menu { flex-direction: column; display: none; }
	.hamburger {
		display: block;
		cursor: pointer;
		margin-left: 10px;
		z-index: 1001;
	}

	.hamburger div {
		width: 25px;
		height: 3px;
		background-color: black;
		margin: 5px 0;
	}


}

@media only screen and   (max-width: 600px) {

	.hr {height: 130px; width: 100%; background: #f2eae3;   border: none;
		display: flex; flex-direction: column; justify-content: center; 
		text-align: center; align-items: center;
		font-size: 16px !important; ;
	}
	.hr div, a { background: #f2eae3; }
	.hr .tel { width: 90vw !important;  display: block !important;}
		


	.header {
		height: 80px;
		width: 100%
	}

video {
	width: 85vw;
	height: fit-content;
	z-index: 0;
}
	.content {
		margin-top: 85px;
	}

	.text {
		max-width: 90vw;
	}

	.section {
		width: 100%;
		height: 80px;
	}

	#menu {
		position:absolute;
top:1px; 
		flex-direction: column;
		display:none;
		justify-items: flex-start;
		justify-content: flex-start;
		align-self: center;
	}

	.container {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}


	.move {
		width: 90%;
	}

	.text {
		width: 90%
	}

	.linke .move {
		animation: hereinschweben 4s ease-in;
	}

	.rechte .move {
		animation: hereinschweben 5s ease-in;
	}



	#logo img {
		width: 80px;
		height: 80px;
		margin: 5px;
		padding: 0px;
	}

	.hamburger {
		display: block;
		cursor: pointer;
		margin-left: 10px;
		z-index: 1001;
	}

	.hamburger div {
		width: 25px;
		height: 3px;
		background-color: black;
		margin: 5px 0;
	}

	#lux {
		width: 80vw;
	}

	#aka {
		width: 80vw;
	}

	.pdf {
		height: fit-content;
	}
	#cell h3 {
	font-size: 18px !important;
	letter-spacing: normal;
	text-align: center;
	font-family: nunito;
	font-weight: 400;
	}

	#akad { margin-left: 30px;;}

}

.logo { height: 100% 		}
.log img { width: 140px; height: 140px;}
#cell {
	height: 100%;
	gap:36px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	justify-items: center;
	align-items: center;
	font-size: 28px;
}
#menu {font-size: 14px; padding-bottom: 3px;}
#cell h3 {
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
	font-family: nunito;
	font-weight: 400;
}
#one-column h3 {
	font-size: 18px;

	text-align: center;
	font-family: nunito;
	font-weight: 400;
}
.column h3 {
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	hyphens: none;
}
#dcp, #adw { 			text-align: center;text-transform: uppercase;
	font-family: nunito;
	font-weight: 400;font-size: 18px; 
}
.uu {text-transform: uppercase;
	text-align: center;
	font-family: nunito;
	font-weight: 400;
	font-size: 14px; 
}
.section {padding-right: 5px;}

.text { font-family: nunito !important; font-size: 16px;}
.hr {height: 130px; background: #f2eae3;   border: none;
display: flex; flex-direction: column; justify-content: center; text-align: center; align-items: center;
font-size: 20px; ;
}
.hr div, a { background: #f2eae3; }
.hr .tel { width: 53%; display: flex; flex-direction: row; justify-content: space-between ; }
#x1 {height: 130px;  background: #f2eae3;   border: none;}
#x2 {height: 130px;  background: #f2eae3;    border: none;}
#akad { margin-left: 30px;;}
.visible { display: flex !important;}

.social-buttons a {
	margin: 10px;
	color: #333;
	text-decoration: none;
}
.social-buttons i {
	transition: 0.3s;
}
.social-buttons i:hover {
	color: #007bff; /* Blaue Hover-Farbe */
}

.share-buttons a {
	margin: 5px;
	display: inline-block;
}
.share-buttons img {
	width: 40px;
	height: 40px;
}
ul, li {    padding-left: 20px; /* Passt die Einrückung für das gesamte ul-Element an */}

ul, li {    margin-left: 20px; /* Passt die Einrückung für das gesamte ul-Element an */}