.tmfProjektionsrechnerTarget{
  /*display: none;*/
  position: relative;
  left: 0;
  top: 0;
  height: 1000px;
  width: 100%;
}
.product--buybox div button.tmfShowProjektionsRechner{
    background-color: #030303;
    background-image: linear-gradient(to bottom, #565656 0%, #303030 100%);
}
.tmfProjektionsrechnerTarget iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
.tmfContainer{
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 400px;
}
.tmfTheatre{
  position: relative;
  background-image: url('../media/cinema_filled_lane.png');
  background-size: cover;
  max-width: 655px;
  max-height: 400px;
  min-width: 132px;
  min-height: 80px;
  width: 100%;
  height: 100%;
}
.tmfHolder{
  position: relative;
  width: 100%;
  height: 100%;
}
.tmfControlsHolder{
  position: relative;
  width: 100%;
  height: 100%;
}
.tmfMovie{
  position: absolute;
  background-image: url('../media/logoBeamer24.png');
  top: 20%;
  left: 31%;
  width: 209px;
  height: 87px;
  z-index: -3;
}
.tmfBeamer{
  position: absolute;
  width: 15%;
  height: 21%;
  background-image: url('../media/beamer_whith_shadow.png');
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 12%;
  left: 46.5%;
}
#tmfControls, #tmfInfo, #tmfEntfernutmfControls, #tmfEntfernutmfInfo{
  min-width: 200px;
  max-width: 300px;
  position: relative;
  margin: 0.5em 0.2em;
  padding: 0;
  float: left;
}
#tmfControls li, #tmfInfo li, #tmfEntfernutmfControls li, #tmfEntfernutmfInfo li, .minDistance li, .maxDistance li{
  list-style-type: none;
  margin: 0.1em 0.2em;
  width: 45%;
}
#tmfControls li:nth-child(even),
#tmfInfo li:nth-child(even),
#tmfEntfernutmfControls li:nth-child(even),
#tmfEntfernutmfInfo li:nth-child(even){
  float:right;
}
#tmfControls li:nth-child(odd),
#tmfInfo li:nth-child(odd),
#tmfEntfernutmfControls li:nth-child(odd),
#tmfEntfernutmfInfo li:nth-child(odd){
  float:left;
}
#tmfControls li.heading,
#tmfInfo li.heading,
#tmfEntfernutmfControls li.heading,
#tmfEntfernutmfInfo li.heading{
  width: 100%;
  float: left;
  font-weight: 900;
  font-size: medium;
}
.clear{
  clear: both;
}
#BildgroesseSlider,
#EntfernutmfSlider { 
  margin: 10px;
}

.minDistanzHolder, .maxDistanzHolder, .minHoeheHolder, .maxHoeheHolder, .breiteHolder, .breiteHolderMinMax, .entfernungHolder, .hoeheHolder{
  position: absolute;
  list-style-type: none;
  width: 0,2em;
  height: 0,2em;
  font-size: larger;
  font-weight: 900;
  text-align: center;
}
.minHoeheHolder, .maxHoeheHolder, .breiteHolder, .breiteHolder, .hoeheHolder{
  color: #fff;
}
.entfernungHolder, .minHoeheHolder, .maxHoeheHolder, .breiteHolderMinMax{
  color: #fff;
  display: none;
}
.minHoeheHolder{
  left: 15%;
  top: 14%;
}
.hoeheHolder{
  left: 15%;
  top: 14%;
}
.maxHoeheHolder{
  right: 13%;
  top: 14%;
}
.breiteHolder{
  left: 40%;
  top: 56%;
}
.breiteHolderMinMax{
  left: 25%;
  top: 56%;
  width: 50%;
}
.breiteHolderMinMax li, .breiteHolder li{
  display: inline;
}
.entfernungHolder{
  color: #000;
  left: 25%;
  top: 70%;
}
.minDistanzHolder{
  left: 25%;
  top: 70%;
}
.maxDistanzHolder{
  right: 25%;
  top: 70%;
}
.tmfHolder ul.tabsContainer.ui-widget-header{
  background: #CEB291 none;
  border: none;
}
.tmfHolder ul.tabsContainer.ui-widget-header li{
  width: 40%;
  background: #dfc5a4 none;
  display: inline-block;
  text-indent: 0.2em;
}
.tmfHolder ul.tabsContainer .ui-state-default a, .tmfHolder ul.tabsContainer .ui-state-default a:link, .tmfHolder ul.tabsContainer .ui-state-default a:visited
{
  color: #EEE;
}
.tmfHolder ul.tabsContainer .ui-state-active a, .tmfHolder ul.tabsContainer .ui-state-active a:link, .tmfHolder ul.tabsContainer .ui-state-active a:visited
{
  color: #000;
}

@media only screen and (min-width: 600px) {
  .tmfProjektionsrechnerTarget{
    margin-top: 20px;
  }
}