/*
 */

body {
  font-family: Georgia, "Times New Roman", Times, serif, "Forte";
  background-color: #eee;
  color: #555;
}

h1 {
  text-align: center;
  font-size: 48px;
  font-family: "Forte";
}

h2 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

h3 a {
  font-style: italic;
  color: #F63;
  font-size: 18px;
  padding: 0;
}

p {
  font-size: 18px;
}

#divloading {
  font-size: 36px;
  font-style: italic;
  color: #F63;
  background-color: #fff;
}


.ml_txtmenu {
  height: 30px;
}

.ml_txtmenu:hover {
  height: 50px;
  cursor: pointer;
  -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
  transition: height 1s;
}



/* Tooltip text */
.tooltipLandsc+.tooltiptextLandsc {
  opacity: 0;
  /*
  no background-color! for transparency
  */
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 12px;
  border: 2px solid #fff;
  position: absolute;
  left: 50px;
  z-index: 1;
}
.anim {
  width: 220px;
  top: 165px;
}
.sound {
  width: 170px;
  top: 205px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipLandsc:hover+.tooltiptextLandsc {
  opacity: 1;
  -webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
  transition: opacity 1s;
}

/* left arrow: */
.tooltipLandsc+.tooltiptextLandsc::after {
  content: "";
  position: absolute;
  top: 27%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 12px;
  border-style: solid;
  border-color:  transparent white transparent transparent;
}



/*
 CONTACT
 */



.imgChangingcolorsForeground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
}


.divBeneath {
  position: absolute;
  top: 70%;
  width: 100%;
  height: 30%;
  background-color: #eee;
  z-index: 1;
  padding-left: 10px;
}




/*  -webkit-animation: animcolors 5s infinite; !* Chrome, Safari, Opera *!*/
/*  animation: animcolors 5s infinite;*/

/*  background-image: linear-gradient(blue, purple);*/
/*  -webkit-animation: animcolors 5s infinite; !* Chrome, Safari, Opera *!*/
/*  animation: animcolors 5s infinite;*/
/*}*/

/*!* Safari 4.0 - 8.0 *!*/
/*@-webkit-keyframes animcolors {*/
/*  from {  background-image: linear-gradient(red, yellow); }*/
/*  to { background-image: linear-gradient(blue, purple); }*/
/*}*/

/*!* Standard syntax *!*/
/*@keyframes animcolors {*/
/*  from {  background-image: linear-gradient(red, yellow); }*/
/*  to { background-image: linear-gradient(blue, purple); }*/
/*}*/

  /*-webkit-animation: animcolors 5s infinite; !* Chrome, Safari, Opera *!*/
  /*animation: animcolors 5s infinite;*/



.changingcolorsNomirr, .changingcolorsMirr {
  position: absolute;
  width: 100%;
  height: 70%;
}
.changingcolorsNomirr {
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet); /* Standard syntax (must be last) */
  -webkit-animation: animcolorsNomirr 10s infinite; /* Chrome, Safari, Opera */
  animation: animcolorsNomirr 10s infinite;
}
.changingcolorsMirr {
  background-color: yellow; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, violet, indigo, blue, green, yellow, orange, red); /* Standard syntax (must be last) */
  -webkit-animation: animcolorsMirr 10s infinite; /* Chrome, Safari, Opera */
  animation: animcolorsMirr 10s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes animcolorsNomirr {
  0%   {top:-70%;}
  50%  {top:0;}
  100% {top:-70%;}
}
/* Standard syntax */
@keyframes animcolorsNomirr {
  0%   {top:-70%;}
  50%  {top:0;}
  100% {top:-70%;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes animcolorsMirr {
  0%   {top:0;}
  50%  {top:70%;}
  100% {top:0;}
}
/* Standard syntax */
@keyframes animcolorsMirr {
  0%   {top:0;}
  50%  {top:70%;}
  100% {top:0;}
}




.formButton {
  color: #FFF;
  background-color: lightgrey;
  font-size: 18px;
  border-radius: 8px;
}

.formButton:hover {
  background-color: #555;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.formErrLbl {
  color: #F00;
  font-size: 18px;
  font-style: italic;
}

.formInfoLbl {
  color: #00F;
  font-size: 18px;
  font-style: italic;
}

.divCenterOuter {
  text-align: center;
  width: 100%;
}


