.LAU_login_test
{
  background-color:lightgray;
}

.LAU_login_form 
{
   /* border: 1px solid black;
    margin:10px;
   */
   width:100%;
}

.LAU_input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;    
}

.LAU_input {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 50px;
}

.LAU_input_password_icon
{
    background-image: url("./images/icons/password1_30_30.png");
}

.LAU_input_username_icon
{
    background-image: url("./images/icons/users_30_30.png");
}

.LAU_input_post_herkunft_icon
{
    background-image: url("./images/icons/file_30_30.png");
}


.LAU_button_style 
{
    background-color: #4CAF50;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
    border: none;
    cursor: pointer;
    width: 98%;
}

.LAU_login_button_style {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.LAU_login_button_style:hover, .LAU_login_cancelbtn:hover, .LAU_button_style:hover{
    opacity: 0.8;
}

.LAU_goto_Tagebuch_button_style {
  background-color: #4CAF50;
  color: white;
  padding: 0px;
  margin: 1px;;
  border: none;
  cursor: pointer;
  width: 100%;
  max-height: 20px;
}

.LAU_login_cancelbtn {
    width: auto;
/*    padding: 10px 18px;*/
    background-color: #f44336;
}

.xxLAU_login_container {
    padding: 16px;
}

.LAU_User_Postversand {
    padding-left: 10px;
    border:1px solid black;
    background-color: yellow;
}
span.psw {
    float: right;
    padding-top: 16px;
}

.LAU_disabled {
    opacity: 0.6;
    cursor: not-allowed;
} 
.LAU_disabled_button {
    opacity: 0.95;
    cursor: not-allowed;
} 
.LAU_disabled_button_submenu {
    opacity: 0.95;
} 

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .LAU_login_cancelbtn {
       width: 100%;
    }
}




.meteo-forecast-list{margin:0;padding:0;width:100%;list-style-type:none;margin-top:0}
.meteo-forecast-list li{display:block;padding:.5em 0.4em;float:left;border:1px solid #e6e6e6;border-color:#e6e6e6 #e6e6e6 #fff transparent;font-size:0.875em;color:#4c4c4c}
.meteo-forecast-list li:last-child{border-right-color:transparent}
.meteo-forecast-list li.meteo-day-active{border:1px solid #38f}
.meteo-forecast-list li p{margin:0;text-transform:uppercase;}
.meteo-forecast-list li img{display:block;margin:0;width:100%;height:auto;}
.meteo-forecast-list:after{display:block;clear:both;content:' ';}
.meteo-forecast-list .meteo-temp{margin-bottom:0;}
.meteo-forecast-list .meteo-temp-high{float:right;}
.meteo-forecast-list-hover{border-color:#9cf !important}

li.meteo-day 
{
  width:25%;
}
  
@media screen and (max-width: 1300px) 
{
  li.meteo-day 
  {
    width:25%;
  }
}

@media screen and (max-width: 1100px) 
{
  li.meteo-day 
  {
    width:33.333%;
  }
}

@media screen and (max-width: 900px) 
{
  li.meteo-day 
  {
    width:50%;
  }
}

.LAU_bg-img {
    /* The image used */
    background-image: url("2017_04_28_0255.JPG");

    min-height: 380px;


    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Add styles to the form container */
.LAU_container {
    position: absolute;
    right: 0;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
}  

.LAU_wrapper_rotate { position: relative; display: inline-block; }
.LAU_wrapper_rotate h3 {
  width: 100%;
  font-size: 11px;
  color: green;
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
  position: absolute;
  margin-top: 100%;
  margin-right: 2px;
  left: 0;
  margin-left: -20px;
  padding-left: 0px;
  padding-right: 2px;
  text-align:right;
  
  /*border:1px solid black;*/
  
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  
  /* Text abschneiden...*/
  white-space: nowrap; 
  overflow: hidden; 
  
  text-overflow:ellipsis;     
}
div.LAU_rotate_270 {

background-color:green;

  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}



p.LAU_rotate270 
{
  writing-mode: vertical-rl; 

  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180degg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);  

/*  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
  font-family:"Verdana",sans-serif;
  font-size: 11px;
  color:green;
    
  margin:0px;
  padding:0px;
  
  margin-left:-15px;
  width:12px;
  float:left;
  
  /* Text abschneiden...*/
  white-space: nowrap; 
  overflow: hidden; 
  
  text-overflow:ellipsis;    
}
/*
@media (max-width:993px)
{
p.LAU_rotate270  {  max-height:10%; }
}
*/
@media (min-width:1301px)
{
.LAU_visible_ON_OFF_depending_on_size { }
}
@media (max-width:1300px)
{
.LAU_visible_ON_OFF_depending_on_size { display:none}
}