﻿/* migros bugfixes*/  
@media (max-width: 1024px) {
.with-shortcuts #main {
margin-left: 0px  !important;
margin-top:60px  !important;
padding:0 !important;
}

.with-shortcuts #title-bar {
padding-left: 10px;
background: #32373b;
box-shadow: 0 0 25px 0px #333;
height: 47px;
padding-top: 13px;
color: #ff6600;
width: 100%;
position:fixed;
top:0;
left:0;
text-align:center;
font-size:24px;
}
.with-shortcuts #title-bar:before { 
background:  transparent; 
}

#open-menu > span, #open-shortcuts {
display: block;
border: 1px solid #020203;
color: white;
-webkit-text-shadow: 0 -1px 0 black;
-moz-text-shadow: 0 -1px 0 black;
text-shadow: 0 -1px 0 black;
background-color: #454545;
background-color: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
-webkit-background-clip: padding-box;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#open-menu {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
left: 10px;
position: absolute;
top: 15px;
z-index: 4;
}
} 
#access2 a ,
#access2 form {
float: left;
}

.ie8  .with-shortcuts #main {
margin-left: 0px  !important;
margin-top:60px  !important;
padding:0 !important;
}

.ie8  .with-shortcuts #title-bar {
padding-left: 10px !important;
background: #32373b !important;
box-shadow: 0 0 25px 0px #333 !important;
height: 47px !important;
padding-top: 13px !important;
color: #ff6600 !important;
width: 100% !important;
position:fixed !important;
top:0 !important;
left:0 !important;
text-align:center !important;
font-size:24px !important;
}
.ie8  .with-shortcuts #title-bar:before { 
background:  transparent !important; 
}

.ie8  .fieldset {border:none !important}

.ie8 #container { float: left !important; margin-top: 200px !important}
.ie8  .login_container {float: right  !important; width: 50%  !important}
.ie8 #menu { width: 300px !important}

