* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-family: sans-serif;
    font-size: 62.5% ;
}

body {
    /*
    background-color: #fff;
	color: #000060;
    */
}

a {
    color:#000;
}

a:hover {
    text-decoration:none;
}

.pointer {
    cursor:pointer;
}

#ForgotPassword {
    display:none !important;
}

label[for="MemberLoginForm_LoginForm_Email"] {
    font-size:0;
}

label[for="MemberLoginForm_LoginForm_Email"]:after {
    font-size:1rem;
    content: "Benutzer";
}

#overlay {
    position:fixed;
    z-index:1000000000;
    display:none;
    width:100%;
}

#overlay2 {
    position:fixed;
    z-index:1000000000;
    display:none;
    width:100%;
}

#debug {
    position:fixed;
    z-index:100000000;
    background-color: #ff4b48;
    color:#fff;border: 3px solid #cc0000;
    border-top-left-radius:8px;
    padding:5px;
    font-weight:bold;
    font-size:larger;
    display:none;
    bottom:0;
    left:auto;
    right:0px;
}

#client_info {
    position:fixed;
    z-index:100000000;
    background-color: #ff4b48;
    color:#fff;border: 3px solid #cc0000;
    border-bottom-right-radius:8px;
    padding:5px;
    font-weight:bold;
    font-size:larger;
    display:none;
    top:0;
    left:0;
}

#content {
    width:320px;
    margin-top:150px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    background: #f39200;
    font-size:2em;
    font-weight: bolder;
    padding-left:80px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    color:#000;
}

#header .logo {
    background-image: url('/themes/HyScreen/images/HydraS2.png');
    background-repeat: no-repeat;
    width:244px;
    height:100px;
}

#footer {
    background: #f39200;
    color:#000;
    bottom:0;
    position:absolute;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
}

#footer .links {
    float:right;
    margin-right:100px;
}

#footer .links a {
    color:#000;
}

#borderline {
    background-color: #c60000;
    line-height:6px;
}

.shadow {
    box-shadow: 0px 0px 15px #CCCCCC;
    -webkit-box-shadow: 0px 0px 15px #CCCCCC;
    -moz-box-shadow: 0px 0px 15px #CCCCCC;
}

.no-scrolling {
    overflow: hidden;
    /*
        pointer-events:none;
    */
}


.scsSlider {
    width: 225px;
    height: 238px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.scsSlider > .t {
    position: relative;
    left: 0;
    top: 0;
}

.scsSlider .ref {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
    line-height: 115%;
    position: relative;
}
.scsSlider .pad {
    position:absolute;
    bottom:0;
    left: 0;
    background-color:rgba(128,128,128,0.75);
    line-height: 115%;
    padding: 15px 60px 15px 30px;
    border-top-right-radius:20px;
    font-size:xx-large;
    color: #fff;
}
#rssfeed {
    margin:10px;
}

#rssfeed .title {
    font-weight: bold;
    margin-bottom:20px;
    text-decoration: underline;
    line-height:120%;
}

#rssfeed .description {
    margin-bottom:30px;
}

#clock {
    vertical-align:middle;
    display:block;
    margin: -240px 0 0;
    top:0;
    right:0;
    left:0;
    bottom:0;
    position:absolute;
    text-align:left;
}

#weather {
    vertical-align:middle;
    display:block;
    margin: -180px 0 0;
    top:0;
    right:0;
    left:0;
    bottom:0;
    position:absolute;
    text-align:left;
}

#weather .icon {
    width:64px;
    height:64px;
}

#weather .icon2 {
    margin:5px;
}

#weather .measuring {
    font-size:smaller;
    vertical-align:top;
}

#weather image {
    float:left;
}

#weather .now {
    font-weight:bold;
    white-space:nowrap;
    vertical-align:top;
    margin-left:10px;
    float:right;
}

#weather .low {
    font-size:smaller;
}

#weather .high {
    font-size:smaller;
}

#weather .location {

}

#weather .time {
    font-size:small;
}

#weather .daily {
    font-size:smaller;
    float: left;
    text-align: center;
    margin-top:10px;
    margin-left:5px;
    margin-right:5px;
}

.wrap {
    clear: both;
}

.gridster .grid {
    width: 792px !important;
}

#page {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

#page .grid {
    margin: 0 auto;
}


#page .widget {
    font-size: 1.2em;
}
#page .widget.title {
    font-size: 2.0em;
    text-align: left;
    background: transparent;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

#page .widget.title td {
    vertical-align: bottom;
}
#page .widget.title td p {
    padding: 0;
}


#page .widget .widgetcontent {
    padding: 6px 0;
    line-height: 130%;
    display: block;
}
#page .widget a.widgetcontent {
    text-decoration: none;
    color: inherit;
}
#page .widget a.widgetcontent:hover {

}
#page .widget.title .widgetcontent {
    padding: 0;
}


#page .widget.dark {
    background: rgba(0,0,0,0.3);
    color: #fff;
}

#page .widget.light {
    background: rgba(255,255,255,0.3);
    color: #000;
}

#page .widget.clean {
    background: transparent;
    color: #fff;
}
#page .widget.clean .widgetcontent {
    padding: 0px;
}


#page .widget h2 {
    padding: 2px 10px 5px;
}
#page .widget p {
    padding: 4px 10px;
}
#page .widget.dark p {
    color: #aaa;
}

#page .widget a {
    display: block;
    height: 100%;
    width: 100%;
    display: table-cell;
}

#page .widget.clean p {
    padding: 0;
}

#page .widgetiframe {
    resize: both;
}
#slider .description {
    position:absolute;
    left:0;
    bottom:0;
    background-color:rgba(128,128,128,0.75);
    line-height: 115%;
    padding: 15px 60px 15px 30px;
    border-top-right-radius:20px;
    font-size:xx-large;
    font-weight:bold;
    color: #fff;
}

#upButton {
    background-image: url('/themes/HyScreen/images/upButton.svg');
    background-repeat: no-repeat;
    width:130px;
    height:130px;
    top: 10px;
    right: 10px;
    left:auto;
    padding-right:10px;
    padding-top:10px;
    display:none;
    position:fixed;
    z-index: 2;
    opacity: 0.5;
}

#downButton {
    background-image: url('/themes/HyScreen/images/downButton.svg');
    background-repeat: no-repeat;
    width:130px;
    height:130px;
    bottom: 10px;
    right: 10px;
    left:auto;
    display:none;
    position:fixed;
    z-index: 2;
    opacity: 0.5;
}

.floating-child {
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}