.print { display : none }
.bg_teaserprint { display : none }
body  { background-color: white }
.kopf1  { background-color: #4c708e; border-bottom: 1px solid #c9d4dd }
.kopf2          { background: url(http://alexander-ferling.de/motiv_startseite.jpg) repeat 0px 0px }
.kopf3   { background-color: #4c708e; border-top: 1px solid #c9d4dd }
.navx  { }
.nav1  { background-color: #b1c558; font-family: Verdana, Arial, Geneva, Helvetica; font-size: 12px; border-right: 1px solid white }
.nav2  { background-color: #b1c558 }  
.nav3  { background-color: #b1c558 }
.nav4  { background-color: #b1c558 }
.nav5  { background-color: #b1c558 }
.typoheadbox    { color: #8b0000; font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica; letter-spacing: 1px }
.typominitext     { color: black; font-size: 10px; line-height: 13px; font-family: Verdana, Arial, Geneva, Helvetica }
.typotext      { font-size: 11px; line-height: 16px; font-family: Verdana, Arial, Geneva, Helvetica }
.bodytext      { font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Geneva, Helvetica }
.typobold { font-weight: bold }
.typowhite { color: white }
.formtextfield      { color: black; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica; border: solid 1px #4c708e; height: 15px }
.formpulldown { color: #3f5e77; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica; border: solid 1px #4c708e; }
.formlistenfeld { color: #3f5e77; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica; border: solid 1px #4c708e; }
.formtextarea { color: black; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica; border: solid 1px #4c708e; }
.formsysbutton    { color: white; font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica; background-color: #4c708e; border-style: solid; border-width: 1px; border-color: #608db3 #000 #000 #608db3; height: 15px }
a  { color: #3f5e77; text-decoration: none }
a:hover { color: #4c708e; text-decoration: underline }
.A { background-color: white }
.B { background-color: #4c708e }
.C   { background-color: #c9d4dd; border-bottom: 1px dotted #4c708e }
.D { background-color: white }
.E   { background-color: #edf0f3; border-right: 1px dotted #4c708e; border-left: 1px dotted #4c708e }
.F   { background-color: white }
.G { background-color: white }
.H { background-color: #4c708e }
.I { background-color: white }
.J { background-color: white }
.K  { background-color: #edf0f3; border-right: 1px dotted #4c708e; border-left: 1px dotted #4c708e }
.L { background-color: white }
.M { background-color: #e4e9ee }
h1 { font-weight: bold; font-size: 15px; line-height: 18px; font-family: Verdana, Arial, Geneva, Helvetica }
h2 { font-weight: bold; font-size: 13px; line-height: 15px; font-family: Verdana, Arial, Geneva, Helvetica }
h3 { font-weight: bold; font-size: 11px; line-height: 13px; font-family: Verdana, Arial, Geneva, Helvetica }
h4  { color: #8b0000; font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica; letter-spacing: 1px; margin-bottom: -5px; border-bottom: 1px solid #8b0000 }
.bg_teaser   { border-bottom: 1px solid #a5b7c6 }
.bg_teaserbild   { border-bottom: 1px solid #a5b7c6 }
ul { font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Geneva, Helvetica; list-style-type: square; list-style-position: outside }
ol { font-size: 11px; line-height: 16px; font-family: Verdana, Arial, Geneva, Helvetica; list-style-type: decimal; list-style-position: outside }
li { font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Geneva, Helvetica; margin-bottom: 3px }
hr { color: #4C708E; height: 1px }
.tab1 { background-color: #4C708E }
.tab2 { background-color: #819BB0 }
.tab3 { background-color: #A5B7C6 }
.tab4 { background-color: #C9D4DD }
.tab5 { background-color: #EDF0F3 }













.ThreeBodyProblem-hasTopMarginSmall {
  margin-top: 5px;
}

.ThreeBodyProblem-hasNegativeBottomMarginNormal {
  margin-bottom: -10px;
}

/*
  Elements
  --------
*/

.ThreeBodyProblem-alert {
  color: red;
  border: 1px solid red;
  background: #ffeeee;
  padding: 5px;
}

.ThreeBodyProblem-container {
  background-color: #000000;
  position: relative;
  height: 700px;
  background-image: url("https://evgenii.com/image/blog/2018-09-27-three-body-problem-simulator/starry_night.png");
  background-position: center bottom;
  background-repeat: repeat;
  background-size: 874px 780px;
}

.ThreeBodyProblem-isTextCentered { text-align: center; }
.ThreeBodyProblem-isHiddenBlock { display: none; }


.ThreeBodyProblem-centerOfMass {
  position: relative;
  width: 11px;
  top: 50%;
  left: 50%;
  margin-left: -5.5px;
  margin-top: -5.5px;
  z-index: 800;
}

.ThreeBodyProblem-earth,
.ThreeBodyProblem-jupiter,
.ThreeBodyProblem-sun {
  position: absolute;
  width: 60px;
  top: -1000px;
  left: -1100px;
  z-index: 800;
}

.ThreeBodyProblem-bodyImage {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

.ThreeBodyProblem-spin {
  -webkit-animation:spin .5s linear infinite;
  -moz-animation:spin .5s linear infinite;
  animation:spin .5s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.ThreeBodyProblem-canvas { display: block; }

/* Prevent browser from showing selection when the element is touched */
.isUnselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/*
  Hud display
  ---------
*/

.ThreeBodyProblem-hudContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1001;
  left: 0;
  top: 0;
}

.ThreeBodyProblem-hudContainerChild {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/*
  Left buttons
  ---------
*/


.ThreeBodyProblem-leftBottomButtonCantainer {
  position: absolute;
  display: block;
  left: 15px;
  right: 15px;
  bottom: -15px;
  height: 40px;
}

.ThreeBodyProblem-leftBottomButton {
  display: block;
  height: 40px;
  width: 40px;
  float: left;
}

.ThreeBodyProblem-leftBottomImage {
  height: 50%;
  border : 0;
}

.ThreeBodyProblem-doesChangeOpacityOnHover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.ThreeBodyProblem-doesChangeOpacityOnHover:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

/*
  Reload button
  ---------
*/

.ThreeBodyProblem-reload {
  position: absolute;
  display: block;
  bottom: -15px;
  right: 15px;
  width: 40px;
  height: 40px;
}

.ThreeBodyProblem-reloadIcon {
  width: 50%;
  border : 0;
}

/*
  Slider
  ---------
*/

.ThreeBodyProblem-slider{
  margin: 0 auto;
}

.ThreeBodyProblem-sliderSun .SickSlider-head {
  background-color: #ff9400;
}

.ThreeBodyProblem-sliderEarth .SickSlider-head {
  background-color: #6780FF;
}

.ThreeBodyProblem-sliderJupiter .SickSlider-head {
  background-color: #4BCF79;
}

/*

Button
--------------

*/

.ThreeBodyProblem-button {
  margin: 5px;
  padding: 5px 10px 3px 10px;
  display: inline-block;
  background-color: #819BB0;
  color: #fff;
  text-decoration: none;
  border-radius: 30% 10%/80%;
  border: none;
  cursor: pointer;
}

.ThreeBodyProblem-button--isSelected {
  background-color: #4c708e;
}

/*

Sick Slider
--------------

*/

.SickSlider {
  position: relative;
  height: 45px;
  cursor: pointer;
}

.SickSlider-stripe {
  height: 5px;
  width: 100%;
  background-color: #999999;
  /*border: 1px solid #a66000;*/
  position: absolute;
  top: 18px;
  left: 0px;
}

.SickSlider-head {
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 20px;
  background-color: #999999;
  border: 1px solid #FFFFFF;
}

