@import url(https://fonts.googleapis.com/css?family=Roboto:400,100);

body {
  /* background: url('../images/with_without/small/50/21.Schwyberg_Gross_West_Eiger_with.jpg') no-repeat center center fixed; */
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  margin: 0;
  height: 100vh;

}

p {
    
  text-align: left;    
    
}

#signature_icon{
    
  position: absolute;
  left: 5px;
  top: 5px;
    
    
}

.menu {
  font-size: 1.25em;  
  position: absolute;
  left: 20px;
  top: 30px;
  opacity: 0.95;
  padding-right:  10px;
  padding-left:   10px;
  padding-top:    10px;
  padding-bottom: 10px;
  width: 130px;
  background-color: palegoldenrod;
  margin: 0 auto 0px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.login-card {
  position: absolute;
  left: 170px;
  top: 30px;
  opacity: 0.95;
  padding-right:  40px;
  padding-left:   40px;
  padding-top:    30px;
  padding-bottom: 20px;
  width: 300px;
  background-color: #F7F7F7;
  margin: 0 auto 0px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-image: url('../images/wood.png');
}

.petition-list{
  position: absolute;
  left: 100px;
  top: 80px;
  opacity: 0.95;
  padding: 40px;
  width: 400px;
  background-color: #F7F7F7;
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}


.login-card h1 {
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 14px;
  color:  #453607;

}

p {
  text-align: left;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1em;

}


.checkboxText{
    
    font-size: 95%;
    
}

.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-card button, #signButton, #argumentsToSign{
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-card input[type=text], input[type=email], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card select {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  /* -webkit-appearance: none; */
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  /* -moz-box-sizing: border-box; */
}

.login-card option {
  height: 44px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

#owner p{
  text-align: left;
  font-weight: normal;
  margin-bottom: 12px;
}



#captcha, #captchaRefresIcon{
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}



.warningMsg{
  text-align: left;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  color:crimson;
  font-weight: bold;
}


.login, #signButton, #argumentsToSign {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  margin-top: 18px;
  margin-bottom: 24px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}
.login-submit, #signButton, #argumentsToSign {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: right;
  display: inline-block;
  opacity: 1;
  transition: opacity ease 0.5s;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.OnOff {
    
    width: 40px;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    font-size: 0.8em;
    
}

#helpList{

    margin:0;
    padding-left:0;    
    padding-top: 15px;
    
}

#minimizeButton {
    
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 4px;    
}

#diashowButton {
    
    position: absolute;
    top: 0px;
    right: 28px;
    padding: 4px;    
}

#cameraButton {
    
    position: absolute;
    top: 0px;
    right: 56px;
    padding: 4px;    
}


#frenchButton {
    
    position: absolute;
    top:  0px;
    left: 5px;
    width: 26px;
    height: 26px;

}

#germanButton {
    
    position: absolute;
    top:  0px;
    left: 36px;
    width: 26px;
    height: 26px;

}

#englishButton {
    
    position: absolute;
    top:  0px;
    left: 67px;
    width: 26px;
    height: 26px;

}


@media (min-width: 1024px) {

    body{
          background-image: url('../images/with_without/small/50/21.Schwyberg_Gross_West_Eiger_with.jpg') no-repeat center center fixed; 
          font-family: 'Roboto', sans-serif;;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          
       }
}


@media all and (max-width: 1023px) {
    
    body{
      background-image: url('../images/with_without/small/25/21.Schwyberg_Gross_West_Eiger_with.jpg') no-repeat center center fixed;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      
    }
    
}

@media all and (max-width: 475px) {
    

    .menu {
        
      font-size: 70%;
      width: 70px;
      left: 10px;
        
    }

    
    .login-card {
        
      font-size: 90%;
      width: 55vw;
      left: 81px; 
        
    }
    
    .login-card p {
      text-align: left;
      font-size: 100%;
    }


   .login-card input[type=text], input[type=email], input[type=password] {

      font-size: 95%;
      height: 5vh;
       
   }  

   .login-card  select {
      height: 5vh;
      font-size: 95%; 
       
   }  
   

    .petition-list{
      position: absolute;
      left: 100px;
      top: 80px;
      opacity: 0.95;
      padding: 40px;
      width: 400px;
      background-color: #F7F7F7;
      margin: 0 auto 10px;
      border-radius: 2px;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .login-card option {

      font-size: 85%;
      
    }

    .checkboxText{

        font-size: 0.8em;

    }

    .login-card h1 {
      font-weight: bold;
      text-align: center;
      font-size: 1.7em;
      margin-top: 0;
      margin-bottom: 8%;
      color:  #453607;

    }
    
    #captchaField{
        
        font-size: 0.87em;
        
    }
          
}

#rc-imageselect, .g-recaptcha{

    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;}      



   


