﻿

/* Misyonumuz */



body {
    font-family: Helvetica, Arial, sans-serif;
    margin: 20px 0 0 20px;
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"]:checked ~ label {
        background-color: #EE5010;
    }

        input[type="checkbox"]:checked ~ label:after {
            content: 'GİZLE';
        }

    input[type="checkbox"]:checked ~ .icerik {
        max-height: 500px;
    }

label {
    background-color: #f2bb67;
    border: 0;
    width: 50px;
    color: white;
    padding: 8px 2500px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    width: 200px;
    text-align: center;

}

    label:after {
        content: ' GÖZAT';
    }

.icerik {
    margin-top: 20px;
    max-height: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    background-color: #d5d1c5;
    width: 400px;
    box-shadow: 3px 3px 1px rgba(192, 188, 177, 0.9);
}

    .icerik h2 {
        margin: 20px 20px 0 20px;
    }

    .icerik p {
        margin: 10px 20px 20px 20px;
        line-height: 1.3em;
    }

    .icerik a {
        color: #818286;
        text-decoration: none;
        display: block;
        text-align: right;
        margin-top: 20px;
    }

/* end Misyonumuz */



/*  Vizyonumuz  */



body {
    font-family: Helvetica, Arial, sans-serif;
    margin: 20px 0 0 20px;
}

input[type="checkbox"] {
    display: none;
}
    input [type="checkbox"]:checked ~ Vizyon label {
        background-color: #EE5010;
    }

        input[type="checkbox"]:checked ~ Vizyon label:after {
            content: 'GİZLE';
        }

    input[type="checkbox"]:checked ~ .icerikV {
        max-height: 500px;
    }

Vizyon label {
    background-color: #f2bb67;
    border: 0;
    width: 50px;
    color: white;
    padding: 8px 2500px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    width: 200px;
    text-align: center;
}

    Vizyon label:after {
        content: 'GÖZAT';
    }

.icerikV {
    margin-top: 20px;
    max-height: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    background-color: #d5d1c5;
    width: 400px;
    box-shadow: 3px 3px 1px rgba(192, 188, 177, 0.9);
}

    .icerikV h2 {
        margin: 20px 20px 0 20px;
    }

    .icerikV p {
        margin: 10px 20px 20px 20px;
        line-height: 1.3em;
    }

    .icerikV a {
        color: #818286;
        text-decoration: none;
        display: block;
        text-align: right;
        margin-top: 20px;
    }

/* END Vizyonumuz  */


/* Lisanslar */


body {
    font-family: Helvetica, Arial, sans-serif;
    margin: 20px 0 0 20px;
}

input[type="checkbox"] {
    display: none;
}

    input [type="checkbox"]:checked ~ Lisanslar label {
        background-color: #EE5010;
    }

        input[type="checkbox"]:checked ~ Lisanslar label:after {
            content: 'GİZLE';
        }

    input[type="checkbox"]:checked ~ .icerikL {
        max-height: 500px;
    }

Lisanslar label {
    background-color: #f2bb67;
    border: 0;
    width: 50px;
    color: white;
    padding: 8px 2500px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    width: 200px;
    text-align: center;
}

    Lisanslar label:after {
        content: 'GÖZAT';
    }

.icerikL {
    margin-top: 20px;
    max-height: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    background-color: #d5d1c5;
    width: 400px;
    box-shadow: 3px 3px 1px rgba(192, 188, 177, 0.9);
}

    .icerikL h2 {
        margin: 20px 20px 0 20px;
    }

    .icerikL p {
        margin: 10px 20px 20px 20px;
        line-height: 1.3em;
    }

    .icerikL a {
        color: #818286;
        text-decoration: none;
        display: block;
        text-align: right;
        margin-top: 20px;
    }