body {
	margin: 0px auto;
	background-color: Gainsboro;
}

h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: Teal;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: Teal;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: Teal;
}

#nav {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: Teal;
	color: white;
}

#nav a {
	font-weight: bold;
	color: white !important;
}

#nav a:hover {
	text-decoration: underline;
}

.navbar-toggler-icon {
	background-color: white;
}

#gs {

}

.breadcrumb {
	background-color: white;
}

#quotes {
	background-color: white;
	text-align: center;
	padding: 15px;
}

div.scroll {
  background-color: #cce6e6;
  padding: 5px;
  overflow: auto;
  white-space: nowrap;
}

div.scroll a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 3px;
  margin-bottom: 5px;
  text-decoration: none;
}

div.scroll a:hover {
  background-color: white;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
	margin-left: -35px;
	margin-top: 5px;
	color: white;
	padding: 2px 5px;
	background-color: blue;
	border-radius: 3px;
	z-index: 1;
}

.qabox {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
	border: 2px solid #cce6e6;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.qabox img {
	margin-top: 10px;
}

.iqa-q {
	margin-top: 25px;
	padding: 10px;
	font-size: 1.3em;
}

.iqa-a, .iqa-a a {
	padding: 10px;
	font-size: 1.2em;
	color: Teal;
}

.q {
	margin-top: 20px;
	padding: 10px;
}

.q a {
	color: black;
	font-size: 1.2em;
}

.a, .a a {
	padding: 10px;
	color: Teal;
	font-weight: bold;
	font-size: 1.1em;
}

.bt {
	background-color: rgb(250, 250, 250);
	padding: 5px;
	border-radius: 0px 0px 10px 10px;
}

.bt a {
	padding: 5px;
	color: gray;
	text-decoration: underline;
}

.bt a:hover {
	color: Teal;
}

.bild a {
	text-decoration: none;
	background-color: #99cccc;
	color: black;
}

.alle {
	margin-top: 5px;
	margin-bottom: 5px;
}

.alle a, .pn a {
	font-size: 1em;
	font-weight: bold;
	background-color: Teal;
	color: white;
}

.alle a:hover, .pn a:hover {
	border: 1px solid Teal;
	background-color: white;
	color: Teal;
}

.page-item .page-link {
	background-color: white;
	color: Teal;
}

.page-item .page-link:hover {
	background-color: Teal;
	color: white;
}

.page-item.active .page-link {
	background-color: Teal;
	border: 1px solid Teal;
	color: white;
}

.page-link {
 border: 1px solid #cce6e6;
}

#s {
	background-color: white;
	text-align: center;
}

#s h3 {
	margin-top: 15px;
	text-decoration: underline;
}

#s a {
	display: block;
	background-color: white;
	color: Teal;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #cce6e6;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#s a:hover {
	background-color: Teal;
	border: 1px solid Teal;
	color: white;
	text-decoration: none;
}

footer {
	padding: 5px;
	margin-top: 5px;
	background-color: Teal;
	text-align: center;
}

footer a {
	display: block;
	font-size: 1.1em;
	color: white;
}

footer a:hover {
	text-decoration: underline;
	color: white;
}

.la {
	width: 45%;
	border: 1px solid #cce6e6;
	background-color: white;
	display: inline-block;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
	color: Teal;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.la:hover {
	background-color: Teal;
	color: ghostwhite;
	text-decoration: none;
}

.ad {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#bc a {
	color: Teal;
}