/*
 Theme Name: internet
 Theme URI: -
 Description: Template zu internet Applikationen
 Authoren: Michael Spaltenstein (oizspm) / Gabriele Fackler (Reflexivity AG)
*/

/************************************************************************************
Default
*************************************************************************************/
html,body {
    height: 100%;
}
body {
    font: 1em HelveticaNeueLTW01_55Roman, "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, sans-serif;
    font-size: 1.0625rem; 
    margin: 0px;
    background-color: #ffffff;
    text-shadow: none !important;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

i[class^="icon-"]:before {
    display: inline-block;
    text-decoration: none;
}

.fontRegular {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #666666;
}

h1 {
    font: 1em HelveticaNeueLTW01_41488878, "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, sans-serif;
    font-size: 2.5625rem;
    font-weight: normal;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 28px;
    margin-bottom: 50px;
    margin-top: 45px;
    color: #0070bc;
    line-height: 1.4;
}
h2 {
    font: 1em HelveticaNeueLTW01_41488878, "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, sans-serif;
    font-size: 1.6875rem !important;
    font-weight: normal;
    color: #0070bc;
}
h3 {
    font-size: 1.3125rem;
}
h4 {
    font-size: 1.0625rem;
    font-weight: bold;
}
.lead {
    font-size: 1.3125rem;
}
.leaden {
    color: #0070bc;
}
.menu-active-item .leaden {
    color: #666666 !important;
}


/************************************************************************************
Header
*************************************************************************************/
#layout-header {
    height: 88px;
    padding-top: 1.875rem;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #dfdfdf;
    background: #ffffff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;    
    position: relative;
}

.headerlogo {
    float: left;
}

.headerappl {
    color: #0070bc;
    font-size: 2.5625rem;
    padding-bottom: 18px;
}

.layout-header-widgets {
    margin: 0px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.layout-header-widgets li {
    color: #0070bc;
    background-color: #ffffff;
    border: 1px solid rgba(0, 112, 188, 0.3);
    width: 34px;
    height: 34px;
    margin-left: 15px;
    /*for background transition overflow problem of safari*/
    -webkit-backface-visibility: hidden;
}
.layout-header-widgets li:hover {
    color: #ffffff !important; 
    background-color: #0070bc;
}
.layout-header-widgets li i {
    margin-top: 9px;
    display: block;
    cursor: pointer;
}

.layout-header-widgets li i:hover {
    color: #ffffff; 
}
.layout-header-widgets-submenu {
    width: 200px; 
    padding: 14px;
    margin: 0px;
    position: relative;
    margin-left: -180px;
    overflow: auto;
    display: none;
    max-height: 300px; 
    background-image: none;
    background-repeat: no-repeat; 
    background-position: top right; 
    color: #0070bc; 
}
.layout-header-widgets-submenu li {
    padding: 0px;
    margin: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #dfdfdf;
    width: 100% !important;
    height: auto !important;
    display: block; 
    color: #0070bc !important;
    background-color: #ffffff !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.layout-header-widgets-submenu li:first-child {
    border-top: solid 1px #dfdfdf;
}
.layout-header-widgets-submenu li i {
    float: left;
    margin: 0px 10px !important; 
}
.layout-header-widgets-submenu li a {
    background-color: #ffffff !important;
    color: #0070bc !important;
    padding: 10px;
    display: block;
    text-align: left;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.layout-header-widgets-submenu li a:hover {
    background-color: #0070bc !important;
    color: #ffffff !important;
}

#sm-topmenu a {
    color: #0070bc;
    text-decoration: none;
}

.alertBubble {
    background-color: #ee0909;
    color: #ffffff;
    overflow: hidden;
    padding: 6px 4px;
    display: inline-block;
    position: absolute;
    margin-top: -10px;
}


/************************************************************************************
Navigation
*************************************************************************************/
#layout-menubar {
    background: #ffffff;
    padding-top: 0px;
    border: 0;
    width: 320px;
    padding-right: 50px;
}
#layout-menubar li:hover {
    background-color: #ffffff;
}
#layout-menubar li a {
    color: #0070bc;
    border-bottom: solid 1px #dfdfdf;
    padding: 20px;
}
#layout-menubar li a:hover {
    background: #ffffff;
    color: #0070bc !important;
    text-decoration: none;
}
#layout-menubar li a.menu-active-item:hover,
#layout-menubar li a.menu-active-item:hover .leaden {
    color: #0070bc !important;
}
#layout-menubar .layout-menubar-container li a:focus {
    color: #0070bc;
}
.layout-menubar-container {
    width: 100%;
}
.layout-menubarinner-box {
    width: 300px;
}
#layout-menubar-resize,
#layout-menubar-resize2 {
    color: #0070bc !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 112, 188, 0.3);
    margin-top: 15px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#layout-menubar-resize:hover,
#layout-menubar-resize2:hover {
    text-decoration: none;
}

.layout-menubar-submenu-container,
.layout-menubar-active {
    background: #ffffff;
    text-shadow: none;
}
.menu-active-item {
    background: #ffffff !important;
    font-weight: bold;
    color: #666666 !important;
    border-bottom: solid 3px #dfdfdf !important;
}
.slimmenu {
    width: 48px;
}
.slimmenu .layout-menubarinner-box {
    padding: 10px 9px 0px 9px;
}

.slimmenu li:hover {
    border-right: solid 1px #dfdfdf;
}

/************************************************************************************
Footer
*************************************************************************************/
#footer {
    background: #ffffff;
    color: #666666;
    border-top: 1px #dfdfdf solid;
    font-size: 0.75em;
    height: 25px;
    z-index: 999;
    position: absolute;
    bottom: 40px;
    width: 100%
}
#footerleft {
    float: left;
    padding: 25px 0px;
}
#footerright {
    height: 0.75em;
    text-align: right;
    padding: 25px 0px;
}
#footerright ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}
#footerright li {
    padding-left: 20px;
    display: inline-block;
    list-style-type: none;
}
#footerright li a {
    color: #666666;
}
#footerright li a:hover {
    color: #004370;
    text-decoration: underline;
    transition-duration: 0.3s;
}


#env-indicator {
    position: fixed;
    bottom: 0px;
    height: 5px;
    width: 100%;
    z-index: 999;
}
.env_d {
    background: #00ff00;
}
.env_t {
    background: #00ccff;
}
.env_i {
    background: #ffee00;
}


/************************************************************************************
Special
*************************************************************************************/
.wrapper {
    max-width: 1261px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}
#layout-portlets-cover {
    color: #666666;
    padding-top: 0px;
    padding-bottom: 75px;
    min-height: 100%;
}
.ContainerIndent {
    margin: 0px;
}
.Container100 > .ContainerIndent {
    padding: 0px 0px 35px 0px;
}
#loader {
    z-index: -1;
}
#loader_start {
    position: fixed;
    width: 160px;
    height: 20px;
    top: 50%;
    left: 50%;    
    z-index: 999
}
#loader_old {
    position: fixed;
    width: 160px;
    height: 20px;
    right: 10px;
    bottom: 30px;
    z-index: 999

}


.ui-growl {
    top: 70px;
}


/************************************************************************************
MS iexplore
*************************************************************************************/
input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 1440px) {
    .headerlogo {
        height: 35px;
    }
    .wrapper {
        max-width: none !important;
        margin: 0 90px;
    }
    #layout-header {
        width: auto;
        height: 72px;
    }
}
/* for 1350px or less */
@media screen and (max-width: 1350px) {
    #layout-menubar {
        width: 260px;
    }
    .layout-menubarinner-box {
        width: 240px;
    }
}
/* for 1260px or less */
@media screen and (max-width: 1260px) {
    #layout-header {
        max-width: 1261px;
    }
    .Container100 > .ContainerIndent {
        padding-left: 30px;
        padding-right: 30px;
    }
    h1 {
        margin-top: 0.67em;
        padding-bottom: 18px;
        font-size: 3.125rem;
    }
    .headerlogo {
        padding-left: 30px;
    }
    #layout-menubar {
        padding-left: 10px;
    }
    .wrapper {
        margin: 0;
    }
    #footerright {
        padding-right: 30px;
    }
}
/* for 1200px or less */
@media screen and (max-width: 1200px) {
    #layout-menubar {
        width: auto;
        padding-right: 10px;
        padding-left: 7px;    
    }
}
/* for 1024px or less */
@media screen and (max-width: 1024px) {
    body {
        font-size: 1rem;   
    }
    #layout-header {
        height: 68px;
    }  
    h1 {
        font-size: 2.1875rem;
        padding-bottom: 18px;
    }
    h2 {
        font-size: 1.625rem !important;
    }
    h3 {
        font-size: 1.25rem;
    }
    h4 {
        font-size: 1rem;
    }
    .headerlogo {
        height: 31px;
    }
    .headerappl {
        font-size: 2.1875rem;
    }
    .lead {
        font-size: 1.25rem;
    }
}
/* for 960px or less */
@media screen and (max-width: 960px) {
}
/* for 800px or less */
@media screen and (max-width: 800px) {
    #layout-header {
        padding-top: 18px;
        height: 56px;
    }    
}
/* for 640px to 960px */
@media (max-width: 960px) and (min-width: 640px) {
    .Container100 > .ContainerIndent {
        margin: 0px
    }
}
/* for 640px or less */
@media screen and (max-width: 640px) {
    nav + section {
        padding-top: 94px !important;
    }
    .Container100 > .ContainerIndent {
        padding-left: 18px;
        padding-right: 18px;
    }
    h1 {
        padding-bottom: 10px;
    }
    .headerlogo {
        padding-left: 18px;
    }
    #layout-header,
    #layout-menubar {
        position: fixed;
        width: 100%
    }
    #layout-menubar {
        top: 72px;
    }
    #layout-portlets-cover {
        padding-top: 74px;
    }
    #layout-menubar-resize, 
    #layout-menubar-resize2 {
        margin-top: 5px !important;
        margin-right: 10px;
    }
    .layout-menubarinner-box {
        padding: 0px;
    }
    #sm-topmenu {
        padding: 2px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
    #sm-topmenu > li {
        border-bottom-width: 0px;
    }
    #sm-topmenu > li:last-child {
        border-bottom-width: 1px;
    }
    #sm-topmenu.layout-header-widgets li {
        border-color: #dfdfdf;
    }
    .layout-header-widgets-submenu > li {
        border-width: 0px;
        border-bottom-width: 1px;
    }
    .layout-header-widgets-submenu > li:last-child {
        border-bottom-width: 0px;
    }
    #footerleft {
        display: none;
    }
    #footerright {
        padding-right: 18px;
    }
}
/* for 600px or less */
@media screen and (max-width: 600px) {
    h1 {
        font-size: 1.875rem;
    }
    h2 {
        font-size: 1.5rem !important;
    }
    h3 {
        font-size: 1.1875rem;
    }
    h4 {
        font-size: 1rem;
    }
    .headerappl {
        font-size: 1.875rem;
    }
    .lead {
        font-size: 1.1875rem;
    }
}
/* for 480px or less */
@media screen and (max-width: 480px) {
    #footer {
        bottom: 55px;
    }
    #footerright {
        padding-top: 20px;
    }
    #footerright li {
        display: block;
        padding-bottom: 0px;
    }
}