@charset "utf-8";
/* CSS Document */

	html, body{ 
    background-color:#FFFFFF;
	padding: 0px; 
	margin: 0;
	font-family: "Playfair Display", serif;
  	font-weight: 100;
  	font-style: normal;
	font-size: 14px;
	color: #333; 
	text-decoration: none;
	height: 100%;

	}


.footer-container {
    width: calc(100% - 40px);
	max-width: 100%;
    text-align: center;
    padding: 20px;
    background: #000; /* Koyu renk arka plan */
    color: #e5e5e5;
    position: relative; /* Sayfanın en altında kalmasını sağlamak için */
}

.footer-content {
    width: 80%;
    margin: 0 auto; /* Ortalamak için */
    padding: 10px;
    color: #000;
    text-align: center;
}


.img-fix{
	width:100%;
	height:auto;
}

.img-news {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
	width:100%;
	height:auto;
}

.img-news:hover {
    filter: grayscale(0%);
}



.language-switcher {
    font-size: 21px;
	text-align:right;
}

.language-switcher a {
    text-decoration: none;
    margin: 0 5px;
}



.double-line {
    border-top: 3px solid black;   
    border-bottom: 1px solid black; 
    padding: 3px 0;
	margin-bottom:20px;
}

.topmenu {
    color: black;
    display: flex;
    align-items: center;  /* Dikeyde ortalama */
    text-align: center;  /* Metinlerin içindeki yazıyı ortalama (Gereksiz olabilir) */
    justify-content: center;  /* YATAYDA ORTALAMA (Bunu ekledik) */
}
	
	
.top-menu-item {
	font-family:Oswald;
    display: block;
    float: left;
    padding: 8px 20px;
    text-align: center;
    width: fit-content;
    font-size: 15px;
    font-weight: 300;
    background: transparent;
    transition: background 0.6s ease;
    text-decoration: none; 
    color: inherit; 
}

.top-menu-item:hover {
    background: #333;
    color: white;
	text-decoration: none; 
}
	
.top-menu-ayrac {
    display: block;
    float: left;
    padding: 8px 2px;
    text-align: center;
    width: fit-content;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    transition: background 0.6s ease;
    text-decoration: none; 
    color: inherit;
}






.min-news-container {
    display: flex;
    justify-content: space-between; /* Aralarına eşit boşluk bırak */
    width: 100%; /* Konteyner tam genişlikte olacak */
}

.min-news {
    flex: 1; /* Eşit genişlikte esnek divler */
    /*height: 150px; /* Yükseklik sabit olabilir ama istersen bunu da esnetebiliriz */
    /*background-color: #ff4d4d;*/
    margin: 0 10px; /* Sağ ve solda 10px boşluk bırak */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
	border:1px solid #999;
	padding:10px;
}
.min-news:hover {
    color: inherit; /* Üzerine gelindiğinde de rengi değişmesin */
    text-decoration: none;
	background-color:#f4f4f4;
}

/* İlk ve son div'in kenarlarda yapışık olması için margin sıfırlanıyor */
.min-news:first-child {
    margin-left: 0;
}

.min-news:last-child {
    margin-right: 0;
}

.min-news-title{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	height:50px;
	overflow:hidden;
}

.min-news-spot{
	font-size:13px;
	font-weight:normal;
	text-align:left;
	height:70px;
	overflow:hidden;
}

.min-news-category{
	font-family:Oswald;
	font-size:13px;
	font-weight:normal;
	text-align:left;

}

.circle-icon {
    display: inline-block;
    width: 1em;  /* font-size ile ölçeklenebilir */
    height: 1em; 
    background-color: black;
    border-radius: 50%;
	margin-right:7px;
}

.no-style {
    text-decoration: none; /* Altı çizgiyi kaldırır */
    color: inherit; /* Yazının rengini bozmadan kalmasını sağlar */
    cursor: pointer; /* Tıklanabilir olduğunu gösterir */
	display: block;
}

.no-style:hover {
    color: inherit; /* Üzerine gelindiğinde de rengi değişmesin */
    text-decoration: none;
	background-color:#f4f4f4;
}

.blog-title{
		font-family: "Playfair Display", serif;
		font-optical-sizing: auto;
		font-weight:400;
		font-style:italic;
		font-size:52px;
	}


.blog-spot{
		font-family: "Playfair Display", serif;
		font-optical-sizing: auto;
		font-weight:400;
		font-style:italic;
		font-size:24px;
		margin:40px 0px;
	}
	
	
	.blog-dipnot{
		font-size:12px;
		font-style:italic;
	}
	
	.blog-txt {
		  column-count: 2;
		  column-gap: 50px;
		text-align:left;
		margin:35px 0px;
		font-family: "Playfair Display", serif;
		}


	.blog-txt-cont {
		  column-count: 2;
		  column-gap: 50px;
		text-align:left;
		margin:35px 0px;
		font-family: "Playfair Display", serif;
		}

.detail-txt{
	font-size:16px;
	line-height: 24px;
	text-align:left;
	padding:15px 30px
}

.author-info{
	font-size:12px;
	text-align:left;
	margin:10px 0px;
	font-style: italic;
	font-weight:normal;
}

.detail-author-info{
	font-size:12px;
	text-align:right;
	margin:10px 0px;
	font-style: italic;
	font-weight:normal;
	padding:12px 0px 12px 25px;
	border-bottom:1px dashed #999;
	border-top:1px dashed #999;
}

.image-info{
	font-size:14px;
	text-align:right;
	margin:10px 0px;
	font-style: italic;
	font-weight:normal;
}

.lisans-link {
  color: #fff; 
  text-decoration: none; 
  cursor: pointer;
}

/* Linke fare gelince altı çizilsin */
.lisans-link:hover {
  text-decoration: underline;
  color: #fff; 
}

.lisans-2-link {
  color: #fff; 
  text-decoration: none; 
  cursor: pointer;
	font-size:12px;
}

/* Linke fare gelince altı çizilsin */
.lisans-2-link:hover {
  text-decoration: underline;
  color: #fff; 
}

.lisans-txt{
	font-size:12px;
	color:#ccc;
}


.social-icons {
    margin-bottom: 10px;
	margin-top:30px;
}

.social-link-kunye {
    text-decoration: none;
    color: black;
    font-size: 18px;
    margin: 0 8px;
    display: inline-block;
    transition: color 0.3s ease;
}

.social-link {
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin: 0 15px;
    display: inline-block;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #e5e5e5; /* Hover rengi */
}

.site-link {
    text-decoration: none;
    color: white;
    font-size: 14px;
    margin: 0 15px;
    display: inline-block;
    transition: color 0.3s ease;
}

.site-link:hover {
    color: #e5e5e5; /* Hover rengi */
	text-decoration: underline;
}

.contact-link {
    text-decoration: none;
    color: black;
    margin: 0 15px;
    display: inline-block;
    transition: color 0.3s ease;
}

.contact-link:hover {
	text-decoration:underline;
}

.pagination {
    display: flex;
    list-style: none; 
    padding: 10px;
    justify-content: left;
}

.pagination li {
    margin: 0 5px;
	list-style: none; 
}

.pagination li a, .pagination li span {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #e5e5e5; 
    color: #000;
    background-color: #e5e5e5; 
    transition: 0.3s;
	list-style: none; 
	font-family:Oswald;
}

.pagination li a:hover {
    background-color: #333; 
    color: #fff; 
}

.pagination li.active span {
    background-color: #333; 
    color: #fff; 
    font-weight: bold;
}

.pagination li.disabled span {
    color: #333; 
    border: 0px solid #666;
	padding: 8px 12px;
	display: block;
}

/* Varsayılan olarak masaüstü görünümü */
.pc {
    display: block;
}

.mobil {
    display: none;
}

/* Mobil görünüm (Maksimum 768px genişlikte ekranlar için) */
@media (max-width: 768px) {
    .pc {
        display: none; /* Masaüstünü gizle */
    }

    .mobil {
        display: block; /* Mobil versiyonu göster */
    }
}

/* Mobil haberler için biraz düzenleme */
.mobile-news-item {
    margin-bottom: 20px;
    text-align: center;
}

.mobile-news-item img {
    max-width: 100%;
    height: auto;
}
	


