@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap'); /* FARBEN */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
:root {
    --main-bg-color:#93C53B;
    --light:#05b4e6;
    --heavy:#03208c;
    --hal:#8c0375;
    --izhaar:#f25749;
    --iqlaab:#f2c438;
    --idghaam:#50bfa0;
    --ikhfaa:#434d59;
    --shiddah:#ABBF63;
    --tawassut:#F27052;
    --rakhaawah:#8FD9CB;
    --jawf:#9E0E57;
    --lisaan:#B9BF11;
    --shafataan:#3E4006;
    --khayshoom:#B30D07;
    --haalq:#371984;
    --hams:#23585A;
    --jahr:#CD594B;
    --itbaq:gold;
    --infitah:silver;
    --idlaq:darkolivegreen;
    --ismat:orangered;
    --madd:peru;
}

@font-face {
    font-family: 'al_qalam_quran_majeedregular';
    src: url('fonts/al_qalam_quran_majeed-webfont.woff2') format('woff2'),
    url('fonts/al_qalam_quran_majeed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;


}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size:20px;
    color:#1B2740;
}

a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

ul > li > ul > li {
    padding-top: 20px;

}

.al-letters{
    padding-left: 20px;
    font-weight: bold;
    font-size: 30px;
}

.al-mark{
    background-color: yellow;
}
/*--------------------Farben der Eigenschaften-------------------*/
.heavy {
    background-color: var(--heavy);
    color: white !important;

}
.al-text>ul>li {
    font-weight: bold;
    padding-bottom: 10px;
}
.jawf-text {
    color: var(--jawf);
}
.shafataan-text {
    color: var(--shafataan);
}
.lisaan-text {
    color: var(--lisaan);
}
.khayshoom-text {
    color: var(--khayshoom);
}
.haalq-text {
    color: var(--haalq);
}

.itbaq-text {
    color: var(--itbaq);
}

.itbaq {
    background-color: var(--itbaq);
    color: white !important;
}

.infitah-text {
    color: var(--infitah);
}

.infitah {
    background-color: var(--infitah);
    color: white !important;
}

.idlaq-text {
    color: var(--idlaq);
}

.idlaq {
    background-color: var(--idlaq);
    color: white !important;
}

.madd-text {
    color: var(--madd);
}

.madd {
    background-color: var(--madd);
    color: white !important;
}

.ismat-text {
    color: var(--ismat);
}

.ismat {
    background-color: var(--ismat);
    color: white !important;
}

.jawf {
    background-color: var(--jawf);
    color: white !important;
}
.shafataan {
    background-color: var(--shafataan);
    color: white !important;
}
.lisaan {
    background-color: var(--lisaan);
    color: white !important;
}
.khayshoom{
    background-color: var(--khayshoom);
    color: white !important;
}
.haalq{
    background-color: var(--haalq);
    color: white !important;
}
.lisaan.khayshoom {
    background: -webkit-linear-gradient(left,  #B30D07 50%, #B30D07 50%) !important;
    background: -moz-linear-gradient(left,  #B30D07 50%, #B30D07 50%) !important;
    background: -ms-linear-gradient(left,  #B30D07 50%,  #B30D07 50%) !important;
    background: linear-gradient(left,  #B30D07 50%,  #B30D07 50%) !important;
}

.shafataan.khayshoom {
    background: -webkit-linear-gradient(left, #3E4006 50%, #B30D07 50%) !important;
    background: -moz-linear-gradient(left,  #3E4006 50%, #B30D07 50%) !important;
    background: -ms-linear-gradient(left,  #3E4006 50%, #B30D07 50%) !important;
    background: linear-gradient(left,  #3E4006 50%, #B30D07 50%) !important;
}

.shafataan.jawf {
    background: -webkit-linear-gradient(left, #3E4006 50%, #9E0E57 50%) !important;
    background: -moz-linear-gradient(left,  #3E4006 50%, #9E0E57 50%) !important;
    background: -ms-linear-gradient(left,  #3E4006 50%, #9E0E57 50%) !important;
    background: linear-gradient(left,  #3E4006 50%, #9E0E57 50%) !important;
}
.light {
    background-color: var(--light);
    color: white !important;
}

.hal {
    background-color: var(--hal);
    color: white !important;
}

.hams{
    background-color: var(--hams);
    color: white;
}

.jahr{
    background-color: var(--jahr);
    color: white;
}

.itbaak {
    background-color: indianred;
    color: white;
}

.shiddah {
    background-color: var(--shiddah);
    color: white;
}

.tawassut {
    background-color: var(--tawassut);
    color: white;
}

.rakhaawah {
    background-color: var(--rakhaawah);
    color: white;
}

.izhaar {
    background-color: var(--izhaar);
    color: white;
}

.iqlaab {
    background-color: var(--iqlaab);
    color: white;
}

.idghaam {
    background-color:var(--idghaam);
    color: white;
}

.ikhfaa {
    background-color: var(--ikhfaa);
    color: white;
}

/*--------------------Layout CSS-------------------*/
.al-layout {
    display: grid;
    grid-template-rows:85px auto;
    grid-row-gap: 30px;

}
.al-header {
    display: grid;
    grid-template-columns: 33.333333% 33.333333% 33.333333%  ;
    align-items: center;
    z-index: 1006;
}

#al-menu-icon {
    justify-self: left;
    padding: 23px 30px;
}
.al-logo {
    justify-self: center;
}

.al-notion {
    font-size: 30px;
    display: block;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}


/*--------------------Tabelle CSS-------------------*/

.alphabet-table {
    width: 75vw !important;
    display: grid;
    grid-template-rows:15% 15% 15% 15% 15% 15%;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    padding-left: 12.5vw;
    font-family: 'Open Sans', Arial, sans-serif;
}
.alphabet-cell {
    display: grid;
    grid-template-columns: 30% 70%;
    border: 1px solid #283040;
    align-content: center;
    border-radius: 5px;
}

.alphabet-cell:hover {
    background-color:black;
    color: white;

}
.alphabet-center{
    font-size: 40px;
    justify-self: center;
}

.alphabet-top-left {
    font-size: 20px;
}

.alphabet-top-left {
    display: grid;
    align-self: start;
    text-align: center;

}

    /*--------------------Filter CHeckbox-------------------*/
.al-filter-checkbox {
    display: grid;
    grid-template-rows: 85px auto;
    margin-top:-20px;
    width: 75vw !important;
    padding-left: 12.5vw;
}

.al-title {
    color: black;
    display: grid;
    align-content: center;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.al-checkbox-panel {
    color: black;
    display: grid;
    align-content: center;
    font-size: 24px;
    grid-template-rows:auto;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 20px 0 20px;
}



.poa-color {
     background-color: var(--main-bg-color);
 }

.lah-color {
    background-color: var(--light);
}

.sound-color {
    background-color: var(--tawassut);
}

.ns-color {
    background-color: var(--iqlaab);
}

.al-checkbox-title{
    display: block;
    margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-end: 0;
    font-weight: bold;
    position: relative;
    border: 2px solid black;
}

.al-checkbox-title:hover {
    display: block;
    margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-end: 0;
    font-weight: bold;
    position: relative;
    border: 2px solid transparent;
    background-color: black;
    color: white;
}
.al-checkboxes {
    display:none;
    grid-row-gap: 20px;
    margin-bottom: 20px;
    margin-left: 60px;
    margin-top: 20px;
}

.al-arrow{
    position: absolute;
    right: 20px;
    top: 2px;
    font-size: 3rem;
}

.al-label-title {
    font-size: 2rem !important;
}
    /*--------------------Checkboxes-------------------*/
    input[type="checkbox"] { display: none; }

    input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 55px;
        font: 14px/20px 'Open Sans', Arial, sans-serif;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        font-size: 1.7rem;
        padding-top: 10px;
        padding-bottom: 10px;
       min-height: 20px;
        border-radius: 20px;
    }

    input[type="checkbox"] + label:last-child { margin-bottom: 0; }

    input[type="checkbox"] + label:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border: 2px solid;
        position: absolute;
        left: 20px;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s;
    }

    input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: 5px;
        left: 25px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
input[type="checkbox"]:checked + label:before #text {
    font-size: 20px;
}

label.al-label-title {
    margin: 10px;
}
/*--------------------Description Panel-------------------*/

.al-description-panel {
    width: 75vw !important;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 120px;
    padding-left: 12.5vw;
}

.al-description {
    padding:20px;
    border: 2px solid black;
}

.al-description-title {
    font-size: 40px;
}

.al-description-title-two {
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.al-description-text {
    grid-template-columns: 100%;
}

.al-section {
    padding: 20px;
    text-align: justify;
    border-top: 1px solid black;
    display: grid;
    grid-template-columns: 100%;
}

div.outer {
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2vw !important;
}
div.middle {display:table-row;text-align: center;}
div.inner {display:table-cell;}

.al-image {
    text-align: center;
}
.al-image img {
    padding-bottom: 50px;

}

/*--------------------Größe-------------------*/

al-half{
    width: calc(100% / 2);
}
.al-third {
    width: calc(100% / 3);
}

.al-fourth {
    width: calc(100% / 4);
}

.al-fifth {
    width: calc(100% / 5);
}

/*-------------------Footer-------------------*/

footer {
    text-align: center;
    padding-top: 100px;
}