@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;
}

.content h3 {
    line-height     : 140%;
    text-align      : left;
    padding-left    : 10px;
    width           : 100%;
    font-size       : var(--fcs-FS-h3);
    background-color: var(--fcs-blue);
    color           : whitesmoke;
}

.content p {
    text-align   : left;
    /* font-size : var(--fcs-FS-p-min); */
    font-size    : 12pt;
    width        : 100%;
    padding      : 0 10px;
    overflow     : hidden;
    hyphens      : auto;

    & span.bold {
        font-weight: bold;
    }
}

.innerpagebox {
    padding-top: var(--fcs-header-height);
    width      : 99%;
    min-height : 100vh;

}

.part-title {
    width           : 100%;
    display         : flex;
    justify-content : space-between;
    align-items     : center;
    background-color: var(--fcs-blue);
    color           : whitesmoke;
}

.part-title a {
    width           : 30px;
    text-align      : center;
    text-decoration : none;
    margin-right    : 20px;
    background-color: var(--fcs-menue-item);
    border-radius   : 3px;
}

.linkbox {
    margin-top     : -27px;
    width          : 100%;
    display        : flex;
    justify-content: space-evenly;
    align-items    : center;
}

.linkbox a {
    text-align      : center;
    color           : var(--fcs-text-blue);
    text-decoration : none;
    background-color: var(--fcs-menue-bg);
    padding         : 5px;
    border-right    : 1px solid var(--fcs-blue);
    font-size       : .8em;
    width           : 100%;
}

.linkbox a:hover,
.linkbox a:active,
.linkbox a.active {
    background-color: var(--fcs-blue);
    color           : whitesmoke;
}

.towerinfo img {
    height: 50px;
    width : auto;
}

.towerinfo {
    width          : 100%;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    gap            : 10px;
    font-size      : var(--fcs-FS-p-max);
    padding-bottom : 10px;
    padding-left   : 10px;
    border-bottom  : 2px solid var(--fcs-blue);
    overflow       : hidden;
}

ul {
    width              : 100%;
    padding            : 0 10px;
    list-style-type    : "► ";
    list-style-position: outside;
}

ul li {
    margin-left: 20px;
    text-align : left;
    font-size  : var(--fcs-FS-h4);
    padding    : 5px;
    color      : var(--fcs-blue);
}

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

/* #funksonstiges img.regiomap {
    margin-bottom: 20px;
    width        : 80%;
    height       : auto;

} */

#funksonstiges p span.normal {
    font-size: smaller;
}

.quality colgroup col:first-of-type {
    width: 15%;
}

.quality colgroup col:nth-of-type(2) {
    width: 40%;
}

.quality colgroup col:nth-of-type(3) {
    width: 45%;
}

.quality {
    table-layout   : fixed;
    border-collapse: collapse;
    width          : 90%;
    font-size      : 14px;
    border         : 1px solid var(--fcs-blue);
}

.quality tr td:first-of-type {
    font-weight : bold;
    font-size   : var(--fcs-FS-h2);
    padding-left: 10px;
}

.quality tr td:nth-of-type(2) {
    padding-left: 2px;
    font-size   : var(--fcs-FS-h3);
}

.quality td {
    padding      : 5px 8px;
    border-bottom: 1px solid var(--fcs-blue);
}

.quality tr:first-of-type {
    background-color: red;
    color           : whitesmoke;
}

.quality tr:nth-of-type(2),
.quality tr:nth-of-type(3) {
    background-color: yellow;
}

.quality tr:nth-of-type(4),
.quality tr:nth-of-type(5) {
    background-color: green;
    color           : whitesmoke;
}

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

.grey {
    color: rgb(150, 150, 150);
}