/* ------------------------------------------------------------- */
/* Styles used on the Quickstart page: CINEMA_4D_QUICKSTART.html */

.adaptive-title-text {
    font-size: calc(20px + (30 - 20) * ((100vw - 500px) / (1280 - 500)));
}

.adaptive-group-text {
    font-size: calc(12px + (20 - 12) * ((100vw - 500px) / (1280 - 500)));
}

.vertical-line {
    position: relative;
    top: -12px;
    border-left: 2px solid black;
    padding-left: 5px;
}

.closing_x_button {
    position: relative;
    top: -45px;
    cursor: pointer;
}

.hint_Quickstart {
    position: relative;
    left: 10px;
    border-radius: 10px;
    background-color: #c8c8c8;
    padding: 10px;
    border: 1px solid black;
    margin-top: 10px;
}

a.Quickstart-link {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

p.TextBlock {
    padding-left: 20px;
    padding-right: 20px;
}

ul.ListBlock {
    padding-left: 50px;
    padding-right: 20px;
}

ol.ListBlock {
    padding-left: 50px;
    padding-right: 20px;
}

.tableBlock {
    padding-left: 20px;
    padding-right: 20px;
}

table.Block {
    max-width: 100%;
    table-layout: fixed;
    border: none;
    border-spacing: 0px 10px;
    border-collapse: collapse;
}

.image_Block {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}

.img_icon_in_text {
    position: relative;
    top: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.rounded-header-box {
    position: relative;
    left: 10px;
    border-radius: 5px;
    background-color: #c8c8c8;
    border: 2px solid black;
    padding: 10px;
}

.rounded-header-box-arrow {
    position: relative;
    left: -7px;
    top: 44px;
}

#floating-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #c8c8c8;
    border: 1px solid black;
    color: #000000;
    width: 40px;
    height: 40px;
    border-radius: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#scroll-menu {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 70px;
    border-radius: 10px;
    background-color: #c8c8c8;
    border: 1px solid black;
    padding: 10px;
    cursor: pointer;
}

#scroll-menu ul {
    list-style: none;
    padding: 0;
}

#scroll-menu li {
    margin: 5px 0;
}

/* End of styles for Quickstart page */
/* --------------------------------- */