
*, *::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: 1000;
}

/* ************************* Global Styles ************************* */
h1, h2, h3, h4 {
	clear: both;
	color: #c8001e;
	font-size: 24px;
	font-weight: 600;
}
h1, h2, h3 {
	margin: 0 0 .5em;
}
h4, h5, h6 {
	margin: 1.5em 0 .5em;
}
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h5, h6 {
	letter-spacing: .05em;
}
h5 {
	color: #C8001E;
	font-size: 20px;
	font-weight: 600;
}
h6 {
	color: #eee;
	font-size: 18px;
	font-weight: 600;
}

p {
	margin: 10px 0;
}
p.small {
	font-size: 10px;
}
strong, b {

}

hr {
	background-color: #333;
	border: 0;
	border-bottom: 1px dashed #CCC;
	margin: 5px 0 3px 0;
}

img.left {
	clear: left;
	float: left;
	margin: 0 1em 1em 0;
}
img.right {
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}

.important {
	background-color: #ddd;
	border: .1em solid #ABABAB;
	clear: both;
	margin: 1em 0;
	padding: 1em 2em;
}
.warning {
	background-color: #888;
	border: .1em solid #ABABAB;
	clear: both;
	color: #fff;
	font-weight: 900;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
}
.warning a {
	color: #aaf;
}
.important p:first-child,
.warning p:first-child {
	margin-top: 0;
}
.important p, .warning p {
	margin: 1em 0 0;
}

a:link {
	color: #D85200;
	text-decoration: none;
}
a:visited {
	color: #D85200;
	text-decoration: none;
}
a:focus {
	color: #D85200;
	text-decoration: none;

}
a:hover {
	color: #2a2a2a;
	text-decoration: none;
}
a:active {
	color: #D85200;
	text-decoration: none;
}

.pt-page ul {
	list-style-image: url(images/listimage.gif);
    list-style-position: inside;
	list-style-type: none;
	padding-left: 1em;
}
.pt-page > ul > li {
	padding: 6px 0;
}
textarea {
    height: 150px;
}
.advfrm-mailform td textarea, .advfrm-mailform td input {
    background: #ccc;
    width: 100%;
}

/* ****************************** CSS-Table - left, image and text middle */
.tpllck_table-left-middle {
	display: table;
	padding: 1em 0 2em;
}
.tpllck_table-left-middle p {
	display: table-cell;
	padding-right: 1em;
	text-align: left;
	vertical-align: middle;
}
.tpllck_table-left-middle p ~ p {
	display: table-cell;
	vertical-align: middle;
}


/* ************************* Body ************************* */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	color: #ccc;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	/* overflow: hidden; */ /* hides Scroll-Bar */
}
#tpllck_body {
	/* background-color: #CDE8FF; */
	/* background: url(images/background.jpg) 50% 50% no-repeat fixed rgba(255, 255, 255, 0); */
	/* background-size: cover; */
	overflow-x: hidden;
}

#TOP {
	font-size: 0.1px;
	height: 0.1px;
	line-height: 0.1px;
}

/* ************************* Container ************************* */
.tpllck_container {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

/* ************************* Left-Container - Languagemenu + Sitename + Menu */
.tpllck_left_container {
  /* background: url(images/bg_left.jpg) no-repeat #000; */
  /* background-size: cover;
    background-color: #2D3E50; */
  background: url("images/raster.png") repeat scroll 0 0%, linear-gradient(to bottom, rgba(34,34,34,1) 64%,rgba(207,4,4,1) 100%);
  display: table-cell;
  position: fixed;
  overflow: auto;
  bottom: 0;
  top: 0;
  width: 25%;
  box-shadow: 3px 0 7px darkgray;
  z-index: 1;
}
.logo {
  background: url("images/logo-shatten.png") no-repeat scroll center center / contain ;
  height: 220px;
  margin: 10px 0 0;
}

.tpllck_sitename {
	/* background: url(images/header.jpg) 50% no-repeat rgba(0, 0, 0, 0); */
	padding: 0;
	text-align: center;
}
.tpllck_sitename h1 {
  color: #666;
  font-weight: unset;
  line-height: 1.2em;
  letter-spacing: .1em;
  margin: 1.5rem 0;
  padding: 0;
  word-wrap: break-word;
  /*text-shadow: 1px 1px 0px #FFFFFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}

/* ************************* Menu */
.tpllck_nav {
	width: 80%;
  margin: 0 auto;
}
.news01 {
  text-align: center;  
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #c90000;
  border-radius: 8px;
  color: #ccc;
  display: block;
  padding: 0.2em 0.4em;
  margin: 40px 0 10px;
  text-decoration: none;
}

.tpllck_sidebar {
	margin: 0 auto;
	width: 85%;
	z-index: 500;
}
.tpllck_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.tpllck_sidebar .menulevel1 li {
	margin: 0 0 0.7em;
}
.tpllck_sidebar .menulevel1 a {
	background: #eee linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(150,150,150,1) 100%);
	border: 1px solid #C8001E;
	border-radius: 8px;
	color: #C90000;
	display: block;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: .2em;
	padding: 0.6em 0.4em;
	text-decoration: none;
}
.tpllck_sidebar .menulevel1 a:hover {
	background: #C8001E linear-gradient(to bottom, rgba(50,50,50,1) 70%,rgba(200,0,30,1) 100%);;
	color: #eee;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ************************* Hide menulevel2+3 if exists (Template is prepared only for menulevel1!) */
ul.menulevel2,
ul.menulevel3 {
	display: none;
}
.langmenue {
  margin: 10px 0;
  position: relative;
  text-align: center;
}

/* ************************* Content */
.tpllck_right_container {
  /*background: rgba(0, 0, 0, 0) url("images/wifir-logo-trans.png") no-repeat fixed left 75% center / 60% auto;*/
	display: table-cell;
	float: none;
	margin: 0;
	vertical-align: top;
	width: 75%;
}

.header {
	height: 100vh;
  position: relative;
}
.glasinfo {
  display: table;
  height: 100%;
  padding: 15em 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.glasinfoin {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  display: table-cell;
  font-size: 2em;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .2em;
  padding: 20px 0;
  color: #C8001E;
}
.glasinfoin p {
  line-height: 1.2em;
  margin: 20px 0;
}
.tpllck_content {
	border: 0px solid #F9C237;
	margin: 0;
	padding: 0;
}

.pt-page {
  font-size: 1em;
  line-height: 1.3em;
  min-height: 100vh;
  padding: 3em 5em 3em 2em;
  width: inherit;
  border-bottom: 5px solid #C8001E;
  background-color: #222222;
}
.pt-page:nth-child(2n) {
  /*background-color: #222222;
  background: #DCF0F0 url("images/logo_gbs_stiftung_grau.png") no-repeat fixed center center / 50% auto;
  background: rgba(120, 120, 120, 0.2);*/
}
.pt-page:nth-child(4n) {
  /*background-color: #DCFFF5;
  background: #DCFFF5 url("images/logo_gbs_stiftung_grau.png") no-repeat fixed center center / 50% auto;
  background: rgba(220, 220, 220, 0.2);*/
}
.pt-page:last-child {
	min-height: 80vh;
}
.pt-page a {
	text-decoration: underline;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.port img {
  width: 80%;
}

/* ************************* Footer - Copyright, Login, LastUpdate */
#tpllck_footer {
	background-color: #002b3e;
	border-top: 0px solid #FFF;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
    height: 20vh;
}
.tpllck_copyright {
	clear: both;
	color: #fff;
	display: table-cell;
	font-size: 0.8em;
	line-height: 2em;
	margin: 0;
	padding: 0 1em 5em;
	text-align: center;
	vertical-align: middle;
}
.tpllck_copyright a {
	color: #fff;
	padding: 4px;
	text-decoration: none;
}
.tpllck_copyright a:hover {
	background-color: #888;
	color: #fff;
}
.lastupdate{
	color: #fff;
}

.scrollbox {
  box-sizing: border-box;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 10px;
  border: 2px inset #c0c0c0;
  text-align: justify;
}

#login #submit {
	padding: 0 20px;
}
#tinymce, .cke_editable {
	font-size: inherit;
	margin: 8px;
	padding: 0 0 0 1.5em;
	width: 88%;
}
.adminedit .tpllck_left_container {
	top: 40px;
}
.adminedit .tpllck_right_container {
	padding: 2em;
}

/* ************************* CMSimple_XH Mailform ************************* */
.xh_mailform input,
.xh_mailform textarea {
	background-color: rgba(255, 255, 255, 0.8);
}
.xh_captcha_input {
	font-size: 1em;
}
.xh_captcha_code {
	background-color: #777;
}

/* ************************* OnePage-TopLink ************************* */
#onepage_toplink.onepage_hide {
  opacity: 0;
  visibility: hidden;
  transition: visibility 1s, opacity 1s;
}
#onepage_toplink.onepage_show {
  opacity: 1;
  visibility: visible;
  transition: visibility 1s, opacity 1s;
}
#onepage_toplink {
  background-color: rgba(85, 85, 85, 0.4);
  background: url(images/toplink_70px.png) 50% no-repeat rgba(150, 150, 150, 0.4);
  border-radius: 4px;
  height: 70px;
  position: fixed;
  right: 10px;
  top: 46%;
  width: 70px;
  z-index: 1;
  opacity: 0;
  display: none;
}
#onepage_toplink:hover {
  background-color: #222;
}
/* Original toplink */
#onepage_toplink img {
    display: none;
}


/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media screen and (min-width: 801px) {
  .tpllck_nav_toggle {
      display: none;
  }
}

@media screen and (max-width: 1280px) {
  #onepage_toplink {
    background: url(images/toplink_40px.png) 50% no-repeat rgba(150, 150, 150, 0.4);
    height: 40px;
    top: 48%;
    width: 40px;
  }
}

@media screen and (max-width: 980px) {
  .tpllck_container {
      display: block;
  }
  .tpllck_left_container {
    background: url("images/raster.png") repeat scroll 0 0%, #222;
  }
  .tpllck_right_container {
    background: rgba(0, 0, 0, 0) url("images/wifir-logo-trans.png") no-repeat fixed center center / 60% auto;
  }
  .tpllck_left_container,
  .tpllck_right_container {
      display: block;
      float: none;
      padding: 0;
      position: static;
      width: 100%;
  }
  .tpllck_sidebar {
      float: none;
      margin: 0 auto;
      min-height: 100%;
      overflow: hidden;
      width: 90%;
  }
  .tpllck_sitename h1 {
      margin: 1rem 0;
  }
  .tpllck_sidebar .menulevel1 li {
      margin: 0 0 .5em 0;
  }
  .tpllck_sidebar .menulevel1 a {
      padding: .5em;
  }
  /* ************************* Toggle-Menu mobil */
  .tpllck_nav {
      clear: both;
      display: table-column; /* with display: none; no transition possible!!! */
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: max-height .3s linear;
      transition: max-height .3s linear;
  }
  .news01 {
    margin: 0 0 10px;
  }
  #tpllck_body:target .tpllck_nav {
      display: block;
      max-height: 50em;
      opacity: 1;
  }
  .tpllck_nav_show {
      display: block;
  }
  .tpllck_nav_hide {
      display: none;
  }
  #tpllck_body:target .tpllck_nav_hide {
      display: block;
  }
  .tpllck_nav_toggle {
      background: #000;
      border: 1px solid #FFF;
      border-radius: 4px;
      -webkit-box-shadow: 0px 0px 0px 5px #000;
      box-shadow: 0px 0px 0px 5px #000;
      position: fixed;
      bottom: 6px;
      left: 50%;
      margin: 0 0 0 -36px;
      text-align: center;
      width: 70px;
      z-index: 9999;
  }
  a.tpllck_nav_toggle {
      text-decoration: none;
  }
  .tpllck_nav_toggle span {
      color: #fff;
      font-size: 2em;
      line-height: 1em;
  }
  .tpllck_nav_toggle:hover {
      cursor: pointer;
  }
  /* ************************* Toggle-Menu mobil - End */
  .languagemenu {
      margin-top: 1rem;
  }
  div.pt-page {
      font-size: 1.2em;
      line-height: 1.5em;
      padding: 1em 3%;
  }
  div.pt-page:first-child {
      border-radius: 0;
  }
  .tpllck_copyright {
      height: 12em;
  }
  #onepage_toplink {
    background: none;
    height: 50px;
    margin: 0 auto;
    position: relative;
    right: unset;
    top: unset;
    width: 50px;
  }
  #onepage_toplink img {
    display: block;
  }
  #onepage_toplink:hover {
    background: none;
  }
}

@media screen and (max-width: 680px) {
  .pt-page {
    background: #222222 !important;
  }
  #mapcontainer {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .tpllck_right_container {
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-wrap: break-word;
  }
  table td {
    font-size: .8em;
  }
  .tpllck_table-left-middle {
    padding: 0;
  }
  .tpllck_table-left-middle p, .tpllck_table-left-middle p ~ p {
    display: block;
    padding: 0;
  }
  img.left, img.right {
    margin: 0 0 .5em;
  }
}

/* ************************* Responsive Image */
img {
	height: auto;
	max-width:100%;
}

/* ************************* Responsive Video */
.responsive-video-wrapper {
	max-width: 100%;
	width: 600px;
}
.responsive-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 15px;
	position: relative;	
}
.responsive-video iframe {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

/* ************************* Giveaways ************************* */
/* ************************* Pure CSS3 Image-Slider */
@keyframes tpllck_slidy {
	0% {left: 0%;}
	20% {left: 0%;}
	25% {left: -100%;}
	45% {left: -100%;}
	50% {left: -200%;}
	70% {left: -200%;}
	75% {left: -300%;}
	95% {left: -300%;}
	100% {left: -400%;}
}
@-webkit-keyframes tpllck_slidy {
	0% {left: 0%;}
	20% {left: 0%;}
	25% {left: -100%;}
	45% {left: -100%;}
	50% {left: -200%;}
	70% {left: -200%;}
	75% {left: -300%;}
	95% {left: -300%;}
	100% {left: -400%;}
}
div.tpllck_slider {
	max-width: 500px;
	overflow: hidden;
}
div.tpllck_slider figure {
	animation: 12s tpllck_slidy cubic-bezier(0.4, 0, 0.2, 1) infinite;
	-webkit-animation: 12s tpllck_slidy cubic-bezier(0.4, 0, 0.2, 1) infinite;
	font-size: 0;
	margin: 0;
	position: relative;
	left: 0;
	text-align: left;
	width: 500%;
}
div.tpllck_slider figure img {
	float: left;
	width: 20%;
}


/*DATENSCHUTZ*/
.datenschutz {
	font-size: 10px;
}
.datenschutz p {
	margin: 5px 0;
  line-height: normal;
}
.datenschutz h4 {
	margin: 10px 0;
  font-size: 16px;
}
.datenschutz h5 {
	margin: 5px 0;
  font-size: 12px;
}


/*LOGIN*/
body.xh_login {
	background: rgba(0, 0, 0, 0.1) url(images/iseye-hi.png) no-repeat fixed center center / contain;
}
