/* gerneral options */
body
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12pt;
}

/* Uberschrift */
@font-face {
  font-family: 'grunge';
  src: url('font.grunge-edited.ttf') format('truetype');
}

#headline
{
    margin-top: 50px;
    font-size: 5.5em;
    font-family: grunge;
}

.flip_vert
{
  -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.flip_hori
{
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

/*Passwort vergessen Box */
.box {
  width: 24%;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

/* Buttons */
.button {
  font-size: 1.2em;
  padding: 10px;
  color: #747474;
  border: 2px solid #DF7401;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #F5DA81;
}

          /* diverse Schatten */

.shadow
{
-webkit-box-shadow: 0px 0px 13px #000;
-moz-box-shadow: 0px 0px 13px #000;
box-shadow: 0px 0px 13px #000;
}

.shadow-thick
{
-webkit-box-shadow: 0px 0px 18px #666;
-moz-box-shadow: 0px 0px 18px #666;
box-shadow: 0px 0px 18px #666;
}

            /* Popup */

/* verdunkelter Hintergrund */
#popup_background
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.75;
    cursor: pointer;
    z-index: 100;
    display: none;
}

/* erscheinende Box für Passwort vergessen */
#popup_box
{
    width: 24%;
    height: 18%;
    z-index: 150;
    position: absolute;
    background-color: #FFF;
    padding: 20px;
    margin: 10% 0px 0px 37%;
    border-radius: 2px;
    display: none;
}



/* x zum schliessen des Popups */
#close
{
    cursor: pointer;
    float: right;
    font-size: 1.8em;
    margin-top: -13px;
    margin-right: -8px;
}

/* Einbinden des PopupFrames */
#popupframe
{
    height: 100%;
    width: 100%;
    background-color: #FFF;
    margin: auto auto auto auto;
}

      /* Checkbox */

.mdl-checkbox__label
{
    font-size: 1.4em !important;
    width: auto;
    float: none;
}

.mdl-textfield
{
  width: 360px !important;
  min-width: 200px !important;
}

.mdl-textfield__input
{
  font-size: 1.25em !important;
}

#checkbox
{
    font-size: 1em !important;
    width: 230px;
    float: none;
}

#mail
{
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

    #mail_tf
    {
      margin-left: auto;
      margin-right: auto;
    }

    #mail_lable
    {
      margin-left: auto;
      margin-right: auto;
    }

#login_submit
{
  font-size: 1.2em !important;
}

#forgotpw_span
{
  font-family: "Helvetica","Arial",sans-serif;
}

#exittomain
{
  width: auto;
  height: auto;
  position: absolute;
  left: 2%;
  top: 2%;
}

#exittomain:before
{
  padding-top:100%;
}

#exittomain_i
{
  width: auto;
  height: auto;
  font-size: 4em;
  padding: 3px;
  margin: -1px 0px 0px -2px;
}

#circle
{
  padding: 0px 2px 1px 4px;
  border: 2px solid;
  border-radius: 100%;
}
