html,
body,
#wrapper,
#footer {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    margin: auto;
    height: auto !important;
}


#footer {
    background-color: #ffffff;
    z-index: 100
}

#up {
    display: none;
}

#up span {
    color: #000000 !important
}

#up img {
    width: 37px !important;
    height: 37px !important
}

#down {
    display: block;
}

#down span {
    color: #000000 !important
}

#down img {
    width: 37px !important;
    height: 37px !important
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    font-size: 21px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Style the accordion panel. Note: hidden by default */
#panel {
    position: relative;
    padding: 0 18px;
    background-color: white;
    display: none;
}

#orauter {
    position: absolute;
    right: 6px;
    top: 6px;
    color: silver
}

#orautel {
    position: absolute;
    left: 6px;
    top: 6px;
    color: silver
}

#rauter {
    position: absolute;
    right: 6px;
    bottom: 6px;
    color: silver
}

#rautel {
    position: absolute;
    left: 6px;
    bottom: 6px;
    color: silver
}

#footer a {
    display: inline-block;
    vertical-align: middle;
    float: left;
    text-decoration: none;
    margin: 30px 0px 30px 30px;
}

#footer img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

#footer span {
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-family: sans-serif;
    font-size: 21px;
    font-weight: small;
    margin-left: 13px
}

.break {
    display: none
}

@media screen and (max-width: 579.9px) {

    .break {
        display: block
    }
}