@import url("general.css");

/* Content */
.content {
    position          : relative;
    display           : flex;
    flex-direction    : column;
    justify-content   : start;
    align-items       : center;
    gap               : 30px;
    overflow-y        : hidden;
    width             : 100%;
    height            : auto;
    /* border         : 1px solid red; */

    h1 {
        line-height  : 115%;
        font-size    : 22px;
        margin-bottom: 15px;
        text-align   : center;
    }

    h1 img {
        width : 50px;
        height: auto;
    }

    p {
        text-align : justify;
        hyphens    : auto;
        width      : 90%;
        overflow   : hidden;
        line-height: 1.5em;
    }



    ul {
        list-style-type    : "► ";
        list-style-position: inside;
    }

    ul li {
        margin-left: 20px;
        text-align : justify;
        line-height: 1.2rem;
        font-size  : var(--fcs-FS-p);
        padding    : 5px 5px 10px 0;
        color      : var(--fcs-blue);
        hyphens    : auto;
    }

    #skydemontipps,
    #skydemonfunk,
    #skydemonkoll {

        display    : block;
        width      : 100%;
        padding-top: 50px;

        .titles {
            display         : block;
            font-weight     : bold;
            background-color: var(--fcs-text-blue);
            color           : white;
            width           : 100%;
            padding         : 8px 10px 8px 10px;
        }

        .sd-content {
            padding: 10px;
        }

        .sd-h {
            padding: 30px 0 20px 0;
        }

        .sd-p {
            margin-bottom: 10px;
        }

        .sd-img-inline {
            display  : inline-block;
            max-width: 150px;
            height   : auto;
        }

        .sd-pic {
            text-align: center;
        }

        .sd-pic img {
            width : 300px;
            height: auto;
        }

        .sd-pic-full img {
            width : 100%;
            height: auto;
        }

        ul.sd-ul {
            list-style-type: none;

            li {
                margin-left: 0;
                text-align : left;
                font-size  : .9rem;
                padding    : 0;
                color      : black;
            }

        }

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


    }

}