@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.8;
  -webkit-transition: opacity 0.7s;
  z-index: 1000;
}
/*.anker {
  background: #000 none repeat scroll 0 0;
  height: 10px;
  width: 10px;
}*/

/* ************************* Global Styles ************************* */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  color:#2a2a2a;
  font-weight: normal;
  letter-spacing: 4px;
}
h1 {font-size: 1.6em;}
h2 {
  background: #555 none repeat scroll 0 0;
  color: #fff;
  font-size: 1.5em;
  padding: 15px;
}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em}
h5 {
  background: #ddd none repeat scroll 0 0;
  font-size: 1.2em;
  padding: 4px;
}
h6 {font-size: 1.0em}
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 {list-style: inside; 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; margin: 10px 0;}
blockquote {padding: 2px 0 2px 20px; border-left: 3px solid #999;}
a {	color:black;text-decoration:none;}
a:hover {color:#bbb;text-decoration:none;}
img {border:0px;}
a img {border:0px;}
input {cursor:pointer;} /*Für mobil Touch*/

/* ************************* Body ************************* */
html, body {
}
body {
	background-color: #FFF;
	color: #000;
	font: normal 14px/1.4em Verdana, sans-serif;
  letter-spacing: 1px;
	overflow-x: hidden;
}
#mybody {
  
}
.xhadmin#mybody {
  background: #eee;
}

#TOP {
	font-size: 0.1px;
	height: 0.1px;
	line-height: 0.1px;
}

.subnav {
  overflow: hidden;
  opacity: 1;
  position: fixed;
  right: 1%;
  top: calc(50% - 175px);
  width: 50px;
  z-index: 2;
}
.subnav  input[type="checkbox"] {
  display: none;
}
.subnav label, .subnav a {
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 0;
  border-radius: 10px;
  padding: 18px 0;
  position: relative;
  z-index: 800;
}
.subnav #navicons {
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  top: -360px;
  -webkit-transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
}
.subnav #toggle:checked ~ #navicons {
	opacity: 1;
	top: 0;
}
.subnav #toggle:checked ~ label i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.subnav .fa {
  color: #fff;
  width: 1.4em;
  font-size: 1.5em;
}

#header {
  height: 100vh;
}
#navi {
  position: absolute;
  background: #00000040;
  width: 100%;
  top: 20px;
  z-index: 2;
}
#navi.fadeInDown.animated {
  background: #555 none repeat scroll 0 0;
  position: fixed;
  top: 0;
}
#navi.admin {
  background: #555 none repeat scroll 0 0;
  position: relative;
  top: 0;
}


.downarrow {
  -webkit-animation: bouncey 1s linear infinite;
  animation: bouncey 1s linear infinite;
  font-size: 5rem;
  margin: 1rem 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.downarrow a {
  color: white;
}
@keyframes bouncey {
	0% {
    -webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
    -webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
    -webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

#logo {
  position: absolute;
  top: 20%;
  width: 60%;
  left: 20%
}
#logo img {
  width: 100%;
  height: auto;
}

.laufbanner {
  position: absolute;
  background: rgba(255, 255, 255, 0.50) none repeat scroll 0 0;
  width: 100%;
  bottom: 60px;
  padding: 0 30px;
}

#content {
	width: 100%;
  border-top: 6px groove #f00;
}
.xhadmin #content {
  margin: 20px auto;
  width: 90%;
}

#content .anker {
  margin-top: -50px;
}
div.pt-page {
  line-height: normal;
  min-height: calc(100vh - 50px);
  padding: 2em 6%;
  position: relative;
  text-align: center;
}
div.pt-page:nth-child(2n) {
  background: rgba(255, 240, 221, 0.7) url("images/klex_re.png") no-repeat fixed bottom 20% right / auto 60%;
}
div.pt-page:nth-child(4n) {
  background: rgba(255,255,255, 0.7) url("images/klex_re.png") no-repeat fixed bottom 20% right / auto 60%;
}
div.pt-page > p img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5), 1px 1px 0 #cccccc;
  max-width: 100%;
  height: auto;
}
div.pt-page object {
  min-height: 95vh;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Download Button*/
.dwbutton {
  background-color: #555 ;
  border: medium none;
  border-radius: 8px;
  display: block;
  max-width: 320px;
  color: white;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
  text-transform: uppercase;
}
.dwbutton:link {color: white;}
.dwbutton:visited {color: white;}
.dwbutton:hover {color: white;background-color: #c62c32;}
.dwbutton:active {color: white;}
.dwbutton:focus {color: white;}

/* ************************* Footer - Copyright & Login ************************* */
#footer {
  background-color: #555;
  color: #eee;
  width: 100%;
  text-align: center;
}
.tpllck_copyright {
  clear: both;
  background-color: red;
  color: #fff;
  font-size: 0.8em;
  line-height: 2em;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.tpllck_copyright a {
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
}
.tpllck_copyright a:hover {
  color: #eee;
}
#footer h4, #footer h5, #footer h6 {
  color: #bbb;
}

/* ************************* Admin-Login ************************* */
.xh_login {
  height: 20em;
  margin: 7em 0 0;
  text-align: center;
}
#login #submit {
	padding: 0 20px;
}

/* ************************* "xh_captcha_code - Button" CMSimple_XH Mailform ************************* */
.xh_captcha_input {
	font-size: 1em;
}
.xh_captcha_code {
	background-color: #E6922C;
}


/* ************************* RESPONSIVE STYLE - The Rest ************************* */
/*********** onepage_toplink *********/

.toplink {
	display: block;
}

@media screen and (min-width: 961px) {
  .tpllck_toplink {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  #logo {
    top: 15%;
    width: 80%;
    left: 10%;
  }
  div.pt-page {
    font-size: 0.9em;
    padding: 1em 3%;
  }
  div.pt-page object {
    min-height: 500px;
    width: 90%;
  }
  .toplink {
    display: none;
  }
  .tpllck_toplink {
    display: block;
  }
  .tpllck_toplink a:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  #navi {
    display: block;
    padding: 0;
  }
  #navicons {
    top: 10px;
  }
  .logo {
    margin: 5px auto;
  }
  #locator {
    padding: 0;
  }
  #locator .locatorin {
    margin: 0 0 0 15px;
    font-size: 22px;
  }
}

/*
http://the-echoplex.net/flexyboxes
http://webkrauts.de/artikel/2012/css3-flexbox-abloesung-fuer-float-layouts
*/
.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: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flexboxin {
  -webkit-flex: 1 1 250px;
  -moz-flex: 1 1 250px;
  -ms-flex: 1 1 250px;
  flex: 1 1 250px;
}
.flexboxin.fullbox {
  text-align: center;
  margin: 10px;
  background: #555;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5), 1px 1px 0 #cccccc;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  moz-border-radius: 5px;
}
#content .flexboxin > img {
  width: 85%;
  height: auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5), 1px 1px 0 #cccccc;
}
#content .flexboxin a {
  color: #fff;
}
#content .flexboxin a:hover {
  color: #ddd;
}


/*Modifikation fuer andere divs*/
#footer .flexbox {
  padding: 20px 30px 50px;
}
#footer .flexboxin {
    margin: 10px 20px;
}
#footer .flexbox a {
    color: #fff;
    text-decoration: none;
}
#footer .flexbox a:hover {
    color: #ddd;
    text-decoration: none;
}
#footer .flexbox img {
  max-width: 150px;
}
#footer hr {
    background-color: #3B5977;
    border: 0 none;
    height: 1px;
}


/*DATENSCHUTZ*/
.datenschutz {
	font-size: 10px;
}
.datenschutz p {
	margin: 5px 0;
  line-height: normal;
}
.datenschutz ul {
  margin: 0 0 0 17px;
}
.datenschutz h4 {
	margin: 10px 0;
  font-size: 16px;
}
.datenschutz h5 {
	margin: 8px 0 5px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: bold;
}


/*LOGIN*/
body.xh_login {
	background: rgba(0, 0, 0, 0.1) url(images/iseye-hi.png) no-repeat fixed center center / contain;
}
