@import url("nav.css");

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#txt {
  position: fixed;
  bottom: 0;
  padding: 0 10px;
  right: 0px;
  color: #000;
  background: #ccc;
  opacity: 0.7;
  -webkit-transition: opacity 0.7s;
  z-index: 99999;
}

html, body {
	border: 0 none;
	height:100%;
}

/* BODY UND SEITE / BODY AND PAGE */
#body {
	/*background: none repeat scroll 0 0 #284696;*/
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #444;
}


/* GLOBAL */
h1, h2, h3 {font-family: verdana, sans-serif; color: #333; font-size: 20px; line-height: 1.2em; font-weight: 100; letter-spacing: 2px; padding: 0 0 6px 0; margin: 5px 0 10px 0;}
h4 {font-family: verdana, sans-serif; color: #333; font-size: 18px; line-height: 1.2em; font-weight: 100; letter-spacing: 1px; margin: 15px 0 10px 0;}
h5 {font-family: verdana, sans-serif; color: #333; font-size: 16px; line-height: 1.0em; font-weight: 100; letter-spacing: 1px; margin: 15px 0 10px 0;}
h6 {font-family: verdana, sans-serif; color: #333; font-size: 14px; line-height: 0.8em; font-weight: 100; letter-spacing: 1px; margin: 15px 0 10px 0;}
p {margin: 10px 0;}
ol {margin: 6px 0;}
ol li {line-height: 1.0em; border: 0; padding: 3px 0; margin: 0 0 0 22px;}
ul { margin: 6px 17px;}
ul li {line-height: 1.2em; border: 0; padding: 3px 0; margin: 0;}
hr {height: 2px; clear: both; color: #999; background-color: #999; border: 0;}
blockquote {padding: 2px 0 2px 20px; border-left: 3px solid #999;}


body, td {
  color: #444;
  font-family: verdana,sans-serif;
  font-size: 12px;
}

#top {
	font-size: 10px;
	line-height: 10px;
}

#wrapper {
	background: #fff url(images/bgbody.jpg) repeat;
	background-size: contain;
  margin-top: 35px;
  position: relative;
}

#header {
  position: fixed;
	top: 0;
  left: 0;
	width:100%;
  z-index: 2;
  transform: translate3d(0,0,0);
}
#headertop {
	background: url('images/headertophi.jpg') repeat-x 0 0 / contain;
	border-bottom: 4px groove #666;
	width:100%;
	display: table;
  padding: 5px 20px;
  height: 35px;
}
#sitename {
	display: table-cell;
}
#navicons {
  display: table-cell;
  text-align: right;
}
#navicons .fa {
  color: #E70000;
  width: 1.4em;
  font-size: 1.5em;
}

#headerin {
	width: 100%;
	background: url('images/headerri.jpg') repeat-x;
	text-align: center;
}
#headerin img {
	max-width: 100%;
	height: auto;
}

#searcher {
	float: right;
  margin: 0 20px 0 0;
}
#searchbox {
	background: url('images/suchfeld.png');
	background-repeat: no-repeat;
	margin: 4px 0 0;
}
#searcher input.submit {
	background: url('images/suchbutton.png');
	background-repeat: no-repeat;
	height:22px;
	width:75px;
	border-style:none;
	margin: 0 0 0 30px;
}
#searcher input.submit::-moz-focus-inner {
	border:0;
}
#searcher .text {
  background:transparent;
  -webkit-appearance: none;
  border-style:none;
  outline: 0;
  width: 145px;
  height: 22px;
  font-family: "Verdana", Arial, Helvetica, serif;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 0;
}

/* BREADCRUMB-NAVIGATION (LOCATOR) */
#locator {
	display: table;
	background-color: #CCC;
	width:100%;
	border-bottom: 4px groove #999999;
	position: relative;
	color: #333;
}
#locatorin {
	font-family: Verdana, Courier New, Andale Mono, serif;
	font-size: 0.8em;
	text-align: left;
	padding: 8px 0 8px 20px;
	margin: 0;
	float: left;
}
#locatorin a {
  color: #CC232A;
  text-decoration: none;
}


#content {
	width:100%;
	position:relative;
	padding: 0 0 52px;
}

/* MAIN */
#tplge_main {
	text-align: left;
	margin: 0 auto;
	width: 85%;
	max-width: 1400px;
	padding: 20px;
	box-shadow: -5px 0px 10px silver, 5px 0px 10px silver;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	position: relative;
	overflow-x: auto;
}
#tplge_main h1, h2, h3 {
	border-bottom:3px groove #ccc;
}
.anker {
  position: absolute;
  margin-top: -40px;
}
@media (min-width: 60em) {
  .anker {
    margin-top: -5px;
  }
}
.pt-page {
  min-height: calc(100vh - 5px);
  margin: 0 0 40px 0px;
  border-bottom: 1px solid rgba(100,100,100,0.4);
}

#tplge_footer {
	clear: both;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 10px 0;
}


p.tplge_date {width: 6em; float: right; background: #620; color: #ffe; text-align: center; line-height: 1.2em; padding: 2px; margin: 0;}


/* FUSSLINKS / FOOTER LINKS */
#footer {
	background-color: #95ABDA;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	border-top: 2px solid #1a376f;
	bottom:0;
	width:100%;
	height: 52px;
	margin: -52px 0 0;
	position:relative;
}
div#footer p:first-child {
	padding: 3px 0;
	margin: 5px 0 3px;
	color: #fffadc;
	background-color: #CC232A;
}
div#footer p:last-child {
	margin: 0;
	color: #fffadc;
	font-size: 10px;
}

#footer a:link {color: #fffadc; text-decoration: none;}
#footer a:visited {color: #fffadc; text-decoration: none;}
#footer a:hover {color: #f90; text-decoration: underline;}
#footer a:active {color: #fff; text-decoration: underline;}
#footer a:focus {color: #fff; text-decoration: underline;}


/* VORDEFINIERTE KLASSEN FUER BILDER / PREDEFINED CLASSES FOR IMAGES */
img {border: none; vertical-align: top;}
img.tplge_left {float: left; margin: 0 20px 10px 0;}
img.tplge_right {float: right; margin: 0 0 10px 20px;}
img.tplge_center {margin: 10px auto;}
img.tplge_border {border: 8px solid #bba;}
img.tplge_noborder {border: 0;}


/* LINKFORMATIERUNG / LINKS */
a:link {color: #369; text-decoration: none;}
a:visited {color: #369; text-decoration: none;}
a:hover {color: #c60; text-decoration: underline;}
a:active {color: #c60; text-decoration: underline;}
a:focus {color: #c60; text-decoration: underline;}

/* SONSTIGES / THE REST */

#passwd {border: 1px solid #999;}
.file {border: 1px solid #999;}
p.code {background: #eed; font-family: 'courier new', serif; border: 1px solid #997; padding: 10px 16px;}
.scroll {background: #eec; border: 1px solid #997; padding: 10px; overflow: scroll;}
.border {border: 1px solid #666;}
.retrieve {background: #ffffff; background-image:none; border: 0;}
table.edit {background: #eee; font-size: 14px; line-height: 1.2em; border: 1px solid #999; margin: 1px 0;}
table.edit td {border: 0; padding: 3px;}
textarea {height: 135px;}
.hinweis {line-height: 1.2em; padding: 2px 10px;}

/*http://the-echoplex.net/flexyboxes*/
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexboxin {
  -webkit-flex: 1 1 300px;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  margin: 0 10px 5px 0;
  text-align: center;
}


.flexboxin-app:nth-child(1) {
	flex: 0 1 250px;
	margin: 10px;
}
.flexboxin-app:nth-child(2) {
	flex: 1 1 300px;
  margin: 5px 0;
}

.flexbox img {
  max-width: 100%;
  max-height: 340px;
  height: auto;
}

/*LOGIN*/
body.xh_login {
	background: rgba(0, 0, 0, 0.1) url(images/iseye-hi.png) no-repeat fixed center center / contain;
}