﻿

.Alti-clock {
    display: table;
    border-radius: 0%;
    background: #fff url(../image/ares_ii_blue_web.png) no-repeat center;
    background-size: 370px;
    left: 0px;
    margin-top: 100px;
    width: 100%;
    height: 20em;
}

#Alti-Text {
    display: table-cell;
    vertical-align: middle;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 100px;
    text-align: center;
}

.Alti-Anzeige {
    margin-left: 100px;
    max-width: 90%;
    
}
.Alti-Space {
    min-width: 10px;
}

.wrap {
    background: slateblue;
}

.spalte-1 {
    float: left;
    width: 10%;
    background: pink;
}

.spalte-2 {
    float: left;
    width: 90%;
    background: lavender;
}

/*.Alti-clock {
    border-radius: 0%;
    background: #fff url(../images/GoJump-Alti-yr-m.png) no-repeat center;
    
  
    
    left: 0px;
    height: 12em;
    padding-bottom: 31%;
    position: relative;
}


.Alti-pointer-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/

.viewNav_content {
    /*padding-top: 15px;*/
}

.Alti-pointer {
    background: #000;
    height: 110px;
    top: calc(50% - 110px);
    left: calc(50% - 2px);
    position: absolute;
    transform-origin: 50% 80%;
    width: 3px;
    z-index: 8;
}




