/*
Design by oryon-dominik
Hahaaha, these were some experiments from like the 90ies.. still here, still usefull :P
*/
@charset "UTF-8";

/* Scope all styles to legacy containers only */
.legacy-container * {
  padding: 0;
  margin: 0;
} /* very important for centering and other effects to work, resets the divs positions */

/* Apply background only to pages with legacy content */
.bg-cyberise-texture {
  background: #87190c url("/assets/website/pages/images/background.b6a123701b8f.png") repeat !important;
  color: #423945;
  min-height: 100vh;
  width: 100%;
  padding: 0px;
  font-family: "Aldrich", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* the positioner is centering all other divs*/
#legacy-positioner {
  width: 1050px;
  margin: 0 auto;
}
/* WRAPPER - the wrapper is the site with all its content itself (the big white box)- only the copyright-footer is not inside the wrapper */
#legacy-wrapper {
  background: #fffdf5;
  color: #423945;
  width: 980px;
  overflow: hidden;
  margin: 15px;
  padding: 15px;
  box-shadow: 20px 20px 20px 7px rgba(0, 0, 0, 0.6);
  border-radius: 40px;
}

/* HEADER (Container 'header' for logo & title) */
#legacy-header {
  width: 100%;
  overflow: hidden;
  padding: 5px 25px;
}
#legacy-logo {
  position: absolute;
  margin: 0px 80px;
  margin-left: 820px;
  margin-top: -12px;
  float: right;
}

/* for showing all the nice content inside */
#legacy-container {
  /* width:              100%; */
  overflow: hidden;
  height: 680px;
  width: 950px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  padding: 15px;
  margin: 0;
}

#legacy-footer {
  color: #fffdf5;
  text-align: center;
  margin-left: 350px;
  padding-top: 0px;
  font-family: "Aldrich", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  overflow: hidden;
}
