* {
	font-family: 'Quicksand', sans-serif;
	margin: 0px 0px 0px 0px;	
}

html, body{
	height: 100%;
}

.header{
	color:#000000;
	background-color: #218e92;
	margin: 0px; 
	
}

.headerlist{
	list-style: none;
	margin: 0px;
	padding: 10px 10px;
	text-align: center;
	font-weight: bold;
}


.hl{
	display: inline-block;
	padding: 0px 20px 0px 0px;
}

a{
	text-decoration: none;
	color: #000000
}

a:hover{
	color: #e5d16b;
	font-weight: bolder;
}

.headerlistklein{
	list-style: none;
	margin: 0px;
	padding: 10px 10px;
	font-weight: bold;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.material-symbols-outlined:hover{
	color: #e5d16b;
	font-weight: bolder;
}

.navlist{
	padding: 20px;
	list-style: none;
	font-size: 20px;
}

.navli{
	padding: 10px;
}

.title{
	height: 400px;
	width: 100%;
	background-image: url(Titelhintergrund2.jpg);
	background-position: center;
	background-size: 100%;
	background-repeat: repeat-y;
}

h1{
	height: 70px;
	text-align: center;
	font-size: 70px;
	color: #d46737;
	text-shadow: 3px 3px #000;
	position: inherit;
	padding-top: 165px;
}

h2{
	background-color: #e9983f;
	padding-left: 10px; 
	padding-right: 10px;
	font-size: 25px;
}

h3{
	background-color: #e5d16b;
	padding-left: 10px; 
	padding-right: 10px;
	font-size: 22px;
}

h4{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 22px;
}

p, dd, .p{
	padding: 10px 15px;
	font-size: 22px;
}
dt{
	padding: 10px 15px;
	font-size: 22px;
	font-weight: bold;
}

.mehr{
	color: #d46737;
	font-weight: bold;
}

.mehr:hover{
	color: #e9983f;
}

.FeWoimg{
	padding-top: 5px;
}

table, td{
	border: 0px;
	font-size: 20px;
}

.tableUsedomEntdecken{
	padding: 5px 10px 0px 10px;
	width: 100%;
}

.tdtext{
	width: 50%;
}

.tdimg{
	height: 200px;
	text-align: right;
}


.UEimg{
	height: 200px;
	border-radius: 10px;
	display: inline;
}

.BildHausansicht{
	padding: 0px 15px 0px 15px;
}

.Bildunterschrift{
	font-size: 15px;
	font-style: italic;
	padding: 0px 5px 5px 15px;
}

.Mail{
	padding: 0px 15px 10px 15px;
	font-size: 22px;
}

.Mail::after{
		color: black;
	}

.footer{
	color:#000000;
	background-color: #218e92;
	margin: 0px;
}

.footerlist{
	list-style: none;
	margin: 0px;
	padding: 10px 10px;
	text-align: center;
	font-weight: lighter;
}

.fl{
	display: inline-block;
	padding: 0px 20px 0px 0px;
}

.fl:hover{
	color: #e5d16b; 
	font-weight: normal;
}

.fc{
	text-align: center;
	font-weight: lighter;
	padding-bottom: 5px;
}

.fcl:hover{
	color: #e5d16b;
	font-weight: 900;
}

@media (max-width: 5000px){
 .headerlistklein{
	display:none; 
 }
}

@media (max-width: 950px){
	h1{
	font-size: 50px;
	}
	
	
	.imgstart2{
		display: none;
	}
}

@media (max-width: 710px){
	.title{
	height: 100px;
	}
	
	.headerlist{
		display: none;
	}
	
	.headerlistklein{
	display: inherit;
	}
	
	h1{
	padding-top: 30px;
	font-size: 40px;
	}
}

@media (max-width: 530px){
	.title{
	height: 100px;
	}
	
	h1{
	padding-top: 32,5px;
	font-size: 35px;
	}
	
	 
	.imgstart1{
	display: none;
	}
	
	.ti{
	height: 140px;
	text-align: right;
	}
	
	.timg{
	height: 140px;
	width: 210px;
	border-radius: 10px;
	display: inline;
	}
	

}

@media (max-width: 440px){
	.title{
	height: 100px;
	}
	
	h1{
	padding-top: 35px;
	font-size: 30px;
	}
	
	.ti{
	height: 100px;
	text-align: right;
}

	.timg{
	height: 100px;
	width: 150px;
	border-radius: 10px;
	display: inline;
	}	
}



