.wrapper_mobile{
    display: none;
}

.index_back{
    background-color: #000000; 
    background-image: url('../src/jpg/00_index_karin.jpg');
    background-size: 100% 100%;
    background-repeat: space;
}

.index_caption{
    position: absolute;
    top: 5.625mm;
    left: 9.358mm;
    font-size: 12pt;
    color: #a52f33;
}

.index{
    position: absolute;
    top: 27%;
    left: 41%;
}

.index_heading{
    font-family: FrutigerLTW02-55Roman;
    font-size: 24pt;
    line-height: 28.8pt;
    text-align: center; 
}

.index_subheading{
    font-family: FrutigerLTW02-45Light;
    font-size: 15pt;
    font-style: normal;
    line-height: 18pt;
    text-align: center;
}

.index_startbutton{
    display: block;
    width: 53mm;
    margin-top: .5em;
    line-height: 11.5mm;
    border: .3pt solid black;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
}

.index_startbutton:hover{
    background-color: #edeeeb;
}