.container {
    margin: auto;
    width: 980px;
    text-align: left;
}

.container .header {
    position: relative;
    height: 100px;
    background-color: #FFED00;
}
.container .header .logo {
    position: absolute;
    top: 19px;
    left: 33px;
    width: 400px;
}
.container .header .logo .gameware {
    width: 380px;
}
.container .header .logo .shipping .truck {
    position: absolute;
    top: 47px;
    left: 114px;
}
.container .header .logo .shipping .label {
    position: absolute;
    top: 42px;
    left: 141px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #0057a2;
    text-decoration: none;
}
.container .header .logo .shipping a {
    text-decoration: none;
}
.container .header .logo .shipping a:hover {
    text-decoration: underline;
}

.container .menu {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.container .menu h1 { /* CSS collision */
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-bottom: none;
}

.container .menu > .main {
    position: relative;
    height: 50px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    list-style-type: none;
    white-space: nowrap;
    background-color: #0057A2;
}
.container .menu > .main > li {
    display: inline-block;
}
.container .menu > .main > li > a {
    display: inline-block;
    padding: 0px 20px;
    text-decoration: none;
    font-size: 24px;
    line-height: 50px;
    color: white;
}
.container .menu > .main > li.expanded > a {
    background-color: white;
    color: #0057A2;
}

.container .menu > .main > li .sub {
    display: none;
}
.container .menu > .main > li.expanded .sub {
    display: block;
    z-index: 2;
}

.container .menu > .main > li.autoexpand > a::after {
    display: inline-block;
    position: absolute;
    margin-left: 4px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(//static.gameware.at/mirror/Assets/2017/header/chevron-closed.png);
    background-size: 10px 3px;
    width: 10px;
    height: 50px;
}
.container .menu > .main > li.autoexpand.expanded > a::after {
    background-image: url(//static.gameware.at/mirror/Assets/2017/header/chevron-open.png);
}

.container .menu .news .sub {
    position: absolute;
    left: 10px;
    width: 220px;
    padding: 7px 0px 0px 0px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}
.container .menu .news .sub ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.container .menu .news .sub li a {
    display: block;
    width: 200px;
    padding-left: 20px;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 40px;
    text-decoration: none;
    color: #0057A2;
}
.container .menu .news .sub li a:hover {
    background-color: #0057A2;
    color: white;
}
.container .menu .news .sub li.special a {
    color: #D0021B;
}
.container .menu .news .sub li.special a:hover {
    color: white;
    background-color: #D0011B;
}
.container .menu .news .sub .footer {
    height: 30px;
    margin-top: 17px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 30px;
    color: white;
    background-color: #9B9B9B;
}

.container .menu .department {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}
.container .menu .department.left {
    left: 10px;
}
.container .menu .department.right {
    right: 10px;
}
.container .menu .department .column {
    display: block;
    width: 200px;
    padding-top: 4px;
    float: left;
}
.container .menu .department .column h1 {
    margin-top: 11px;
    margin-bottom: 2px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    color: #0357A2;
}
.container .menu .department .column.items ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.container .menu .department .column.items li {
    width: 180px;
}
.container .menu .department .column.items li a {
    display: block;
    width: 100%;
    height: 28px;
    padding-left: 20px;
    line-height: 28px;
    text-decoration: none;
    color: black;
}
.container .menu .department .column.items li a:hover {
    color: white;
    background-color: #0057A2;
}
.container .menu .department .column.items li.blank {
    height: 28px;
    line-height: 28px;
}
.container .menu .department .column.items li.hot a::after {
    display: inline-block;
    width: 24px;
    height: 10px;
    margin-left: 10px;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(//static.gameware.at/mirror/Assets/2017/header/hot.png);
}
.container .menu .department .column.items li.hot a:hover::after {
    background-image: url(//static.gameware.at/mirror/Assets/2017/header/hot-hover.png);
}
.container .menu .department .column.items li.special a {
    color: #D0021B;
}
.container .menu .department .column.items li.special a:hover {
    color: white;
    background-color: #D0021B;
}
.container .menu .department .feature {
    float: right;
    width: 210px;
    height: 100%;
    background-color: #DCDCDC;
}
.container .menu .department .feature .charts {
    margin-top: 8px;
    padding-left: 20px;
    counter-reset: item;
    line-height: 23px;
}
.container .menu .department .feature .charts li {
    display: block;
    position: relative; 
}
.container .menu .department .feature .charts li a {
    display: inline-block;
    width: 130px;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container .menu .department .feature .charts li::before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
}
.container .menu .department .feature .charts li::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    vertical-align: baseline;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
}
.container .menu .department .feature .charts li.up::after {
    background-image: url(//static.gameware.at/mirror/Assets/2017/header/charts-up.svg);
}
.container .menu .department .feature .charts li.down::after {
    background-image: url(//static.gameware.at/mirror/Assets/2017/header/charts-down.svg);
}
.container .menu .department .feature .charts li.same::after {
    background-image: url(//static.gameware.at/mirror/Assets/2017/header/charts-eq.svg);
}
.container .menu .department .feature .charts a {
    text-decoration: none;
    color: black;
}
.container .menu .department .feature .charts a:hover {
    text-decoration: underline;
}
.container .menu .department .feature .manual {
    width: 160px;
    margin: 11px 0px 15px 25px;
}
.container .menu .department .feature .manual.framed {
    width: 160px;
    margin: 11px 0px 15px 20px;
    padding: 5px;
    background-color: white;
}
.container .menu .department .feature .manual img {
    display: block;
    margin: auto;
    max-width: 160px;
    max-height: 200px;
}
.container .menu .department .feature .flagship {
    display: block;
    margin: auto;
    padding-top: 15px;
    padding-left: 5px;
    width: 160px;
}
.container .menu .department .footer {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    margin-top: 17px;
    font-size: 14px;
    line-height: 30px;
    color: white;
    background-color: #9B9B9B;
}
.container .menu .department .footer .text {
    padding-left: 20px;
}

.container .menu .ps .sub,
.container .menu .xbox .sub,
.container .menu .nintendo .sub,
.container .menu .pc .sub,
.container .menu .filme .sub,
.container .menu .retro .sub {
    width: 810px;
    height: 525px;
}   
.container .menu .brettspiele .sub, .menu .fanartikel .sub {
    width: 810px;
    height: 600px;
}

.container .site-search-box {
    position: absolute;
    top: 21px;
    right: 22px;
    width: 468px;
    height: 60px;
    background-color: white;
}
.container .site-search-box .query {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 386px;
    height: 48px;
    border: 1px solid #979797;
    padding: 0px 0px 0px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    background-color: white;
}
/* http://stackoverflow.com/questions/2610497/change-an-html5-inputs-placeholder-color-with-css */
.container .site-search-box .query::-webkit-input-placeholder {
    color: #9B9B9B;
}
.container .site-search-box .query::-moz-placeholder {
    color: #9B9B9B;
    opacity: 1;
}
.container .site-search-box .query:-ms-input-placeholder {
   color: #9B9B9B;
}
.container .site-search-box .submit-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0px;
    cursor: pointer;
}
.container .site-search-box .submit-button .icon {
    position: absolute;
    top: 0px;
    left: 0px;
}
.container .site-search-box .query:focus, .site-search-box .submit-button:focus {
    outline: none;
}

.ui-widget {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.ui-menu {
    border: none;
    padding: 5px 0px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}
.ui-menu .ui-menu-item a {
    padding: 0px 0px 0px 16px;
    line-height: 40px;
}
/* @@ get rid of !important */
.ui-state-hover {
    border: none !important;
    margin: 0px !important;
    background: none !important;
    background-color: #4A4A4A !important;
}
.ui-corner-all {
    border-radius: 0px;
}
