@import url("general.css");

/* Content */
.content,
.innerpagebox {
    width             : 100%;
    display           : flex;
    flex-direction    : column;
    justify-content   : start;
    align-items       : center;
    overflow-y        : auto;
    /* overflow-x     : hidden; */
    min-height        : 300px;
    gap               : 30px;
}

.content h2 {
    line-height     : 195%;
    text-align      : center;
    width           : 100%;
    font-size       : var(--fcs-FS-h2);
    background-color: var(--fcs-blue);
    color           : whitesmoke;
}

ul {
    width              : 90%;
    list-style-type    : "► ";
    list-style-position: outside;
}

ul li {
    margin-left   : 20px;
    text-align    : justify;
    line-height   : 1.4rem;
    font-size     : var(--fcs-FS-h4);
    /* font-weight: bold; */
    padding       : 5px;
    color         : var(--fcs-blue);
    hyphens       : auto;
}

ul li span {
    color: var(--fcs-text-color);
}

ul li span.innerspantext{
    font-size: .8rem;
    line-height: 4pt;
}

span.bold {
    display    : block;
    font-weight: bold;
    padding    : 10px 0;
}

.content p {
    text-align    : justify;
    font-size     : var(--fcs-FS-p);
    width         : 90%;
    overflow      : hidden;
    hyphens       : auto;
    /* font-weight: bold; */
}

.content div {
    width   : 90%;
    overflow: hidden;
    hyphens : auto;
}

.content div a {
    display   : block;
    text-align: center;
}

p.info {
    font-weight: normal;
    margin-top : 20px;
    font-size  : small;
    width      : 100%;
}

p.drawline {
    border-top : 1px solid var(--fcs-blue);
    padding-top: 20px;
}

#tauglichkeit {
    padding-top: 53px;
}

.detailtext {
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.innerdetailtext {
    text-align: justify;
    font-size  : .9rem;
    line-height: 1.2rem;
}

table {
    border: 1px solid var(--fcs-blue);
    padding: 5px;
    width: 80%;
    border-collapse: collapse;

    & td, th {
        border: 1px solid var(--fcs-blue);
        text-align: center;
        padding: 10px;
    }
}

ul.minilist li, ul.minilist li span {
    font-size: .9rem;
}

ul.minilist li {
    margin-left: 40px;
}