@charset "utf-8";


/* ------------------ structure ------------------ */

body {
	background-color: #fff;
	background-position: center;
	background-attachment: fixed;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	color: #000;
}
#content {
	min-height: 100%;
	height: 100%;
	text-align: center;
	font-size: 24px;
	margin: 0 auto;
	padding: 50px 0 80px 0;
	color: #000;
	width: 100%;
	max-width: 1000px;
}
#content table {
	margin: 0 auto;
}
#foot {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	bottom: 0;
	padding-top: 40px;
	padding-bottom: 5px;
	border: none;
	margin-top: 0;
}
#ft img {
	background-color: #16b9c5;
	margin: 20px 10px;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
#ft img:hover  {
	background-color: #83e4f2;
}
 
 
/* ------------------ top menu ------------------ */
 
#topnav {
	background-color: #ddd;
	background-image: linear-gradient(#eee, #ccc);
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	z-index: 999;
	vertical-align: middle;
	font-size: 16px;
}

#topnav a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}

#topnav table {
	margin: 0 auto;
	table-layout: auto;
	border: none;
	min-width: 1000px;
}

.toplft a,
.toprt a {
	padding: 45px 14px;
	border-bottom: solid #ccc 5px;
	border-color: transparent;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.toplft a:hover,
.toprt a:hover {
	background-color: #ccc;
	border-bottom: solid #16b9c5 5px;
	color: #222;
}

.toplft a {
	float: right;
}

.toprt a {
	float: left;
}

.topcnt {
	float: none;
	padding: 0;
	margin: 0 auto;
}
 
.arrw {
	font-size: 12px;
	vertical-align: text-top;
	margin-top: 1px;
	padding-left: 13px;
	margin-right: -2px;
	display: inline-block;
	transition: all 0.2s;
}

a:hover .arrw {
	transform: rotate(90deg) translate(-3px, -4px);
}

#active {
	border-bottom: solid #16b9c5 5px;
	color: #222;
	cursor: pointer;
}

#active:hover {
	background-color: transparent;
}

.sub-parent {
	position: relative;
}

.sub-parent a:hover {
	border-bottom: solid #ccc 5px;
	border-color: transparent;
	cursor: pointer;
}

.sub { 
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 88px;
	left: 189px;
	width: 108px;
	padding-top: 10px;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
	background-color: #ccc;
}

.sub a {
	float: none;
	padding: 12px 0;
	width: 100%;
	font-size: 12px;
	border-bottom: none;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.sub a:hover {
	background-color: #16b9c5;
	border-bottom: none;
}

.sub-parent:focus .sub,
.sub-parent:focus-within .sub,
.sub-parent:hover .sub {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.2s;
}

.sub-parent:focus .arrw,
.sub-parent:focus-within .arrw,
.sub-parent:hover .arrw {
	transform: rotate(90deg) translate(-3px, -4px);
}

.sub-parent:focus > a,
.sub-parent:focus-within > a,
.sub-parent:hover > a {
	background-color: #ccc;
}

#topnav ul,
#topnav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	 
@media only screen and (max-width: 1200px){
	#topnav {
		position: fixed;
		top: 0;
		width: 100%;
	}
}
 
 
/* ------------------ links ------------------ */
 
#prevents a {
	color: #555;
	text-decoration: none;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

#prevents a:hover {
	color: #16b9c5;
}

#linkd td {
	border-left: solid #fff 6px;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

#linkd td:hover {
	border-left: solid #16b9c5 6px;
}

#linkd td a {
	color: #444;
	text-decoration: none;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

#linkd td a:hover {
	color: #000;
}

#archiv,
#archiv a {
	margin: 0 auto;
	font-size: 42px;
	font-weight: bold;
	color: #16b9c5;
	text-decoration: none;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

#archiv a:hover {
	color: #555;
}

#bttn img {
	background-color: #16b9c5;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
#bttn img:hover  {
	background-color: #83e4f2;
}

#fblnk img {
	opacity: 1.0;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

#fblnk img:hover {
	opacity: 0.6;
}
 
 
/* ------------------ horizontal rule ------------------ */
 
#hrule {
	width: 650px;
	background-color: #fff;
	color: #fff;
	margin: 70px auto;
	border-top: dotted #cfcfcf 4px;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
 
#hrule2 {
	width: 900px;
	height: 4px;
	background-color: #ccc;
	color: #ccc;
	margin: 80px auto;
	border-width: 0;
}