@charset "UTF-8";
/**
* @license
* MyFonts Webfont Build ID 937526
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license from one of MyFonts official sites.
* http://www.fonts.com
* http://www.myfonts.com
* http://www.linotype.com
*
*/
@font-face {
  font-family: "Beanstalker-Regular";
  src: url("font/Beanstalker-Regular.woff2") format("woff2"), url("font/Beanstalker-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("font/RobotoSlab-Regular.ttf");
  font-display: swap;
}

html {
  font-size: 18px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  margin: 0;
  overflow-x: hidden;
  background-color: black;
}

.floated-right {
  float: right;
}

.rakete {
  width: 250px;
  padding-left: 50px;
  margin-right: -50px;
}

.floated-left {
  float: left;
  width: 250px;
  margin-right: 50px;
  margin-top: 5px;
  border-radius: 15px;
}

/*ul {
    list-style: url("img/schlamanstrich_30px.png");
    text-indent: 2em;
    line-height:1.5;
 }*/
.webpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* font-family: 'Roboto'; */
  /* background: url(img/Website-Hintergrund.jpg); */
}

div.p {
  margin: 0;
  margin-bottom: 15px;
}

p {
  margin: 0;
}

a {
  color: #4069ce;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-family: "Beanstalker-Regular";
}

a:hover {
  color: #1e3264;
}

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.main {
  width: 1140px;
}

.main header {
  font-family: "Beanstalker-Regular";
  /*font-size: 1.7rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 722px;
  position: relative;
}

.main header .logo {
  position: relative;
  height: 434px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo .logofront {
  position: absolute;
  z-index: 2;
}

.logo .logorear {
  position: absolute;
  z-index: 0;
}

#trailerfleck {
  width: 140px;
  position: absolute;
  left: 50px;
  top: 135px;
  opacity: 0;
}

#textumfleck {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  position: absolute;
  left: -110px;
  top: -39px;
  opacity: 0;
}

#olchikopf {
  position: absolute;
  top: -300px;
  right: -30px;
}

#olchikopf img {
  width: 300px;
}

.main header .menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  z-index: 23;
  -webkit-transition: grid-template-columns 0.5s;
  transition: grid-template-columns 0.5s;
  transition: grid-template-columns 0.5s, -ms-grid-columns 0.5s;
  font-size: 1.5rem;
}

.main header .menu-entry {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-color: #ec6726;
  margin: 8px;
  text-align: center;
  padding: 6px;
  border-radius: 8px;
  color: white;
  width: 203px;
  text-decoration: none;
  display: block;
  -webkit-transition: padding 0.25s, margin 0.25s;
  transition: padding 0.25s, margin 0.25s;
}

/*.main header .menu-entry:first-child {
    margin-left: 0;
}*/
.main header .menu-entry:nth-child(5) {
  margin-right: 0;
}

.main header .menu.sticky .menu-entry {
  border: 1px solid black;
  padding: 0 10px;
  margin: 0;
}

.main header .menu-entry .menu-entry-text {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: padding 0.25s;
  transition: padding 0.25s;
  text-align: center;
}

.main header .menu.sticky .menu-entry .menu-entry-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0;
}

.main header .menu-entry .menu-entry-img img {
  border-radius: 12px;
  -webkit-box-shadow: 0 0 12px 0 black;
          box-shadow: 0 0 12px 0 black;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.main header .menu-entry:hover img {
  -webkit-box-shadow: 0 0 24px 0 #ffb494;
          box-shadow: 0 0 24px 0 #ffb494;
}

#spaceship {
  position: absolute;
  /*display: none;*/
  opacity: 0;
  z-index: 1;
}

#spaceship img {
  width: 800px;
}

.page {
  margin: 80px 0;
  border-radius: 10px;
  color: white;
  -webkit-box-shadow: 0 0 30px 0 black;
          box-shadow: 0 0 30px 0 black;
}

.page .page-header {
  background-color: #ec6726;
  font-family: Beanstalker-Regular;
  font-size: 2rem;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 12px;
}

.page .page-content {
  background: url(img/OL_Background_02_o.png) repeat;
  border-radius: 0 0 10px 10px;
  color: #482d0b;
  padding: 32px 50px;
  line-height: 1.4;
  font-family: Roboto;
}

.page-content-abenteuer {
  display: flow-root;
}

.page .page-content .page-content-abenteuer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page
.page-content
.page-content-abenteuer-top
.page-content-abenteuer-top-text
p:first-child {
  margin: 42px 0 80px 0;
}

.page .page-content .page-content-abenteuer-top img {
  margin: 0 -34px 0 0;
  width: 327px;
}

.page .page-content .page-content-abenteuer-bottom-header {
  font-size: xx-large;
  font-variant: small-caps;
  margin-top: 1em;
}

.gallerie-img {
  width: 100%;
  border-radius: 10px;
}

#weltraum.page {
  position: relative;
}

#autoren.page {
  position: relative;
}

/*#autoren .page-content {
    position: absolute; Wird durch das Grid nicht mehr benötigt
    height: 755px; 
}*/
.olchibildautoren img {
  z-index: 4;
  position: absolute;
  right: 10px;
  top: -27px;
  text-align: center;
}

.heinzmann {
  display: block;
}

.heinzmann img {
  height: 330px;
  margin-left: 50px;
  border-radius: 10px;
}

.heinzmann p {
  z-index: 50;
  position: absolute;
  -webkit-transform: translate(50px, -56px);
          transform: translate(50px, -56px);
  width: 440px;
  text-align: center;
  color: #4069ce;
  background-color: #ec6726;
  border-radius: 0px 0px 10px 10px;
  font-size: larger;
  text-shadow: 1px  1px 1px white, 1px -1px 1px white, -1px  1px 1px white, -1px -1px 1px white;
}

.heinzmann p:hover {
  color: #1e3264;
  -webkit-transition: 500ms;
  transition: 500ms;
}

/*------------------grit expermient-----------------------*/
.grid-gallerie {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.autoren-komplett {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1 / 1 / 1 / 1;
}

.page .page-content .page-content-autoren {
  /* position: absolute; */
}

.page .page-content .page-content-autoren img {
  height: 330px;
  margin-left: 50px;
  border-radius: 10px;
}

.page .page-content .page-content-autoren .page-content-autoren-question {
  font-weight: bold;
  margin-top: 12px;
}

.autoren-arrow {
  position: absolute;
  top: calc(50% + 30px);
  cursor: pointer;
  z-index: 3;
  background-color: #ec6726;
  border-radius: 100%;
  height: 60px;
  width: 60px;
}

.autoren-arrow.arrow-left {
  left: -30px;
}

.autoren-arrow.arrow-right {
  right: -30px;
}

.autoren-weiter {
  color: #4069ce;
  cursor: pointer;
}

.autoren-weiter:hover {
  color: #1e3264;
}

.weltraum-arrow {
  position: absolute;
  top: calc(50% + 30px);
  cursor: pointer;
  z-index: 3;
  background-color: #ec6726;
  border-radius: 100%;
  height: 60px;
  width: 60px;
}

.weltraum-arrow.arrow-left {
  left: -30px;
}

.weltraum-arrow.arrow-right {
  right: -30px;
}

.weltraum-komplett {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-content-planetarium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.page-content-planetarium img {
  margin-right: 10px;
}

.opa-point-to {
	margin-top: 30%;
}

.page-content-planetarium-top {
  margin-bottom: 2rem;
  /*! font-family: 'Beanstalker-Regular'; */
}

.page-content-planetarium-top img {
  width: 35px;
}

.page-content-planetarium-top a {
  font-size: 1.7rem;
  line-height: 2;
}

.external-buch {
  cursor: pointer;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.page-content-buch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}

.page-content-buch-content img {
  height: 230px;
}

.page-content-mehr a {
  font-size: 1.7rem;
  line-height: 2;
}

.page-content-mehr a img {
  width: 35px;
}

.page-content-mehr-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.page-content-mehr-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.page-content-mehr-left img {
  width: 460px;
  margin-right: 20px;
}

.page-content-mehr-left {
  /*display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 6px;
  grid-auto-rows: minmax(100px, auto);
  justify-items: start;
  padding-block-end: inherit;*/
}

.page-content-mehr-right {
  display: block;
  text-align: left;
}

footer {
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

/*.footerimage {
  background-image: url("img/Website-Footer.png");
  background-position: center;
  height: 512px;
}*/

.footertext {
  background-color: #ec6726;
}

footer div {
  height: 4rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer div a {
  color: #ffffff;
  padding: 0 1rem;
  font-family: Roboto;
}

footer div a:hover {
  color: #ffffff;
}

footer div a:first-child {
  border-right: 3px solid #ffffff;
}

#backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.8);
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  top: 0;
  left: 0;
  z-index: -10;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  /*left: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.modal .page {
  width: 1140px;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal .page .page-header .x-en {
  position: absolute;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  color: black;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
  top: 30px;
  opacity: 1;
  padding: 12px;
  line-height: 0.7;
}

.modal .page .page-content {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (min-width: 1200px) {
  .sticky {
    position: fixed;
    font-size: 1rem;
    top: -228px;
  }
  .modal .page .page-header .x-en {
    right: calc(50% - 555px);
  }
  #trailer {
    display: none;
  }
}

/*Kleien Version der webpage*/
@media only screen and (max-width: 1199px) {
  div.p {
    font-size: xx-large;
  }
  .modal .page .page-header .x-en {
    right: 0;
    width: 53px;
    height: 53px;
    border-radius: 0%;
    /* padding: 12px; */
    top: 20px;
  }
  .main {
    width: 100%;
  }
  .main header {
    height: auto;
  }
  .main header .menu {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .main header .menu-entry {
    width: 420px;
    height: 400px;
    -webkit-transition: padding 0.25s, margin 0.25s;
    transition: padding 0.25s, margin 0.25s;
  }
  .menu-entry-text {
    font-size: 2rem;
    padding-top: 3%;
  }
  #textumfleck {
    display: none;
  }
  .page .page-header {
    border-radius: 0;
  }
  .page .page-content {
    border-radius: 0;
    padding: 32px 50px;
  }
  #autoren .page-content {
    padding: 0;
  }
  #weltraum .page-content {
    padding: 5px 5px;
  }
  .page .page-content .page-content-abenteuer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-content-abenteuer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  /*.autoren-komplett{
    display: flex;
    }*/
  #autoren.page {
    height: 100%;
  }
  /*.page .page-content .page-content-autoren-top {
        display: flex;
        margin-bottom: 28px;
        margin-top: 35px;
    }*/
  .page .page-content .page-content-abenteuer img {
    margin: 0;
    margin-top: 0px;
    width: auto;
  }
  .starball {
    width: 350px;
  }
  .rakete {
    width: 400px;
  }
  .page .page-content .page-content-abenteuer-bottom-header {
    font-size: xxx-large;
    font-variant: small-caps;
    margin-top: 1em;
  }
  #autoren .page-content-autoren {
    padding: 32px 72px;
  }
  .autoren-arrow.arrow-left {
    border-radius: 0 100% 100% 0;
    left: 0;
  }
  .autoren-arrow.arrow-right {
    border-radius: 100% 0 0 100%;
    right: 0;
  }
  .weltraum-arrow.arrow-left {
    border-radius: 0 100% 100% 0;
    left: 0;
  }
  .weltraum-arrow.arrow-right {
    border-radius: 100% 0 0 100%;
    right: 0;
  }
  .page .page-content .page-content-autoren {
    width: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .robert-autor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page .page-content .page-content-autoren-top img {
    height: 400px;
  }
  #spaceship,
  #trailerfleck,
  #olchikopf {
    display: none;
  }
}

/*------------------funktioniert das gerade?-----------------------*/
@media only screen and (max-width: 900px) {
  .menu {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */