/* CSS definition file containing sitestyle stylesheets */
html {
      min-height:100vh;
      width:100%;
      max-height:2730px;}

BODY { color: rgb(0,0,0); background-color: #F5F5F5;
    margin: 0px;
    padding: 0 0 8em 0;
    max-height: inherit;
    padding-bottom: 40px;
    padding-right:20px;
    min-height:inherit;
    max-height:2730px;
}

img.bg {
  width: 100%;
  height: auto;
  /* Magic! */
  max-width: 50vw;
}

@media screen and (max-width: 4096px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

a {color:white;}

a:hover{
color: red;
}

#verdacht {
visibility:hidden;
display:none;
}

#grresponse {
visibility:hidden;
display:none;
}

div#content {
  width:100%;
  height:inherit;
  overflow: hidden;
  font-family: arial;
  font-size: calc(12px + .5vw);
  /*background-color: #000000;*/
  background-image: url(gallery/models/thera/250721/P7212091-2.jpg);
    background-position: center center;
    /*background-size: auto 100%;*/
	background-size:cover;
    background-overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  /*
  background-repeat:   no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  */
}  
  
img{
	border: 0px; /*remove all borders from images*/	
}

img#flickrimg{
  display:none;
  visibility:hidden;
  width:90vw;
  height:62vh;
}

h5 {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}

#mytextlinkdiv {
  cursor: pointer; 
  color: blue;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
}
#mytextlinkdiv:hover{
color: red;
}

.fotoTable {
  border-color:#A9BCF5;
  border-width:0px;
  border-style:outset;
  border-collapse:separate;
}

.fotoTable td {
  font-family: arial;
  /*font-weight: bold;*/
  font-size: 16px;
  padding:10px;
}

.fotoTableTDDivH {
  width: 171px;
  height: 171px;
  text-align: center;
  background: url(/fotografie/SlideMountH.gif) center center;
}

.fotoTableTDDivV {
  width: 171px;
  height: 171px;
  text-align: center;
  background: url(/fotografie/SlideMountV.gif) center center;
}

.fotoThumbH {
  position: relative;
  top: 50px;
  left: -4px;
}

.fotoThumbV {
  position: relative;
  top: 34px;
  left: -4px;
}

.tableNB {
  border:0px;
  width:100%;
}
.tableNB td {
  padding:0px;
}

div.outercenter
{
  width: 100%;
  display: block;
  text-align: center;
}
div.innercenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.scheduleTable {
  border-width:1px;
  border-style:outset;
  border-color:#A9BCF5;
  border-spacing:2px;
  border-collapse:separate;
  width:99%
}

.scheduleTable th{
  font-family: arial;
  font-weight: bold;
  font-size: calc(12px + .33vw);
  border-width:3px;
  border-style:groove;
  border-color:#FAFAFA;
  background-color:#A9BCF5;
  color:#FAFAFA;
  padding:5px;
}

.scheduleTable td {
  font-family: arial;
  font-size: calc(12px + .33vw);
  border-width:4px;
  border-style:inset;
  border-color:#A9BCF5;
  background-color:#A9BCF5;
  opacity: .95;
  padding:5px;
  color:#FFFFFF;
  font-weight:bold;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.mobileTable {
  border-width:0px;
  width:320px;
}

.mobileTable td {
  font-family: arial;
  /*font-weight: bold;*/
  font-size: 16px;
  border-width:0px;
  border-collapse:collapse;
	background: #FAFAFA;
	background: linear-gradient(top, #FAFAFA 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #FAFAFA 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #FAFAFA 0%,#bbbbbb 100%); 
  padding:10px;
}

.mobileTable td a {
  font-family: arial;
  /*font-weight: bold;*/
  font-size: 16px;
  text-decoration: none;
  border-color:#A9BCF5;
}

.mobileTable td:hover {
  font-family: arial;
  /*font-weight: bold;*/
  font-size: 16px;
  text-decoration: none;
  border-width:0px;
		background: #4f5964;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
  color: #FAFAFA;
  border-color:#A9BCF5;
  padding:10px;
}

.mobileTable td a:hover {
  font-family: arial;
  /*font-weight: bold;*/
  font-size: 16px;
  text-decoration: none;
  border-color:#A9BCF5;
  color:#FAFAFA;
}

div.juiceboxparent
{
  width:90%;
  height:87vh; 
  display: block;
  /*border:10px;
  border-color:#000000;
  border-style:solid;
  border-radius:8px;*/
  margin-left: auto;
  margin-right: auto;
  background-color:#404040;
}

div.bginfo{
  visibility:visible;
  display:block;
}

div.bginfomedia{
  visibility:hidden;
  display:none;
}

#midTable {
  width:100%;
  padding-bottom: 5px;
  margin-top:0px;
  overflow-y: auto;
}

@media (max-width: 70em) {
  div#content {
    width:100%;
    /*
    min-height:100vh;
    */
    overflow: hidden;
    font-family: arial;
    font-size: calc(12px + .5vw);
	background-image: url(gallery/cosplay/rainbowraven/_6151417.jpg);
    /*background-size: auto 100%;*/
	background-size: cover;
    padding-bottom: 66%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    /*
    background-repeat:   no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    */
  }  

  html {min-height:100vh;
        /*
        min-width:480px;
        */
        width:100%;
        max-height:2048px;
  }
  
  BODY { color: rgb(0,0,0); background-color: #F5F5F5;
      margin: 0px;
      padding: 0 0 8em 0;
      max-height: inherit;
      padding-bottom: 40px;
      padding-right:20px;
      min-height:inherit;
      max-height:2048px;
  }

  img#flickrimg{
    display:none;
    visibility:hidden;
    height:62vh;
    width:90vw;
  }

  img#streamimg{
    display:none;
    visibility:hidden;
    height:62vh;
    width:90vw;
  }

  div.juiceboxparent{
    height:62vh;
    width:90vw;
  }

  div.bginfo{
    visibility:hidden;
    display:none;
  }

  div.bginfomedia{
    visibility:visible;
    display:block;
  }

}
