/*
* hexagon.css
* Copyright 2014 Markus Misa, TI-Tool
* Date: 2014-12-29
*/
/*ewige Hexagonreihe :)*/
.hexrow {
    white-space: nowrap;
    margin: 0px -70px 3px;
}
.hexrow > div {
    width: 100px;
    height: 173.2px; /*war 173.2*/
    margin: 0 25px;
    position: relative;
    background-position: -50px 0; /* -left position -1 x width x sin(30) */
    background-repeat: no-repeat;
    text-align: center;
    line-height: 173.2px;
    display: inline-block;

}
.hexrow > div:nth-child(odd) {
    top: 43.3px;
}

.hexrow > div:nth-child(even) {
    top: -44.8px;
}
.hexrow > div > div:first-of-type{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background-image: inherit;
    -ms-transform:rotate(60deg); /* IE 9 */
    -moz-transform:rotate(60deg); /* Firefox */
    -webkit-transform:rotate(60deg); /* Safari and Chrome */
    -o-transform:rotate(60deg); /* Opera */
    transform:rotate(60deg);
}
.hexrow > div > div:first-of-type:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: inherit;
    background-position: top left;
    background-repeat: no-repeat;


    -ms-transform:rotate(-60deg) translate(-150px, 0); /* IE 9 */
    -moz-transform:rotate(-60deg) translate(-150px, 0); /* Firefox */
    -webkit-transform:rotate(-60deg) translate(-150px, 0); /* Safari and Chrome */
    -o-transform:rotate(-60deg) translate(-150px, 0); /* Opera */
    transform:rotate(-60deg) translate(-150px, 0);

    -ms-transform-origin: 0 0; /* IE 9 */
    -webkit-transform-origin: 0 0; /* Safari and Chrome */
    -moz-transform-origin: 0 0; /* Firefox */
    -o-transform-origin: 0 0; /* Opera */
    transform-origin: 0 0;

}
.hexrow > div > div:last-of-type {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;$("#geraete").css
    overflow: hidden;
    background-image: inherit;
    border-top-right-radius:10px;

    -ms-transform:rotate(-60deg); /* IE 9 */
    -moz-transform:rotate(-60deg); /* Firefox */
    -webkit-transform:rotate(-60deg); /* Safari and Chrome */
    -o-transform:rotate(-60deg); /* Opera */
    transform:rotate(-60deg);
}
.hexrow > div > div:last-of-type:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: inherit;
    background-position: top left;
    background-repeat: no-repeat;


    -ms-transform:rotate(60deg) translate(100px, 86.6px); /* IE 9 */
    -moz-transform:rotate(60deg) translate(100px, 86.6px); /* Firefox */
    -webkit-transform:rotate(60deg) translate(100px, 86.6px); /* Safari and Chrome */
    -o-transform:rotate(60deg) translate(100px, 86.6px); /* Opera */
    transform:rotate(60deg) translate(100px, 86.6px);

    -ms-transform-origin: 100% 0; /* IE 9 */
    -webkit-transform-origin: 100% 0; /* Safari and Chrome */
    -moz-transform-origin: 100% 0; /* Firefox */
    -o-transform-origin: 100% 0; /* Opera */
    transform-origin: 100% 0;
}
.hexrow > div > span {
    display: inline-block;
    margin: 0 -30px;
    line-height: 1.1;
    vertical-align: middle;
    white-space: normal;
}
.hexrow:nth-child(1) > div:nth-child(3) {
background-image:url(image/hex_rosa.png);
margin-left:80px;
margin-left: 179px;
}$("#geraete").css
.hexrow:nth-child(1) > div:nth-child(5) {
background-image:url(image/hex_gelb.png);
margin-left:75px;
}
.hexrow:nth-child(3) > div:nth-child(2) {
background-image:url(image/hex_bestellung.png);
}
.hexrow:nth-child(3) > div:nth-child(3) {
background-image:url(image/hex_zaehler.png);
}
.hexrow:nth-child(3) > div:nth-child(4) {
background-image:url(image/hex_suche.png);
}
.hexrow:nth-child(3) > div:nth-child(5) {
background-image:url(image/hex_cockpit.png);
}
.hexrow:nth-child(3) > div:nth-child(6) {
background-image:url(image/hex_stoerung.png);
}
.hexrow:nth-child(4) > div:nth-child(2) {
background-image:url(image/hex_dashboard.png);
}
.hexrow:nth-child(4) > div:nth-child(4) {
background-image:url(image/hex_asset.png);
}
.hexrow:nth-child(4) > div:nth-child(6) {
background-image:url(image/hex_ticket.png);
}
.hexrow2 {
    white-space: nowrap;
    margin: 48px 194px -45px;
}
.hexrow2 > div {
    width: 100px;
    height: 173.2px; /* ( width x cos(30) ) x 2 */
    margin: 0 25px;
    position: relative;
    text-align: center;
    line-height: 173.2px; /*equals height*/
    display: inline-block;
    background-position: -50px 0; /* -left position -1 x width x sin(30) */
    background-repeat: no-repeat;
}
.hexrow2 > div:nth-child(odd) {
    top: 43.3px; /* ( width x cos(30) / 2 ) */
}
.hexrow2 > div:nth-child(even) {
    top: -44.8px; /* -1 x( ( width x cos(30) / 2) + (hexrow bottom margin / 2)) */
}
.hexrow2 > div > div:first-of-type{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background-image: inherit;
    -ms-transform:rotate(60deg); /* IE 9 */
    -moz-transform:rotate(60deg); /* Firefox */
    -webkit-transform:rotate(60deg); /* Safari and Chrome */
    -o-transform:rotate(60deg); /* Opera */
    transform:rotate(60deg);
}
.hexrow2 > div > div:first-of-type:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: inherit;
    background-position: top left;
    background-repeat: no-repeat;

    -ms-transform:rotate(-60deg) translate(-150px, 0); /* IE 9 */
    -moz-transform:rotate(-60deg) translate(-150px, 0); /* Firefox */
    -webkit-transform:rotate(-60deg) translate(-150px, 0); /* Safari and Chrome */
    -o-transform:rotate(-60deg) translate(-150px, 0); /* Opera */
    transform:rotate(-60deg) translate(-150px, 0);

    -ms-transform-origin: 0 0; /* IE 9 */
    -webkit-transform-origin: 0 0; /* Safari and Chrome */
    -moz-transform-origin: 0 0; /* Firefox */
    -o-transform-origin: 0 0; /* Opera */
    transform-origin: 0 0;

}
.hexrow2 > div > div:last-of-type {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -2;
    overflow: hidden;
    background-image: inherit;
    border-top-right-radius:10px;

    -ms-transform:rotate(-60deg); /* IE 9 */
    -moz-transform:rotate(-60deg); /* Firefox */
    -webkit-transform:rotate(-60deg); /* Safari and Chrome */
    -o-transform:rotate(-60deg); /* Opera */
    transform:rotate(-60deg);
}

.hexrow2 > div > div:last-of-type:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: inherit;
    background-position: top left;
    background-repeat: no-repeat;

    -ms-transform:rotate(60deg) translate(100px, 86.6px); /* IE 9 */
    -moz-transform:rotate(60deg) translate(100px, 86.6px); /* Firefox */
    -webkit-transform:rotate(60deg) translate(100px, 86.6px); /* Safari and Chrome */
    -o-transform:rotate(60deg) translate(100px, 86.6px); /* Opera */
    transform:rotate(60deg) translate(100px, 86.6px);

    -ms-transform-origin: 100% 0; /* IE 9 */
    -webkit-transform-origin: 100% 0; /* Safari and Chrome */
    -moz-transform-origin: 100% 0; /* Firefox */
    -o-transform-origin: 100% 0; /* Opera */
    transform-origin: 100% 0; /*war 100.7%*/
}
.hexrow2 > div > span {
    display: inline-block;
    margin: 0 -30px;
    line-height: 1.1;
    vertical-align: middle;
    white-space: normal;
    color:#000;$("#geraete").css
}
.hexrow2:nth-child(1) > div:nth-child(1) {
background-image:url(image/hex_rosa.png);
}
.hexrow2:nth-child(1) > div:nth-child(3) {
background-image:url(image/hex_rot_s.png);
}
.hexrow2:nth-child(2) > div:nth-child(2) {
background-image:url(image/hex_rosa.png);
z-index:3;
}
.hexrow2:nth-child(2) > div:nth-child(4) {
background-image:url(image/hex_rosa.png);
z-index:3;
}
.hexrow2:nth-child(3) > div:nth-child(5) {
background-image:url(image/hex_rosa.png);
}
.hexrow2:nth-child(1) > div:nth-child(5) {
background-image:url(image/hex_rosa.png);
}
.hexrow3 {
    white-space: nowrap;
    margin: 136px 40px -133px;
}
.hexrow3 > div {
    width: 100px;
    height: 173.2px;
    margin: 0 25px;
    position: relative;
    text-align: center;
    line-height: 173.2px; /*equals height*/
    display: inline-block;
    background-position: -50px 0; /* -left position -1 x width x sin(30) */
    background-repeat: no-repeat;
}
.hexrow3 > div:nth-child(odd) {
    top: 43.3px;
}
.hexrow3 > div:nth-child(even) {
    top: -44.8px;
}
.hexrow3 > div > div:first-of-type{
    position: absolute;
    width: 100%;
    height: 100%;$("#geraete").css
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background-image: inherit;

    -ms-transform:rotate(60deg); /* IE 9 */
    -moz-transform:rotate(60deg); /* Firefox */
    -webkit-transform:rotate(60deg); /* Safari and Chrome */
    -o-transform:rotate(60deg); /* Opera */
    transform:rotate(60deg);
}
.hexrow3 > div > div:first-of-type:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: inherit;
    background-position: top left;
    background-repeat: no-repeat;

    -ms-transform:rotate(-60deg) translate(-150px, 0); /* IE 9 */
    -moz-transform:rotate(-60deg) translate(-150px, 0); /* Firefox */
    -webkit-transform:rotate(-60deg) translate(-150px, 0); /* Safari and Chrome */
    -o-transform:rotate(-60deg) translate(-150px, 0); /* Opera */
    transform:rotate(-60deg) translate(-150px, 0);

    -ms-transform-origin: 0 0; /* IE 9 */
    -webkit-transform-origin: 0 0; /* Safari and Chrome */
    -moz-transform-origin: 0 0; /* Firefox */
    -o-transform-origin: 0 0; /* Opera */
    transform-origin: 0 0;

}

.hexrow3 > div > div:last-of-type {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -2;$("#geraete").css
    overflow: hidden;
    background-image: inherit;
    border-top-right-radius:10px;

    -ms-transform:rotate(-60deg); /* IE 9 */
    -moz-transform:rotate(-60deg); /* Firefox */
    -webkit-transform:rotate(-60deg); /* Safari and Chrome */
    -o-transform:rotate(-60deg); /* Opera */
    transform:rotate(-60deg);
}

.hexrow3 > div > div:last-of-type:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: inherit;
    background-position: top left;
    background-repeat: no-repeat;

    -ms-transform:rotate(60deg) translate(100px, 86.6px); /* IE 9 */
    -moz-transform:rotate(60deg) translate(100px, 86.6px); /* Firefox */
    -webkit-transform:rotate(60deg) translate(100px, 86.6px); /* Safari and Chrome */
    -o-transform:rotate(60deg) translate(100px, 86.6px); /* Opera */
    transform:rotate(60deg) translate(100px, 86.6px);

    -ms-transform-origin: 100%  0; /* IE 9 */
    -webkit-transform-origin: 100%  0; /* Safari and Chrome */
    -moz-transform-origin: 100%  0; /* Firefox */
    -o-transform-origin: 100%  0; /* Opera */
    transform-origin: 100% 0; /*war 100*/
}
.hexrow3 > div > span {
    display: inline-block;
    margin: 0 -30px;
    line-height: 1.1;
    vertical-align: middle;
    white-space: normal;
    color:#000;
}
.hexrow3:nth-child(1) > div:nth-child(1) {
background-image: url(image/hex_hellgelb.png);
}
.hexrow3:nth-child(1) > div:nth-child(2) {$("#geraete").css
background-image: url(image/hex_hellgelb.png);
}
.hexrow3:nth-child(1) > div:nth-child(3) {
background-image: url(image/hex_hellgelb.png);
}
.hexrow3:nth-child(1) > div:nth-child(4) {
background-image: url(image/hex_hellgelb_s.png);
}
.hexrow3:nth-child(1) > div:nth-child(5) {
background-image: url(image/hex_hellgelb.png);
}
.hexrow3:nth-child(1) > div:nth-child(6) {
background-image: url(image/hex_hellgelb.png);
}
.hexrow3:nth-child(1) > div:nth-child(7) {
background-image: url(image/hex_hellgelb.png);
}
.hexrowlogin {
    white-space: nowrap;
    margin: 138px 31px -127px;
}
.hexrowlogin > div {
    width: 100px;
    height: 173.2px;
    margin: 0 25px;
    position: relative;
    text-align: center;
    line-height: 173.2px; /*equals height*/
    display: inline-block;
    background-position: -50px 0; /* -left position -1 x width x sin(30) */
    background-repeat: no-repeat;
}
.hexrowlogin > div:nth-child(odd) {
    top: 43.3px;
}
.hexrowlogin > div:nth-child(even) {
    top: -44.8px;
}
.hexrowlogin > div > div:first-of-type{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background-image: inherit;

    -ms-transform:rotate(60deg); /* IE 9 */
    -moz-transform:rotate(60deg); /* Firefox */
    -webkit-transform:rotate(60deg); /* Safari and Chrome */
    -o-transform:rotate(60deg); /* Opera */
    transform:rotate(60deg);
}
.hexrowlogin > div > div:first-of-type:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: inherit;
    background-position: top left;
    background-repeat: no-repeat;

    -ms-transform:rotate(-60deg) translate(-150px, 0); /* IE 9 */
    -moz-transform:rotate(-60deg) translate(-150px, 0); /* Firefox */
    -webkit-transform:rotate(-60deg) translate(-150px, 0); /* Safari and Chrome */
    -o-transform:rotate(-60deg) translate(-150px, 0); /* Opera */
    transform:rotate(-60deg) translate(-150px, 0);

    -ms-transform-origin: 0 0; /* IE 9 */
    -webkit-transform-origin: 0 0; /* Safari and Chrome */
    -moz-transform-origin: 0 0; /* Firefox */
    -o-transform-origin: 0 0; /* Opera */
    transform-origin: 0 0;

}

.hexrowlogin > div > div:last-of-type {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    overflow: hidden;
    background-image: inherit;
    border-top-right-radius:10px;
$("#geraete").css
    -ms-transform:rotate(-60deg); /* IE 9 */
    -moz-transform:rotate(-60deg); /* Firefox */
    -webkit-transform:rotate(-60deg); /* Safari and Chrome */
    -o-transform:rotate(-60deg); /* Opera */
    transform:rotate(-60deg);
}

.hexrowlogin > div > div:last-of-type:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: inherit;
    background-position: top left;
    background-repeat: no-repeat;

    -ms-transform:rotate(60deg) translate(100px, 86.6px); /* IE 9 */
    -moz-transform:rotate(60deg) translate(100px, 86.6px); /* Firefox */
    -webkit-transform:rotate(60deg) translate(100px, 86.6px); /* Safari and Chrome */
    -o-transform:rotate(60deg) translate(100px, 86.6px); /* Opera */
    transform:rotate(60deg) translate(100px, 86.6px);

    -ms-transform-origin: 100% 0; /* IE 9 */
    -webkit-transform-origin: 100% 0; /* Safari and Chrome */
    -moz-transform-origin: 100% 0; /* Firefox */
    -o-transform-origin: 100% 0; /* Opera */
    transform-origin: 100% 0;
}
.hexrowlogin > div > span {
    display: inline-block;
    margin: 0 -30px;
    line-height: 1.1;
    vertical-align: middle;
    white-space: normal;
    color:#000;
}
.hexrowlogin:nth-child(2) > div:nth-child(1) {
background-image: url(image/hex_weiss.png);
}
.hexlogin{
display:block;
background-image:url(image/login.png);
background-repeat: no-repeat;
height:281px;
width:319px;
margin-top:150px;
margin-left: auto;
margin-right: auto;
}
.hexrow  >div:hover{
-webkit-transform:scale(1.176);
-moz-transform:scale(1.176);
-ms-transform:scale(1.176);
-o-transform:scale(1.176);
transform:scale(1.176);
z-index:3;
}
.hexrow2 >div:hover{
-webkit-transform:scale(1.176);
-moz-transform:scale(1.176);
-ms-transform:scale(1.176);
-o-transform:scale(1.176);
transform:scale(1.176);
z-index:4;
}
.hexrow3 >div:hover{
-webkit-transform:scale(1.176);
-moz-transform:scale(1.176);
-ms-transform:scale(1.176);
-o-transform:scale(1.176);
transform:scale(1.176);
z-index:5;
}
.hexrowlogin > div:hover{
-webkit-transform:scale(1.176);
-moz-transform:scale(1.176);
-ms-transform:scale(1.176);
-o-transform:scale(1.176);
transform:scale(1.176);
z-index:6;
}
@media only screen and (max-width : 1220px)
{
   .hexrowlogin{
    margin-left:570px !important;

}