* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer,
#container,
#main,
#main-content,
#aside,
#aside-content {
    position: relative;
    display: block;
}

#caption,
#menu-main,
#size-thumbs {
    position: relative;
    display: block;
}

html,
body {
    position: relative;
    width: 100%;
    height: 100%;
}

#space {
    content: "";
    font-size: 0;
    width: 1px;
    /*height: 50%;
    margin-bottom: -355px;
    float: left;*/
    display: none;
}

#container {
    width: 1024px;
    /*height: auto;*/
    height: 100%;
    /*min-height: 710px;*/
    margin: 0 auto;
    /*padding: 10px 0px 20px 0px;*/
    padding: 0;
    position: relative;
    /* hebt den inhalt vor den space  */
    clear: left;
    /* hebt das float vom space auf  */
    overflow: hidden;
}

.center0 {
    position: relative;
    display: table;
    height: 100%;
}

.center1 {
    display: table-cell;
    vertical-align: middle;
}


/* ----------------- content--------------------- */

#main {
    margin: 0 300px 0 0;
    display: block;
    position: relative;
    height: 100%;
    float: none;
}

#main>#main-content {
    margin: 0;
    height: 100%;
    /*height: 690px;*/
    /*overflow: hidden;*/
    padding: 5px 15px 15px 0;
    z-index: 500;
}


/* -------------- side infos ------------- */

#aside {
    display: block;
    position: relative;
    height: 100%;
    min-height: 580px;
    float: right;
    width: 305px;
    overflow: hidden;
    z-index: 200;
}

#aside>#aside-content {
    /*height: 710px;*/
    position: relative;
    height: 100vh;
}

#aside #aside-content2 {
    position: absolute;
}

#aside-content #menu-main {
    margin: 0;
    padding: 0;
    background-color: black;
    height: 95px;
    z-index: 9999;
}

#thumbs {
    position: relative;
    /*display: table-cell;
    height: 90px;*/
    vertical-align: middle;
    width: 300px;
    display: block;
    height: auto;
}

#thumbs>#size-thumbs {
    height: 70px;
    /*width: 300px;*/
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.rsThumbsContainer {
    position: relative;
}

#thumbs>#btn-autoplay {
    /*font-size: 8pt;*/
    margin: 8px 0 0 5px;
    /*font-size: 8px;*/
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: black;
    /*background-image: url(../images/icons/white/12/play-pause.png);*/
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAkCAYAAABboxD4AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAG9JREFUOE/tkdENgDAIRBnB0dxUN9MN8NIjLaRU/TJ+9CWXlAPug4o6xGFWYQ79c2jyNbj6Di1W5pTPUT2g1awezlQ2qE9lL9Cn0k9pqayHMJXvISd0O9ROwzrAbQ/9Sn5Y9pJtD5qvvuVRqRmlcgFZIU/UAR0HkwAAAABJRU5ErkJggg==')
        /*../images/icons/white/12/play-pause.png*/
    ;
    background-attachment: scroll;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 6px 24px;
    z-index: 3000;
    cursor: pointer;
    opacity: 0.55;
    display: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-filter: "alpha(opacity=55)";
    filter: "alpha(opacity=55)";
    /* old ie */
}

#thumbs>#btn-autoplay.on {
    background-position: 0 -14px;
}

#thumbs>#btn-autoplay:not(.disabled):hover {
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    filter: "alpha(opacity=80)";
    /* old ie */
}

#aside-content #caption {
    margin-top: 80px;
}

#contacts {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    height: 100%;
}


/*#contacts > div {
        display: block;
        height: 100%;
        width: 100%;
    }*/


/*#contacts > div > div {
        display: table-cell;
        vertical-align: middle;
    }*/

#socials>p {
    display: table;
    width: auto;
}


/*#contacts p, #contacts p > span, #contacts p > span + span {
    min-height: 13px;
}*/

#socials>p>span,
#socials>p>span+span {
    display: table-cell;
    width: auto;
    /*min-width: 100px;*/
    height: 30px;
    vertical-align: middle;
}

#socials>p>span {
    /*padding-right: 10px;*/
    text-align: right;
}

#socials>p>span+span {
    text-align: left;
}


/* -----------footer--------------------------- */

#footer {
    float: none;
    display: block;
    clear: both;
    position: absolute;
    bottom: 5px;
    left: inherit;
    right: 0;
    padding: 0;
    margin: 0;
    /*width: 1024px;*/
    z-index: 600;
}

#footer .piva,
#footer .copyr {
    width: auto;
    line-height: normal;
    margin: 0;
    padding: 0;
}

#footer .copyr {
    white-space: nowrap;
}

#footer a {
    text-decoration: none;
}

a>svg {
    max-height: 32px;
}