/* system.css */
@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Reset auf CSS Default-Einstellungen*/
html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Form */
form { 
    width: 460px; 
    padding: 20px; 
    font-family: Verdana, Geneva, sans-serif; 
    font-size: 12px; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Fieldset */
fieldset { 
    position: relative; 
    padding: 10px; 
    padding-top: 0px; 
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px; 
    background: white; 
    width:    490px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Legend */
legend { 
    padding: 6px 12px; 
    position: absolute; 
    left: 10px; 
    top: -11px; 
    background-color: white; 
    color: black; 
    font-size: 16px; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Label, Span */
label { 
    float: left; 
    display: block; 
    width: 158px; 
    padding-right: 20px; 
    text-align: left; 
    line-height: 26px;
    margin-left: 25px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Select */
select { 
    padding: 3px; 
    float: left; 
    border: 1px solid #d9d9d9; 
    width: 187px 
        
}
select:focus {
    background: white; 
    border-color: #666 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Input */
input { 
    padding: 3px; 
    float: left; 
    width: 180px; 
    border: 1px solid #d9d9d9 
}
input:focus {
    background: white; 
    border-color: #666 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Textarea */
textarea {
    margin-left: 20px;
    margin: 0px;
    padding: 3px; 
    float: left; 
    width: 160px; 
    border: 1px solid #d9d9d9 ;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(1%, #EEEEEE), to(#FFFFFF));
    resize: none;
}
textarea:focus {
    background: white; 
    border-color: #666 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* p */
p { 
    overflow: hidden; 
    margin-bottom: 5px; 
}
p:first-of-type { 
    padding-top: 25px 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* hr */
hr { 
    color: #7999C6;
    background: #7999C6;
    height: 0px; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* button */
button {
    color: black; 
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 170px;
    height: 30px;
    border: 0; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    box-shadow: 1px 1px 2px #888; 
    -moz-box-shadow: 1px 1px 2px #888; 
    -webkit-box-shadow: 1px 1px 2px #888;
    background: #7999C6; 
    margin-bottom: 1px;
}
button[disabled]{
  pointer-events: none;
  background: #E6E9EE;    
}
button:hover{
    background: #6791CC;  
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* refbutton */
.refbutton {
    text-decoration: none;
    color: white; 
    font-size: 14px;
    text-align: center;
    width: 170px;
    height: 30px;
    padding: 10px;
    padding-left:   30px;
    padding-right:  30px;
    border: 0; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    box-shadow: 1px 1px 2px #888; 
    -moz-box-shadow: 1px 1px 2px #888; 
    -webkit-box-shadow: 1px 1px 2px #888; 
    background: #7999C6; 
    margin-left: 32px;
}
.refbutton[disabled]{
  pointer-events: none;
  background: #E6E9EE;    
}
.refbutton:hover{
    background: #6791CC;  
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Klassen */
.contact-method label { clear: none; width: auto }
.contact-method input { float: none; width: 20px }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Switch */
.switch {
    margin-left: 55px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 20px;
    padding: 3px;
    background-color: transparent;
    border-radius: 12px;
    cursor: pointer;
}
    
.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 60px;
}
.switch-input:focus ~ .switch-handle {
    box-shadow: 0 0 4px 1px #469DF6, 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.switch-group {
    display: inline-block;
    width: 100%;
}
.switch.no-label  {
    width: 40px;
}
.switch.no-label > .switch-input:checked ~ .switch-handle {
    left: 20px;
}
.switch.no-label > .switch-trough {
    font-size: 0;
}
.switch-trough {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    display: block;
    height: inherit;
    font-size: 11px;
    text-transform: uppercase;
    background: #dce2ef; /*#eceeef;*/
    border-radius: inherit;

    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.switch-trough:before, .switch-trough:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-trough:before {
    content: attr(data-off);
    right: 11px;
    color: #7999C6;
}
.switch-trough:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    opacity: 0;
}
.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.switch-input:checked ~ .switch-trough {
    background: #7999C6;
}
.switch-input:checked ~ .switch-trough:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-trough:after {
    opacity: 1;
}
.switch-input:checked ~ .switch-handle {
    left: 44px;
}
.switch-input:disabled ~ .switch-trough{
    background: #f2f2f2;
    pointer-events: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* DIV-Elemente in einer Reihe anzeigen */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
.left {
float: left;
width: 29%;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Klasse: .submit */
.submit { 
    width: 180px; 
    float: right; 
    margin-right: 87px; 
    border: 0; 
    padding: 5px 10px; 
    background: #7999C6; 
    color: white; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    box-shadow: 1px 1px 2px #888; 
    -moz-box-shadow: 1px 1px 2px #888; 
    -webkit-box-shadow: 1px 1px 2px #888; 
    margin-bottom: 4px; 
    margin-left: -22px;
}
.cSubmitLeft{
    width: 180px; 
    float: left; 
    margin-right: 37px; 
    border: 0; 
    padding: 5px 10px; 
    background: #7999C6; 
    color: white; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    box-shadow: 1px 1px 2px #888; 
    -moz-box-shadow: 1px 1px 2px #888; 
    -webkit-box-shadow: 1px 1px 2px #888; 
    margin-bottom: 4px; 
    font-size:   14px;
}
.cSubmitLeft:hover, .submit:hover { 
    background: #6791CC;  
}
.cSubmitLeft[disabled], .submit[disabled] {
  pointer-events: none;
  background: #D0DAE9; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Header */
header{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    height: 160px;
    padding-left: 20px;   
    z-index: 200;
}
/* Firmenlogo */
#logo {
    z-index: 200;
    position: absolute;
    left: 40px; 
    top: 8px;
}
/* Sprachauswahl: Flagge deutsch */
#flag_d {
    z-index: 200;
    position: absolute;
    left: 260px;
    top: 15px;
    cursor: pointer;
}
/* Sprachauswahl: Flagge englisch */
#flag_en {
    z-index: 200;
    position: absolute;
    left: 320px;
    top: 15px;
    cursor: pointer;
}
/* www.ziehl.de */
#idHaedLiReDiv{
    position: absolute;
    margin-top: 5px;
    margin-left: 873px;
    cursor: pointer;
}
#idHeadLiRe{
    font-size: 15px;
    font-weight: bold; 
    text-decoration: none;
}
#idHeadLiRe:hover{
    text-decoration: underline;
    color: darkblue;
}
/* Produktinfo*/
#idProduktDiv{
    position: absolute;
    margin-top: 23px;
    margin-left: 873px;
    cursor: pointer;
}
#idHeadProdukt:hover{
    text-decoration: underline;
    color: darkblue;
}
#idHeadProdukt{ 
    font-size: 13px;
    font-weight: normal; 
    text-decoration: underline;
    letter-spacing: 1px;
}
#idHeadProdukt1{
    font-size: 15px;
    letter-spacing: -10px;
    margin-left: -3px;
}
#idDeviceDescript{
    z-index: 201;
    position: absolute;
    margin-top: 15px;
    margin-left: 370px;
    text-align: left;
    font-size: 18px;
}
/* Gerätename */
#idDeviceName {
    margin-top: 55px;
    text-align: left;
    font-size: 22px;
}
/* Tabname */
#idTabName {
    position:   relative;
    left:       6px;
    top:        -15px;
    font-size:  1.25rem;
    margin-left: 12px;
    font-weight: bold;
}
/* Button: Verwerfen */
#idBtnCancel {
   float: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   background: #FCC7CF;
   position: relative;
   left: 240px;
   width: 130px;
   top: -45px;
}
#idBtnCancel:hover{
    background: #FF9FAD;  
}
#idBtnCancel[disabled]{
    pointer-events: none;
    background: #E6E9EE;    
    color: darkgray;  
}
/* Button: Speichern */
#idBtnSave {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #C9F8D8;
    position: relative;
    left: 200px;
    width: 130px;
    top: -45px;
}
#idBtnSave:hover{
    background: #99FCB8;  
}
#idBtnSave[disabled]{
    pointer-events: none;
    background: #E6E9EE;
    color: darkgray;    
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Footer */
footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    background-color: #D0DAE9;
    z-index: 500;
}
/* Fusszeile -> Ausgabe Fenstergröße */
#idSize {
    color: darkgray;
    float: left;
}
#idImpressum{
    float: right;
    margin-right: 15px;
}
#idHome{
    font-size: 12px;
    color: #4F709F; 
}
#idLogout{
    text-decoration: none;
    color: white; 
    font-size: 10px;
    text-align: center;
    padding: 4px;
    padding-left:   20px;
    padding-right:  20px;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    box-shadow: 1px 1px 2px #888; 
    -moz-box-shadow: 1px 1px 2px #888; 
    -webkit-box-shadow: 1px 1px 2px #888; 
    background: #7999C6; 
    margin-left: 20px;
    float: left;
}
#idLogout[disabled]{
  pointer-events: none;
  background: #E6E9EE;    
}
#idLogout:hover{
    background: #6791CC;  
}
#idUser1{
    text-decoration: none;
    color: darkslateblue; 
    font-size: 10px;
    width: 55px;
    padding:0;
    margin:0;
    margin-left: 40px;
}
#idUser2{
    text-decoration: none;
    color: darkslateblue; 
    font-size: 10px;
    width: auto;
    padding:0;
    margin:0;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Navigation */
nav {
    position: relative;
    float: left;
    z-index: 100;
    top:     25px;
}
nav ul {
    list-style: none;
    margin: 20px;
    padding: 0;
    color: white;
}
nav > ul > li {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
nav > ul > li:hover {
    background: #6791CC;
}
nav > ul > li > ul {
    display: none;
}
nav > ul a {
    display: block;
    white-space: nowrap;
    padding: 10px;
    color: white;
    text-decoration: none;
}
nav ul > li > ul > li a {
  background: rgb(0, 0, 255);
}
nav > ul {
    float: right;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
    margin-top: 25px; 
    background-color: #4F709F; 
    color: white; 
}
nav > ul > li:hover > ul {
    display: block;
    position: absolute;
}
nav > ul > li > ul > li {
    position: relative;
}
nav > ul > li > ul > li > ul {
    display: none;
}
nav > ul > li > ul > li:hover > ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0; 
}
nav > ul > li > ul > li > a:hover {}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.dimension { 
       float: left; 
       margin-left: 20px;
       padding-top: 7px;
}

.cMenuActive {
    background-color: #D0DAE9;
    color: black;
    text-shadow: 0px 0px 0px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#idHeadDat{
    position: absolute;
    float: right;
    left: 780px;
    top: 8px;
    font-size: 11px;
    font-weight: normal;   
    color: darkslategray;
    width:70px;
}
#idHeadClk{
    position: absolute;
    float: right;
    left: 792px;
    top: 20px;
    font-size: 11px;
    font-weight: normal;   
    color: darkslategray;
    width: 58px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
