/* ******************************  bestehende Elemente ausblenden oder ändern ****************************** */
body {
    line-height: 1.3;
    background-image: url(../images/background/background.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
}

.header_img,
.header {
    display: none;
}

#content {
    width: 100%;
    margin: 0;
}

.container {
    height: 100%;
}

.startseite {
    position: absolute;
    top: 0;
    width: 100%;
}

#footerPanel {
    margin-top: 20px;
}

/* ******************************  Startseite ****************************** */
.startImage {
    width: 100%;
    cursor: pointer;
}

@media (min-width: 701px) {
    .smartphone_S { display: none; }

    .smartphone_inline { display: none; }

    /* .desktop { display:block; } */
}

@media (max-width: 700px) {
    .desktop_S { display: none !important; }

    .smartphone_S { display: block; }

    .smartphone_inline { display: inline-block; }
}
