/****************************************************************************** css footer ********************************************************************/
.footermobil {
    display: none
    }
a.conditions {
    text-decoration: none;
    color: white;
    font-size: 20px
    }
a.adtour {
    text-decoration: none;
    color: white;
    font-size: 16px
    }
footer.galeriephotos {
    clear: both
    }
/****************************************************************************** Version mobile ****************************************************************/
@media screen and (max-width: 800px) {
    .footer {
        display: none
        }
    .footermobil {
        display: initial
        }
    a.conditions {
        text-decoration: none;
        color: white;
        font-size: 14px
        }
    a.adtour {
        text-decoration: none;
        color: white;
        font-size: 16px
        }
    }