﻿.panelColor {
    color: #f3cb2d;
    font-family: 'Sailec-regular';
    font-weight: bold;
    font-size: 15px;
}

.panelBarItem {
    color: #f3cb2d;
    font-family: 'Sailec-regular';
    font-weight: bold;
}
    .panel-text {
    font-family: 'Sailec-regular';
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: -0.3px;
    color: #4a4a4a;
    margin-top: 40px;
}
@media screen and (min-width: 800px) {
    .mobiLogo {
        visibility: hidden;
    }

    .ilkokul--BackgroundPink {
        object-fit: contain;
        background-image: url('/img/toplulukbackground-.png');
        background-repeat: no-repeat;
        z-index: 101;
        margin-top: -24px;
        position: relative;
    }

    .ilkokul--BackgroundFotograf {
        width: 100%;
        object-fit: contain;
        background-position-x: left;
        background-image: url('/img/topluluk/Web_header-slider-3.jpg');
        background-repeat: repeat;
        margin-top: -24px;
        margin-bottom: -5px;
        position: relative;
    }
    .cemberSistemiFoto {
        width: 100%;
        object-fit: contain;
        background-image: url('/img/cemberler/cembersistemi.jpg');
        margin-top: -24px;
        background-repeat: repeat;
        background-position-x: right;
        margin-bottom: -5px;
        position: relative;
    }
    .kokCemberFoto {
        width: 100%;
        object-fit: contain;
        background-repeat: repeat;
        background-position-x: right;
        background-image: url('/img/cemberler/kokcember.jpg');
        margin-top: -24px;
        margin-bottom: -5px;
        position: relative;
    }
    .tohumCemberiFoto {
        width: 100%;
        object-fit: contain;
        background-repeat: repeat;
        background-position-x: right;
        background-image: url('/img/cemberler/tohumcemberi.jpg');
        margin-top: -24px;
        margin-bottom: -5px;
        position: relative;
    }
    .hizalanmaCemberiFoto {
        width: 100%;
        object-fit: contain;
        background-repeat: repeat;
        background-position-x: right;
        background-image: url('/img/cemberler/hizalanma.jpg');
        margin-top: -24px;
        margin-bottom: -5px;
        position: relative;
    }
    .calismaGruplariFoto {
        width: 100%;
        object-fit: contain;
        background-repeat: repeat;
        background-position-x: right;
        background-image: url('/img/cemberler/calismagruplari.jpg');
        margin-top: -24px;
        margin-bottom: -5px;
        position: relative;
    }
    .kayitCemberiFoto {
        width: 100%;
        object-fit: contain;
        background-repeat: repeat;
        background-position-x: right;
        background-image: url('/img/cemberler/kayitcemberi.jpg');
        margin-top: -24px;
        margin-bottom: -5px;
        position: relative;
    }
}

.sezindeyasam-anasayfa-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('/img/topluluk/Web_header-slider-3.jpg');
    background-repeat: no-repeat;
    background-position-x: left;
    position: relative;
    width: 100%;
    height: 240px;
    position: absolute;
}
.cemberler-anasayfa-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('/img/cemberler/cembersistemi.jpg');
    background-repeat: no-repeat;
    background-position-x: right;
    position: relative;
    width: 100%;
    height: 240px;
    position: absolute;
}