.my {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.my-content {
  flex: 1;
}

.myhomelink {
    margin-top:1em;
}

a.interpage {
    cursor: default;
}

footer a {color:#ccc;}
footer a:visited {color:#ccc;}

.srt-menu li.lang a {
    font-size:0.7em;
    color:#888800;
    display:none;
}
.srt-menu li.lang a:hover{
    background:#888800;
    color:#fff;
}

#mobilelangswitch {
    font-size:0.7em;
    text-align: right;
}

#mobilelangswitch a {
    color:#888800;
    text-decoration:none;
}
#mobilelangswitch a:hover{
    background:#888800;
    color:#fff;
}

@media only screen and (min-width: 920px) {
    #mobilelangswitch {
        display:none;
    }
    .srt-menu li.lang a {
        display:block;
    }
}

.caschi {display:none;}
