﻿/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */





/* Reset css start */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/*body {
  line-height: 1;

}*/
/* ol, ul {
  list-style: none;
}*/
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  width: 100%;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* Reset css  end*/




/*tag start */


@keyframes logoanimation {
 0% {
color:silver;
}
 100% {
color:black;
}
}
@-moz-keyframes logoanimation {
 0% {
color:silver;
}
 100% {
color:black;
}
}
@-o-keyframes logoanimation {
 0% {
color:silver;
}
 100% {
color:black;
}
}
h1 {
  font-size: 2.5em;
  text-shadow: 5px 5px 5px #FF0000;
  letter-spacing: 0.2em;
  text-align: center;
  vertikal-align: center;
  color: black;
  animation-name: logoanimation;
  animation-duration: 5s;
  animation-delay: 200ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direktion: alternate;
}
h2 {
  font-size: 1.6em;
  letter-spacing: 0.2em;
  text-align: center;
}
h3 {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}
/* Index überschriften wwweb,... */
h4 {
  font-size: 1.6em;
  letter-spacing: 0.2em;
  text-align: center;
}
a {
  /* color: #000; */
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255,0,0,.5);
}
/* alink {
  color: #FF0000;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(255,0,0,.5);
}  */
a:hover {
  color: #F33;
}
a:active {
  color: #F00;  
}
/* Linkfarbe */

img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(js/PIE.htc);
}
p {
  font-family: Comic Sans MS, Lucida Console;
  font-size: 1.4em;
  text-align: center;
}
p1 {
  font-family: Comic Sans MS, Lucida Console;
  font-size: 1.4em;
}
label {
  font-family: Finger Paint, Comic Sans MS, Lucida Console;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
/*tag end */





/* ==========================================================================
   geraldosplace custom styles
   ========================================================================== */



/*body*/

body {
  background-image: url(../img/background.png);
  font-size: 0.6em;
  font-family: Finger Paint, Comic Sans MS, Lucida Console;
}
/*ID*/

#logo {
  background-color:#F93;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 80%;
  max-width: 360px;
  min-width:250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: 4%;
  padding-bottom: 3%;
  padding-top: 5%;
  opacity: 0.8;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  behavior: url(js/PIE.htc);
}
#geraldo {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  -moz-transform: rotate(-15deg); /* Firefox 3.6 Firefox 4 */
  -webkit-transform: rotate(-15deg); /* Safari */
  -o-transform: rotate(-15deg); /* Opera */
  -ms-transform: rotate(-15deg); /* IE9 */
  transform: rotate(-15deg); /* W3C */
  margin-top: 10%;
  margin-bottom: 10%;
}
#language {
  width: 80%;
  height: 70%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  position: relative;
  /* margin-bottom: 10%; */
}    /* height:50px */
#countsprytextarea1 {
  font-size: 1.6em;
}
#footer {
  width: 88%;
  min-width:250px;
  height: 22px;
  background-color: #F93;
  opacity: 0.8;
  padding-bottom: 4%;
  padding-top: 4%;
  margin-top: 3%;
  margin-bottom: 3%;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-left: 6%;
  margin-right: 6%;
  border-radius: 10px;
  behavior: url(js/PIE.htc);
}
#name, #email, #nachricht {
  width: 80%;
}
/* Mail */

#submit {
  width: 127px;
  height: 38px;
  background: url(img/submit.jpg);
  background-color: #FCF;
  text-indent: -9999px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
#submit:hover {
  opacity: .9;
}
/*class*/


.alink {
  color: #0099FF;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(255,0,0,.5);
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
.animated.hinge {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes swing {
 20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin: top center;
}
20% {
-webkit-transform: rotate(15deg);
}
 40% {
-webkit-transform: rotate(-10deg);
}
 60% {
-webkit-transform: rotate(5deg);
}
 80% {
-webkit-transform: rotate(-5deg);
}
 100% {
-webkit-transform: rotate(0deg);
}
}
 @-moz-keyframes swing {
 20% {
-moz-transform: rotate(15deg);
}
 40% {
-moz-transform: rotate(-10deg);
}
 60% {
-moz-transform: rotate(5deg);
}
 80% {
-moz-transform: rotate(-5deg);
}
 100% {
-moz-transform: rotate(0deg);
}
}
 @-o-keyframes swing {
 20% {
-o-transform: rotate(15deg);
}
 40% {
-o-transform: rotate(-10deg);
}
 60% {
-o-transform: rotate(5deg);
}
 80% {
-o-transform: rotate(-5deg);
}
 100% {
-o-transform: rotate(0deg);
}
}
 @keyframes swing {
 20% {
transform: rotate(15deg);
}
 40% {
transform: rotate(-10deg);
}
 60% {
transform: rotate(5deg);
}
 80% {
transform: rotate(-5deg);
}
 100% {
transform: rotate(0deg);
}
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}



/* Sprachauswahl  */


.flag {
  width: 12%;
  padding: 9%;
  float: left; 
  
}
/* rotate language*/
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}
.flip-container, .front, .back {
}
/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}
/* video start  */

.text {
  width: 88%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 6%;
  padding-left: 6%;
  min-height: 15px;
  height: auto;
  background-color: #CF9;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.8;
  margin-bottom: 4%;
  behavior: url(js/PIE.htc);
}
.textklein {
  width: 58%;
  min-width:200px;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 6%;
  padding-left: 6%;
  margin-left: 15%;
  margin-right: 15%;
  min-height: 15px;
  height: auto;
  background-color: #CF9;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.8;
  margin-bottom: 4%;
  behavior: url(js/PIE.htc);
}
.container {
  width: 100%;
}
.containerv1, .containerv2, .containerv3, .containerv4 {
  width: 96%;
  height: 89%;
  margin-top: 5%;
  padding-bottom: 1%;
  margin-bottom: 5%;
  margin-left: 2%;
  margin-right: 2%;
}
.left {
  width: 40%;
  min-width:100px;
  float: left;
  padding-right: 0%;
  padding-left: 0%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 8%;
}
.animation {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}






.animation30 {
  width: 30%;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 8%;
}
.animation15 {
  width: 16%;
  float: left;
  margin-left: 17%;
  margin-right: 17%;
  margin-bottom: 10%;
  margin-top: 8%;
}
.centre {
  margin-left: auto;
  margin-right: auto;
  display: block
}
/* video end  */



.containers {
  width: 92%;
  height:auto;
  min-width:300px;
  overflow: hidden;
  margin-top: 3%;
  /* padding-bottom: 1%;  */
  margin-bottom: 5%;
  margin-left: 4%;
  margin-right: 4%;
  position:relative;
}
/* START wwweb*/

.container2 {
  width: 96%;
  height: auto;
  overflow: hidden;
  margin-top: 3%;
  padding-bottom: 1%;
  margin-bottom: 5%;
  margin-left: 2%;
  margin-right: 2%;
}
/* END wwweb*/


/* START Mouseover style Index*/


.mo {
  width: 100%;
  opacity: 1.0;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.mo .mask, .mo .content {
  width: 100%;
  max-height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.indextext {
  margin:0 auto;
  position:absolute;
  top:50%;
  left:0;
  right:0;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  /* margin-top: 5%;
  margin-bottom: 5%;  */
}
.mo img {
  display: block;
  position: relative;
  /* background:url(../img/dummy3.jpg) */
  
  background-image: url(../img/indexbg.png);
}
.mo h4 {
  text-align: center;
  width: 40%;
  padding-left: 30%;
  position: relative;
  padding: 0px 10px 10px;
  margin-left: auto;
  margin-right: auto;
}
.mo p {
  position: relative;
  padding: 10px 20px 20px;
  text-align: center;
}
.mo a.info {
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 14px;
  background: #AEBFCF;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.mo a.info: hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
/* START Mouseover animation Index*/

.mouseover img {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.8;
}
.mouseover .mask {
  background-color: #F93;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.mouseover h4 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 20%;
  padding-right: 20%;
  background: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mouseover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mouseover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mouseover:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.9;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mouseover:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.mouseover:hover h4, .mouseover:hover p, .mouseover:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/*  foto container */


.containero {
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  text-align: center;
  width: 92%;
  margin-bottom: 5%;
  background-color: rgba(255, 153, 51, 0.8);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-color: #EEE;
  box-shadow: 0px 0px 0.938em rgba(0, 0, 0, 0.25);
  border: 0.625em;
  transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;
  behavior: url(js/PIE.htc);
}   /* padding: 0 1.35em; */
.containerf1 {
  padding-top: 1%;
  padding-bottom: 2%;
}







.containerf2 {
}
/* foto kleines vorschaubild */

/*
.containerf img {
  width: 8.75em;
  height: 8.75em;
  margin: 1%;
  
  border-color: #eee;border: 0.625em solid rgba( 255, 255, 255, .5 ); 
      -webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); 
      box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); 
      -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
      transition: box-shadow .3s ease, border-color .3s ease; 
}  */

.containero img {
 /* width: 8.75em;  */
  height: 8.75em;  
  margin: 1%;/* border-color: #eee;border: 0.625em solid rgba( 255, 255, 255, .5 ); 
      -webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); 
      box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); 
      -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
      transition: box-shadow .3s ease, border-color .3s ease; */ }

/* text bei Fotos  */
.containert {
display: table;
  margin-left: auto;
  margin-right: auto;
  height: 6.75rem;
  margin-bottom: 2%;
  width: 300px;
}
.child {
  display: table-cell;
  vertical-align: middle;
 }


.containerf {
  margin-left: auto;  
  margin-right: auto;
  padding: 1%;
  text-align: center;
  width: 92%;
  min-width:220px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiYmE3MCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjNmJiYTcwIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiNlYWVmYjUiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVmYjUiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(107,186,112,0.9) 0%, rgba(107,186,112,0.9) 11%, rgba(234,239,181,0.9) 38%, rgba(234,239,181,0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(107,186,112,0.9)), color-stop(11%, rgba(107,186,112,0.9)), color-stop(38%, rgba(234,239,181,0.9)), color-stop(100%, rgba(234,239,181,0.9))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(107,186,112,0.9) 0%, rgba(107,186,112,0.9) 11%, rgba(234,239,181,0.9) 38%, rgba(234,239,181,0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(107,186,112,0.9) 0%, rgba(107,186,112,0.9) 11%, rgba(234,239,181,0.9) 38%, rgba(234,239,181,0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(107,186,112,0.9) 0%, rgba(107,186,112,0.9) 11%, rgba(234,239,181,0.9) 38%, rgba(234,239,181,0.9) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(107,186,112,0.9) 0%, rgba(107,186,112,0.9) 11%, rgba(234,239,181,0.9) 38%, rgba(234,239,181,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66bba70', endColorstr='#e6eaefb5', GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /*   opacity: 0.8;  */
  /* border-color: #EEE;  */
  box-shadow: 0px 0px 0.938em rgba(0, 0, 0, 0.25);
  border: 0.625em;
  transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;
  behavior: url(js/PIE.htc);
}   /* padding: 0 1.35em; */
/* START LIGHTBOX NEU   --  Preload images */

/*START oranger Rand Mouseover  */

.example-image-link {
  display: inline-block;
  padding: 2px;
  padding-right: 4px;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: #000;
  line-height: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.example-image-link:hover {
  background-color: #FFF;
  -webkit-transition: background-color 0;
  -moz-transition: background-color 0;
  -o-transition: background-color 0;
  transition: background-color 0
}


.example {
  display: inline-block;
  padding: 2px;
  padding-right: 4px;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: #09F;
  line-height: 0;
  border-width: 5px;
  border-color: #F00;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 18px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.example:hover {
  background-color: #FFF;
  -webkit-transition: background-color 0;
  -moz-transition: background-color 0;
  -o-transition: background-color 0;
  transition: background-color 0
}



.example-image{
      width:7rem;
      -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}



.how-to-use-section p, .how-to-use-section ol, .how-to-use-section ul, .how-to-use-section pre {
  text-align: left
}
fieldset {
  border: none
}
/*ENDE blauer Rand Mouseover  */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  background-color: rgba(0,0,0,0.9);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;  /*132*/
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: inherit;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  height: auto;
  margin: 0 auto;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding-left: 2%;   /*  Rand beim Overlaybild !!!  */
  padding-right: 2%;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 62%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
 /* padding-top: 2%; */
  *zoom: 1;
  width: 100%;
  height: auto;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1%;
  font-family: Comic Sans MS, Lucida Console;
  letter-spacing: 0.1em;
  color: #ccc;  /* ---  Bildtitel */
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 0.7em;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.spezial {
  overflow: hidden;
  width: 50%;
  border-color: red;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.8;
  border: dashed;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4%;
  padding-bottom: 3%;
  padding-top: 3%;
  behavior: url(js/PIE.htc);
  display: block;
  animation: changeColor 3s infinite, changeSize 6s infinite;
}
 @keyframes changeColor {
 0% {
background-color: #F93;
border-color: blue;
}
 65% {
background-color: yellow;
border-color: brown;
}
 100% {
background-color: green;
border-color: yellow;
}
}
 @keyframes changeSize {
 0% {
transform: scale(1)
}
 25% {
transform: scale(1.2)
}
 50% {
transform: scale(1.4)
}
 75% {
transform: scale(1.2)
}
 100% {
transform: scale(1)
}
}
}
/* mail */
.containerm {
  width: 96%;
  height: auto;
  overflow: hidden;
  margin-top: 3%;
  padding-bottom: 1%;
  margin-bottom: 5%;
  margin-left: 2%;
  margin-right: 2%;
}
.containerm1 {
  width: 92%;
  height: auto;
  overflow: hidden;
  margin-top: 3%;
  padding-bottom: 1%;
  margin-bottom: 5%;
  margin-left: 4%;
  margin-right: 4%;
}
.title {
  overflow: hidden;
  background-color: #F93;
  width: 50%;
  min-width:200px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.8;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4%;
  padding-bottom: 3%;
  padding-top: 3%;
  behavior: url(js/PIE.htc);
}
.textm {
  width: 88%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 6%;
  padding-left: 6%;
  min-height: 15px;
  height: auto;
  background-color: #CF9;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.8;
  margin-bottom: 4%;
  behavior: url(js/PIE.htc);
}
/* BACK TO TOP */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /* background: #F93 url(../img/cd-top-arrow.svg) no-repeat center 50%;  */
  background: rgba(0,0,0,0.9) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  
  /* background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;    ORGINAL */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
.clear {
  clear: both;
}
/* footer */


.mailgif1 {
  float: left;
  width: 10%;
  margin-left: 6%;
  margin-right: 4%;
}
.mailtext {
  float: left;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.mailgif2 {
  float: left;
  width: 10%;
  margin-right: 6%;
  margin-left: 4%;
}

/* footer Ende */











/* ==========================================================================
   Media Queries  responsive
   ========================================================================== */


 @media screen and (min-width: 980px) {
/* ====================
    WIDE: CSS3 Effects
   ==================== */
/* gr */

#logo {
  padding-bottom: 4%;
  background-color:#F93;
}
h1 {
  font-size: 3.5em;
}
.containers {
  width: 31.3333%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 2%;
  margin-bottom: 3%;
}






.indextext {
  height: 96%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.mo p {
  padding: 10px 10px 10px;
}
body {
  font-size: 0.5em;
}



#language {
  width: 20%;
  height: 90px;
  margin-bottom: 4%;
}  

/* wwweb */

.container2 {
  width: 48%;
  float: left;
  margin-top: 3%;
  padding-bottom: 1%;
  margin-bottom: 5%;
  margin-left: 1%;
  margin-right: 1%;
}
/* Foto */

#geraldo {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  margin-bottom: 6%;
}
.containero {
  width: 46%;
  min-width:220px;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
.resp768 {
  margin-left: 26%;
  margin-right: 26%;
}
/* wwweb */
 
.containerv1, .containerv2 {
  width: 46%;
  float: left;
}
.containerv3 {
  width: 46%;
  margin-left: 27%;
  margin-right: 27%;
  float: left;
}
.containerv4 {
  width: 46%;
  margin-left: 27%;
  margin-right: 27%;
  float: left;
}
/* mail */
.containerm {
  margin-top: 3%;
}
.containerm1 {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.title {
  width: 40%;
}
/* footer */

.mailgif1 {
  width: 8%;
}
.mailtext {
  width: 64%;
}
.mailgif2 {
  width: 8%;
}
#footer {
  width: 60%;
  height: 6px;
  margin-left: 20%;
  margin-right: 20%
}
}
 @media screen and (min-width: 1270px) {
#logo {
  padding-bottom: 3%;
  background-color:#F93;
  max-width: 450px;
  margin-bottom: 3%;
}
body {
  font-size: 0.7em;
}
.containers {
  margin-top: 1%;
  margin-bottom: 2%;
}
.indextext {
  height: 70%;
  margin-top: 10%;
  margin-bottom: 20%;
}
#language {
  height: 120px;
}  
/* Mail */

.containerm {
  width: 96%;
  height: auto;
  overflow: hidden;
  margin-top: 1%;
  padding-bottom: 0%;
  margin-bottom: 0%;
  margin-left: 2%;
  margin-right: 2%;
}
.containerm1 {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 1%;
}
.title {
  width: 30%;
  padding-bottom: 1%;
  padding-top: 1%;
  margin-bottom: 1%;
}
.textm {
  width: 60%;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-right: 20%;
  padding-left: 20%;
  min-height: 15px;
  margin-bottom: 4%;
}
/* footer */

#footer {
  width: 88%;
  height: 22px;
  background-color: #F93;
  opacity: 0.8;
  padding-bottom: 4%;
  padding-top: 4%;
  margin-top: 3%;
  margin-bottom: 3%;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-left: 6%;
  margin-right: 6%;
  border-radius: 10px;
  behavior: url(js/PIE.htc);
}
#footer {
  width: 40%;
  padding-bottom: 2%;
  padding-top: 1%;
  margin-left: 30%;
margin-righ30%
}
}



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
*,  *:before,  *:after {
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
a,  a:visited {
  text-decoration: underline;
}
a[href]:after {
  content: " (" attr(href) ")";
}
abbr[title]:after {
  content: " (" attr(title) ")";
}
a[href^="#"]:after,  a[href^="javascript:"]:after {
  content: "";
}
pre,  blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
thead {
  display: table-header-group;
}
tr,  img {
  page-break-inside: avoid;
}
img {
  max-width: 100% !important;
}
p,  h2,  h3 {
  orphans: 3;
  widows: 3;
}
h2,  h3 {
  page-break-after: avoid;
}
}
