
/* ==========================================================================
   Summary

   1 = Basic Style
   2 = Copyright
   3 = Options
   4 = Upload
   5 = Terms of service
   6 = Install
   7 = Admin
   8 = Download page

   ========================================================================== */

/* ==========================================================================
   1 = Basic Style
   ========================================================================== */
html {
  height: 100%;
}
.test {}
body {
  background: #FFF;
  font-family: Ubuntu, Arial, sans-serif;
  margin: 0;
  line-height: 1.5;
  /*background: #FFF url('pink-geplatzt.jpg') center center no-repeat;*/
  /*
  background: #FFF url('https://www.schoenmueller.com/wp-content/uploads/2020/02/pink-aufblasen.jpg') center center no-repeat;
  */
  background-size: cover;
  height: 100%;
  color: #3c3c3c;
}

body.whitebg {
  background: #FFF;
}


#content {
  padding: 2em;
}

h1 a {
  display: block;
  /*  
  background: url(rz_sm_Logo_2018_gelb.png) no-repeat;
  */
  background: url(schoenmueller-light-logo.svg) no-repeat;
  text-indent: -9999px;
  width: 300px;
  /*height: 59px;*/
  margin: 1em auto;
  position: relative;
  /*
  left: 0.4em;
  */
}

h2 {
  text-align: center;
  color: #795548;
}

fieldset {
  border: 0;
  padding: 1.5em;
  margin: 0 auto;
  /*
  border-radius: 8px;
  */  
  width: 20em;
  /*  
  border: 7px dashed #D8009E;
  */  
  min-height: 15em;
  min-width: 30em;
  position: relative;
  background-color: rgba(255,255,255,0.5) !important;
}

legend {
  padding: 0.5em 1em;
  /*
  background: #efebe9;
  */
  font-size: 1.2em;
  display: block;
  min-width: 8em;
  text-align: center;
  padding-top: 60px;
  
}

table a {
  color: #000;
}

table a:hover,
table a:focus {
  text-decoration: none;
}

input[type="submit"] {
  background: #0791a7;
  border: 1px solid #FFF;
  padding: 0.4em 2.2em;
  font-size: 1.1em;
  color: #FFF;
  cursor: pointer;
  margin: 10px;
}

select,
input[type="text"],
input[type="password"] {
  border: 1;
  padding: 5px 5px;
  font-size: 1em;
}

select { width: 100%; }

input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #FFF;
  position: relative;
  
  background: #3abcd1 ;
}

.inner {
  margin-top: 3em;
}

#upload fieldset {
  background: url(upload-pink.svg) no-repeat center;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

#upload fieldset:hover {
  border-color: #D8009E;
}

#upload > form {
  text-align: center;
}

#upload p {
  margin: 0;
}

#file_select {
  position: relative;
  width: 100%;
  height: 16em;
  cursor: pointer;
  opacity: 0;
}
  #upload.file-selected #file_select {
    opacity: 1;
    height: 2em;
  }
  #upload.file-selected fieldset {
    background-image: none;
  }


/* ==========================================================================
   2 = Copyright
   ========================================================================== */

#copyright {
  text-align: center;
  font-size: 0.8em;
  color: #795548;
  margin: 3em auto;
}

#copyright a {
  color: #795548;
  text-decoration: none;
}

#copyright a:hover,
#copyright a:focus {
  text-decoration: underline;
}

/* ==========================================================================
   3 = Options
   ========================================================================== */

#options {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 90%;
}

#options tr { height: 2.7em; }

#option_table tr:first-child {
  width: 100%;
  height: 100%;
}

#option_table td:first-child {
}

#options input[type="submit"] {
  position: relative;
  margin: 1em auto;
}

/* ==========================================================================
   4 = Upload
   ========================================================================== */

#upload_finished,
#uploading,
.message,
.info,
.error {
  text-align: center;
  color: #795548;
  padding-left: 3em;
}

#upload_finished > p:nth-child(1) {
  color: #F59D25;
  font-weight: bold;
}

#upload_finished div p:nth-child(1) {
  font-weight: bold;
}

#upload_finished a {
  text-decoration: none;
  color: #795548;
}

#uploading a {
  font-weight: bold;
  text-decoration: none;
  color: #795548;
}

#uploaded_percentage {
  font-size: 2em;
  font-weight: bold;
}

#upload_finished a:hover,
#uploading a:hover,
#upload_finished a:focus,
#uploading a:focus {
  text-decoration: underline;
}

.message,
.error {
  color: #d55548;
  font-style: italic;
  font-weight: bold;
}

#upload_image_email {
  padding-left: 20px;
  margin-left: 10px;
  background: url(email.png) no-repeat;
}

/* ==========================================================================
   5 = Terms of service
   ========================================================================== */

textarea[readonly="readonly"] {
  border: 0;
  color: #795548;
  font-family: Arial, sans-serif;
  background: none;
  margin: auto;
  display: block;
}

textarea[readonly="readonly"] + p,
textarea[readonly="readonly"] + p + p {
  text-align: center;
  color: #795548;
}

textarea[readonly="readonly"] + p a,
textarea[readonly="readonly"] + p + p a {
  font-weight: bold;
  text-decoration: none;
  color: #795548;
}

textarea[readonly="readonly"] + p a:hover,
textarea[readonly="readonly"] + p + p a:hover,
textarea[readonly="readonly"] + p a:focus,
textarea[readonly="readonly"] + p + p a:focus {
  text-decoration: underline;
}

/* ==========================================================================
   6 = Install
   ========================================================================== */

#install fieldset,
#install + fieldset {
  width: auto;
  max-width: 50em;
  border: 7px dashed #bcaaa4;
}

#install table,
#install + fieldset table {
  width: 100%;
  border-collapse: collapse;
}

#install td,
#install + fieldset td {
  padding: 0.5em 1em;
  border-bottom: 0;
}

#install td:empty {
  width: 13.1em;
}

#install table form:nth-child(odd),
#install + fieldset tr:nth-child(odd) {
  background: #bcaaa4;
}

#install fieldset > form {
  margin-top: 2em;
  text-align: center;
}

#install form {
  display: table;
  width: 100%;
}

#install td:last-child { text-align: left; }

#install .info { width: 19em; }

#install input[type="submit"] {
  min-width: 10.5em;
}

#install + fieldset table {
  font-size: 0.9em;
}

#install + fieldset td:first-child input[type="submit"] {
  background: none;
  padding: 0;
  color: #000;
  font-weight: bold;
  border-bottom: 0;
}

#install + fieldset td:first-child input[type="submit"]:hover,
#install + fieldset td:first-child input[type="submit"]:focus {
  text-decoration: underline;
}

/* ==========================================================================
   7 = Admin
   ========================================================================== */

#admin fieldset,
#admin + fieldset {
  width: auto;
  max-width: 60em;
  border: 7px dashed #bcaaa4;
}

#admin table,
#admin + fieldset table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 2px solid #FFF;
}

#admin td,
#admin + fieldset td {
  padding: 0.5em 1em;
  border: 2px solid #FFF;
  border-bottom: 0;
}

#admin td:empty {
  width: 13.1em;
}

#admin table form:nth-child(odd),
#admin + fieldset tr:nth-child(odd) {
  background: #bcaaa4;
}

#admin fieldset > form {
  margin-top: 2em;
  text-align: center;
}

#admin form {
  display: table;
  width: 100%;
}

#admin td:last-child { text-align: left; }

#admin .info { width: 19em; }

#admin input[type="submit"] {
  min-width: 10.5em;
}

#admin + fieldset table {
  font-size: 0.9em;
}

#admin + fieldset td:first-child input[type="submit"] {
  background: none;
  padding: 0;
  color: #000;
  font-weight: bold;
  border-bottom: 0;
}

#admin + fieldset td:first-child input[type="submit"]:hover,
#admin + fieldset td:first-child input[type="submit"]:focus {
  text-decoration: underline;
}

/* ==========================================================================
   8 = Download page
   ========================================================================== */

#self_destruct {
  font-weight: bold;
  color: red;
  background-image: url('pixel_bomb.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}







/* schoenmueller / maximale was */
.sometext {
  display: block !important;
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 640px;
  text-align: left;
  color: #FFF;
}

.sometext h1 {
    font-size: 44px;
    margin-bottom:-20px;
}
.sometext h1 strong{
    color:#D8009E;
}    
 .sometext h2 {
     text-align:left;
     color:#FFF;
     font-size:32px;
     }
.sometext h3 {
    font-size:32px;
}

.sometext p {
    font-size:16px
}
.sometext .button {
  border: none;
  padding: 10px 35px;
  color: #FFF;
  text-decoration: none;
  background: #D8009E;
  text-transform: uppercase;
    font-size:14px;
}

.sometext .button:hover {
  background: #000;
  color: #FFF;
}







@media only screen and (max-height: 1040px) {
  .sometext h2 {
    line-height: 110%;
    margin-bottom: 20px;
  }
  .sometext p {
    padding: 0;
    margin: 0 !important;
  }
  .sometext h3 {
    line-height: 110%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-height: 950px) {
  body,
  html {
    height: 100vh;
  }
  #content {
    height: calc(100vh - 2em);
    overflow: auto;
  }
  .sometext {
    display: block !important;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 1100px) {
  .sometext {
    display: block !important;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 50px auto;
  }
}




/* 2022 */





*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body,
body.whitebg {
  background: #3abcd1 !important;
  color: #FFF !important;
}
#copyright,
#copyright a {
  color: #FFF !important;
}
fieldset {
  background-color: #0791a7 !important;
  min-height: auto !important;
}
legend {
  padding-top: 40px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline !important;
}

.login fieldset {
  text-align: center !important;
  width: auto !important;
  max-width: 1100px !important;
}

.login fieldset table {
  margin: 0 auto;
}
.login #upload_password {
  background: #0791a7 !important;
  border: 0;
  border-bottom: 2px solid #FFF;
  width: 300px;
  outline: none !important;
  color: #FFF;
}
.login .next input {
  background: #0791a7 !important;
  border: 1px solid #FFF;
  margin-top: 20px;
  margin-bottom: 0;
}
.login .next input:hover {
  color: #FFF !important;
  background: #3abcd1 !important;
}


#upload fieldset {
  position: relative;
  text-align: center;
  width: auto;
  max-width: 1100px;
  padding-top: 40px !important;
  background-image: url('../Ordner.svg');
}
#upload fieldset legend {
  display: block !important;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
#upload #file_select {
  max-width: 400px;
  height: 180px;
}
#upload input#send {
  background: #0791a7 !important;
  border: 1px solid #FFF;
  margin-top: 20px;
  color: #FFF;
}
#upload input#send:hover {
  color: #FFF;
}
#upload table {
  margin: 0 auto;
}


#upload.file-selected input#file_select {
  margin: 30px 0 10px 0;
  display: inline-block;
  text-align: center;
}
#upload.file-selected input#send {
  margin: 20px auto 10px auto;
}
#upload.file-selected input#send:hover {
  margin: 20px auto 10px auto;
  background: #3abcd1 !important;
  border: 1px solid #FFF;
  color: #FFF;
}
#upload.file-selected #option_table tr td:nth-of-type(1) {
  padding-right: 20px; 
}
#upload.file-selected #option_table tr td:nth-of-type(1) {
  text-align: right;
}
#upload.file-selected #option_table tr:first-of-type td:nth-of-type(2) {
  text-align: left;
}
#upload.file-selected #option_table #input_key {
  background: transparent;
  border: none;
  border-bottom: 2px solid #FFF;
}





#upload_finished {
  background: #0791a7 !important;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}
#upload_finished > div {
  max-width: 750px;
  margin: 0 auto 10px auto;
  text-align: left;
}
#upload_finished p {
  display: inline !important;
  color: #FFF;
}
#upload_finished p a:first-of-type {
  color: #FFF;
  width: 230px;
  display: inline-block;
  text-align: right;
  padding-right: 30px;
}
#upload_link_email {
  display: none;
}
#upload_finished > p:nth-child(1) {
  color: #FFF;
  font-size: 20px;
  margin: 0 0 20px 0;
  display: block !important;
}

#upload_finished #upload_validity {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 40px auto 0 auto;
}

#upload_finished > div p:nth-of-type(2) code {
  display: inline-block;
  width: 450px;
}
#upload_finished > div p:nth-of-type(2) button {
  background: transparent;
  border: 0;
  color: #FFF;
  display: none;
}




.form.download {
  max-width: 1100px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0px 0px 50px 0;
  background: #0791a7 !important;
}
.form.download a {
  color: #FFF;
}
.form.download input {
  background: #0791a7 !important;
  border: 1px solid #FFF;
  margin-top: 20px;
  color: #FFF;
  margin-bottom: 0;
}
.form.download input:hover {
  margin-bottom: 0;
}
.form.download fieldset {
  width: 100%;
  text-align: center;
  background: transparent !important;
  padding: 0;
}
.form.download table {
  margin: 0 auto;
}
.form.download legend {
  text-align: center;
  width: 100%;
  font-weight: 700;
  margin: 0 0 20px 0;
}



.logout input {
  margin: 30px auto 0 auto;
  background: #0791a7 !important;
  border: 1px solid #FFF;
}
.logout input:hover {
  margin: 30px auto 0 auto;
  background: #3abcd1 !important;
  border: 1px solid #FFF;
  color: #FFF;
}




.sometext {
  display: none !important;
}

.someothertext {
  display: block !important;
  position: absolute;
  bottom: 50px;
  left: 100px;
}
.someothertext h1 {
  font-size: 110px;
  line-height: 110px;
  font-weight: 700;
  margin: 0 0 20px;
}
.someothertext h1 span {
  display: block;
}
.someothertext p {
  margin: 0 0 20px 0;
}
.someothertext .button {
  background: #0791a7;
  color: #FFF;
  padding: 5px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}

@media only screen and (max-height: 1000px) {
  .someothertext {
    bottom: 30px;
    left: 100px;
  }
  .someothertext h1 {
    font-size: 90px;
    line-height: 90px;
    margin: 0 0 10px;
  }
  .someothertext p {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-height: 900px) {
  .someothertext {
    bottom: 30px;
    left: 100px;
  }
  .someothertext h1 {
    font-size: 70px;
    line-height: 70px;
    margin: 0 0 10px;
  }
  .someothertext p {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-height: 800px) {
  .someothertext {
    display: block !important;
    position: relative;
    bottom: auto !important;
    left: auto;
    margin-top: 40px !important;
    padding: 0 !important;
  }  
}

@media only screen and (max-width: 1100px) {
  .someothertext {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .someothertext {
    display: block !important;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 40px;
    padding: 0;
  }  
}

@media only screen and (max-width: 700px) {
  .someothertext h1 {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .someothertext h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 400px) {
  .someothertext h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}


@supports (-webkit-text-stroke: 3px white) {
  .outline {
    -webkit-text-stroke: 3px white;
    -webkit-text-fill-color: #ffffff00;
    outline-style: none;
  }
  @media only screen and (max-width: 768px) {
    .outline {
      -webkit-text-stroke: 1.5px white;
      -webkit-text-fill-color: #ffffff00;
      outline-style: none;
    }
  }
}





#uploading {
  color: #FFF;
}






