
/* - ++resource++hsu.bootstrap.css/custom_dropdown.css - */
/* https://web.hsu-hh.de/portal_css/++resource++hsu.bootstrap.css/custom_dropdown.css?original=1 */
ul.nav li.dropdown:hover ul.dropdown-menu{
display: block;
margin-top:0px;
}
/* */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* */
.brand-nav.hidden-desktop {
width: 185px;
}
}
/* */
@media only screen
and (min-width : 321px) {
/* */
}
/* */
@media only screen
and (max-width : 320px) {
/* */
}
/* */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* */
}
/* */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* */
}
/* */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* */
}
/* */
@media only screen
and (min-width : 1224px) {
/* */
.dropdown-menu {
border: 1px solid #ccc !important;
border: 1px solid rgba(0, 0, 0, 0.2)!important;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
}
/* */
@media only screen
and (min-width : 1824px) {
/* */
}
/* */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5)
only screen and (min-device-pixel-ratio : 1.5) {
/* */
}

