div#wrapper {
  color: black;
  background-color: #999;
  height: 600px;
  width: 900px;
  margin-top: 10px;
  margin-right: auto; /* Abstand rechts */
  margin-bottom: 10px;
  margin-left: auto; /* Abstand links */
  border-radius: 10px;
  box-shadow: 0px 0px 7px #888;
}

div#wrapper_contact {
  color: black;
  background-color: #010202;
  height: 1300px;
  width: 1191px;
  margin-top: 10px;
  margin-right: auto; /* Abstand rechts */
  margin-bottom: 10px;
  margin-left: auto; /* Abstand links */
  border-radius: 10px;
  box-shadow: 0px 0px 7px #888;
}

div#wrapper_catalogue {
  color: black;
  background-color: #010202;
  height: 842px;
  width: 1191px;
  margin-top: 10px;
  margin-right: auto; /* Abstand rechts */
  margin-bottom: 10px;
  margin-left: auto; /* Abstand links */
  border-radius: 10px;
  box-shadow: 0px 0px 7px #888;
}

#button_katalog {
	margin-left: 250px;
	padding-top: 500px;
}

#button_auktion {
	margin-left: 250px;
	padding-top: 25px;
}

#footer_links {
	margin-left: 360px;
	padding-top: 190px;
	word-spacing: 3.0em;
	color: #FFFFFF;
	font-size: 11px;
}

 /* unvisited link */
a:link {
  color: #FFFFFF;
}

/* visited link */
a:visited {
  color: #FFFFFF;
}

/* mouse over link */
a:hover {
  color: #a4c416;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #FFFFFF;
} 

/* unvisited link */
a.popup:link {
  color: #000000;
}

/* visited link */
a.popup:visited {
  color: #FFFFFF;
}

/* mouse over link */
a.popup:hover {
  color: #a4c416;
  text-decoration: none;
}

/* selected link */
a.popup:active {
  color: #FFFFFF;
} 

/* unvisited link */
a.contact:link {
  color: #FFFFFF;
}

/* visited link */
a.contact:visited {
  color: #FFFFFF;
}

/* mouse over link */
a.contact:hover {
  color: #a4c416;
  text-decoration: none;
}

/* selected link */
a.contact:active {
  color: #FFFFFF;
} 


ul li {
	list-style-type: disc;
	color: #000; 
}

ul li span {
	color: #000; 
}

#logos {
	width: 211px;
	height: 71px;
	margin-top: -70px;
	margin-left: 5px;
}

#ab_dl {
	width: 500px;
	margin-top: -190px;
	margin-left: 250px;
}

.modal-content {
  max-height: 600px;
  overflow-y: auto;
}

#datum {
	margin-left: 265px;
	padding-top: 350px;
	position: absolute;
	color: #FFF;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

#language {
	margin-left: 10px;
	padding-top: 5px;
	position: absolute;
	color: #FFF;
}

#kontakt_login {
	margin-left: 880px;
	padding-top: 5px;
	width: 300px;
	position: absolute;
	color: #FFF;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}


#ueberschrift {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0px;
}

#fw_container {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	padding-top: 30px;
}

#fw_text {
	color: black;
}

 /* Style buttons */
.btn_dl {
  background-color: #a4c416;
  border: none;
  color: #000000;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #888;
}

/* Darker background on mouse-over */
.btn_dl:hover {
  background-color: #849e13;
  color: #000;
} 

#button_dl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}

#it_footer {
	padding-top: 100px;	
	padding-left: 630px;
    font-size: 10px;
}