html{
    font-size:13px;
}
 body{
    margin:0;
    padding:0;
    line-height:1.5;
    font-family: Tahoma, Geneva, sans-serif;
	background: linear-gradient(to bottom, #dbdbdb, #fff);
	background-attachment: fixed;
	background-size: cover;
}
a,body,h1,h2,h3,h4,h4,img,li,ol,p,ul{
    margin:0;
    padding:0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.icon-users { width: 20px; height: 20px; fill: #d0d0d0; vertical-align: middle; position: relative; }
.icon-star { width: 20px; height: 20px; fill: #fba707; vertical-align: middle; margin-right: 5px; position: relative; top: -3px; }
.icon-file { width: 20px; height: 20px; fill: #fba707; vertical-align: sub; margin-right: 5px; position: relative; }
.post-item-category a {
  font-weight: bold;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  text-decoration: none;
}
.fp-list {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.6;
}

.fp-list li {
    margin-bottom: 8px;
	font-size:15px;
}
.sponsoren {font-weight:bold;font-size:15px;}
	.close-icon{
    fill:#222;             
    pointer-events:none;    
}
.hello-friend {
	font-size:15px;color:#222;
}
.hamburger-icon{
    fill:#222;
    pointer-events:none;
}
.post-item-category a:hover {
  color: #333;
}
.neuindex {
	display: inline-flex; align-items: center; font-family: sans-serif; font-size: 12px;
}
.markeFehlerPRO {font-weight:bold;}
.icon-calendar {
width: 16px;
  height: 16px;
  fill: #9e9e9e;
  vertical-align: sub;
  position: relative;
    }
	.eye-icon {
      width: 20px;
  height: 20px;
  fill: #fdfdfd;
  vertical-align: bottom;
    }
ul li > p {
  display: inline;
  margin: 0;
  padding: 0;
}
.logo {
	margin-right:10px;
}
.seitenliste-box {
  padding:15px;
  border:1px solid #b3b3b3;
  border-radius:5px;
  margin-bottom: 20px;
  background:#f7f7f7;
}
.seitenliste-titel {
  color: #d3d3d3;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  background:#404040;
  padding:5px;
  border-radius:5px;
}

.seitenliste-liste {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.seitenliste-liste li {
  margin-bottom: 8px;
  list-style-type: square;
  list-style-position: inside;
}

.seitenliste-liste li a {
  text-decoration: none;
  font-size: 14px;
  color: #0a0a0a;
  transition: color 0.3s;
}
.seitenliste-liste li a:hover {
	text-decoration:underline;
}
.begrenzer {
clear:both;
margin-top: 15px;
}
.xkf9akYnaK {
	padding:10px 0;
  margin-left: 20px;
  font-weight: bold;
}
.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-container {
    overflow: hidden;
    width: 100%;
}

.slider-list {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-item {
    min-width: 100%;
    position: relative;
}

.slider-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
	max-height:350px;
}

.slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.slider-content .title {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.slider-content .views {
    font-size: 1em;
	display:block;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    font-size: 2em;
    z-index: 10;
	border-radius:10px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
@media (max-width: 600px) {
    .slider-content .title {
        font-size: 1.2em;
    }

    .slider-content .views {
        font-size: 0.9em;
    }

    .prev, .next {
        padding: 10px;
        font-size: 1.5em;
    }
	.slider-item img {
    width: 100%;
    display: block;
	min-height:350px;
	}
}

#cookie-banner {
  position: fixed;
  bottom: 20px;
  background-color: #2b2b2b;
  color: #c8c8c8;
  padding: 15px;
  font-size: 14px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#cookie-banner a {
  color: #fba707;
  text-decoration: none;
}

#cookie-banner a:hover {
  text-decoration: underline;
}
#cookie-banner button {
  background-color: #fba707;
  color: #000;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
}
@media (min-width: 768px) {
  #cookie-banner {
    width: 270px;
    height: 160px;
    left: 20px;
    bottom: 20px;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
  }

  #cookie-banner span {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #cookie-banner {
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    flex-direction: row;
  }
}

span.category--span {
	font-size: 18px;
  text-align: left;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0;
}
ul.populer-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.populer-list li {
    display: flex;
  align-items: center;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

ul.populer-list li .populer-img {
   width: 100px;
  height: 75px;
  object-fit: cover;
  margin-right: 15px;
  flex-shrink: 0;
}

ul.populer-list li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex: 1;
}

ul.populer-list li a div {
    display: flex;
    flex-direction: column;
}

ul.populer-list li a .title {
    font-weight: bold;
    margin-bottom: 2px;
}
ul.populer-list li a .title:hover {
	text-decoration: underline;
}

ul.populer-list li a .views {
    font-size: 12px;
    color: #888;
    font-weight: normal;
}
.adsenseHeader {
	padding:10px;
}
.lazy {
  width: 100%; /* Görsel genişliği */
  height: auto; /* Oran koruması */
  display: block;
}

.lazy.placeholder {
  filter: blur(10px); /* Placeholder bulanık olsun */
  transition: filter 0.3s ease-out; /* Yüklenen görsele geçiş */
}

.lazy:not(.placeholder) {
  filter: none; /* Gerçek görsel net */
}


@media (max-width: 768px) {
  .content--area {
    float: none;
    padding: 10px;
    max-width: 100%;
    min-height: auto;
  }
  .toc-container {
	 max-width: 100%;
    min-height: auto;
    margin: 0;
    padding: 0px;
  }
}
.toc-container {
    background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 10px;
}

.toc-container h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.toc-container ul.toc-list,
.toc-container ul.toc-sublist {
    list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.toc-container li.toc-item {
    margin: 0;
}
.toc-container li.toc-item a {
    text-decoration: none;
    color: #337ab7;
}

.toc-container li.toc-item a:hover {
    text-decoration: underline;
}
.toc-container ul.toc-sublist {
    padding-left: 15px;
  border-left: 1px solid #bfbfbf;
  margin-left: 10px;
}
.content--area .content-body ul li {
    font-size: 16px;
  list-style-type: square;
  padding: 5px 0;
  list-style-position: inside;
  margin: 10px 0;
}

.post--author--container {
        text-align: center;
        margin-bottom: 0;
        position: relative;
    }

    .post--author--container h3 {
        display: inline-block;
        margin: 0;
        padding: 0 20px;
        background: white;
        position: relative;
        top: 13px;
        font-size: 18px;
        color: #333;
    }

    .post--author--box {
        border: 1px solid #ccc;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding: 10px;
		margin-bottom:35px;
		padding-top:20px;
    }

    .post--author--image {
        margin: 0 20px 0 10px;
		border-radius:50px;
		height:150px;
		width:150px;
    }

    .post--author--image img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
    }

    .post--author--description {
        flex: 1;
    }

    .post--author--description p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
    }
@media (max-width: 768px) {
  .post-item {
    flex-direction: column;
    align-items: center;
  }

  .post-image-container {
    width: 100%;
    max-width: none;
  }

  .post-image {
    max-width: 100%;
	margin-left:auto;
	margin-right:auto;
  }

  .post-content {
    text-align: center;
  }

  .post-title a {
    display: inline-block; 
    width: 100%; 
    text-align: center;
  }
}

span.fehlerkategorien {
  font-size: 18px;
  text-align: left;
  display: block;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.two-column-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.two-column-list li {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 0 2px 10px;
  list-style-type: square;
  list-style-position: inside;
  background: #fff;
  margin: 2px;
  border: 1px solid #cecece;
  border-radius: 3px;
}

.two-column-list li a {
  color: #222;
  text-decoration: none;
}

.two-column-list li:hover {
  text-decoration: underline;
}

.site--sidebar {
  width: 100%;
  max-width: 300px;
  min-height: 600px;
  border-radius: 10px;
  float: right;
  display: block;
  position: relative;
  margin-right: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  margin-top:0;
}
h2.infea {
	font-size: 22px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .site--sidebar {
    float: none;
    margin-right: 0;
    padding: 10px;
    max-width: 100%;
    min-height: auto;
	clear: both;
  }
	h2.infea {
		font-size:16px;
	}
  .two-column-list {
    gap: 5px;
  }

  .two-column-list li {
    padding-left: 15px;
  }

  span.fehlerkategorien {
    padding-left: 10px;
  }
  .fehlerkategorien::before {
	  padding-right:15px;
  }
}


.post--information {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.post--information span {
	padding-right:10px;
	font-size:14px;
}

.content--area ol {
    list-style-type: decimal;
    margin: 0 0 15px 0;
}

.content--area ol li {
    font-size: 16px;
    list-style-position: inside;
    margin: 5px 0;
}

.content--area ul {
  list-style: disc inside;
}

.content--area ul li {
  display: list-item !important;
  list-style-type: disc !important;
  list-style-position: inside !important;
  font-size: 16px;
  padding: 4px 0;
  margin: 5px 0;
}
hr {
	border: none;
  height: 1px;
  background: #ccc;
  margin: 20px 0;
}
.hamburger--hr {
	background:#000;
}
.content--area {
 max-width: 900px;
  padding: 10px;
  float: left;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: 0 0 16px;
  text-align: left;
}
.content--area p {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: 0 0 16px;
  text-align: left;
}
.content--area img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;         
}
@media (max-width: 768px) {
  .content--area img {
    max-width: 100%;
  }
}
.post--title {
	padding:10px 0;
}
h1.category--title {
	color: #000;
  font-size: 28px;
  font-weight: bold;
padding: 10px 0 10px 10px;
}
.post-list {
   display: flex;
  flex-direction: column;
  gap: 20px;
  margin:0 auto;
  max-width: 900px;
  list-style: none;
  float: left;
  padding: 10px;
}

.post-item {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    align-items: flex-start;
}

.post-image {
   width: 300px;
  height: 152px;
  position: relative;
}
.post-image:hover {
	opacity:0.5;
}

.post-content {
	flex: 1;
  position: relative;
  z-index: 1;
}

.post-title {
    font-size: 20px;
    margin: 0 0 5px;
}

.post-title a {
    text-decoration: none;
  color: #222;
  font-weight: 600;
  z-index: 2;
  position:relative;
}

.post-title a:hover {
	color:#fba707;
}

.post-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

.post-excerpt {
    font-size: 15px;
  line-height: 22px;
  max-height: 42px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.div--cleaner {
	clear:both;
}
.infoP {
	color:#0000009c;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.pagination a, .pagination span {
    margin: 0 5px;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
	font-size:16px;
	background: #efefef;
	border-radius:5px;
}
.welcomePost {
 font-family: Arial, sans-serif;
  color: #333;
  border-radius: 8px;
  margin: 10px 0;
  padding: 15px;
}
.welcomePost p {
	font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
}
.contentHere {
	font-family: Arial, sans-serif;
  color: #333;
  padding: 20px;
  border-radius: 8px;
  margin: 10px 0;
}
.contentHere p {
	font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
}
.png-ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.png-item {
  border-radius: 15px;
  float: left;
  width: 220px;
  height: 200px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 15px 0px 0 20px;
  padding-top: 0;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2), 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.png-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  transition: transform 0.3s ease-in-out;
}
span.png-name {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  background: #222222db;
  padding: 5px 0;
  text-align: center;
  box-sizing: border-box;
  max-height: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  white-space: normal;
}
.png-item img:hover {
  transform: scale(1.5);
}


#countdown {
	margin-bottom:25px;
}
.download-btn {
         background-color: #0167cc;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 8px;
  border: none;
  transition: background-color 0.3s, transform 0.2s;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
        }

        .download-btn:hover {
            transform: scale(1.05);   
        }

        .download-btn:active {  
            transform: scale(1);         
        }


.footer--items {
  position: relative;
  overflow:hidden;
  background:#fff;
  margin:0 auto;
  width: 100%;
  max-width: 1250px;
  padding:25px 10px;
  color: #6d6d6d;
}
.footer--items a{
    color: #fff;
    font-weight: 600;
}

.caption{
    text-align:center;
    font-size:15px;
    font-weight:500;
}

.kalepng-one {
  color: #8b5996;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.2rem;
  text-shadow: 1px 1px #333333;
}
.kalepng-two {
color: #a5496e;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.2rem;
  text-shadow: 1px 1px #333333;
}

.search-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form {
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

form label {
    display: none;
}

form input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  outline: none;
  background: #fff;
  border: 1px solid #17113757;
  color: #2e2e2e;
  text-transform: capitalize;
}

form button {
  width: 35px;
  height: 29px;
  background-color: #17113757;
  color: white;
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

form button:hover {
    background-color: #171137;
}

h1.search-up {
	color:#0006;
}

h1{
   color: #000;
  font-size: 28px;
  font-weight: 400;
}
h2 {
   color: #0a0a0a;
  font-size: 28px;
  font-weight: 400;
  margin:15px 0;
}
.content-body h2 {
	border-left:5px solid #fba707;
  border-radius:10px;
  padding-left: 15px;
}
h3 {
	font-size: 22px;
  color: #0a0a0a;
  text-align: left;
  font-weight: 400;
}
h4 {
	font-size: 16px;
  font-weight: 400;
  margin:10px 0;
}
 h6{
     font-size: 26px;
    color: #475c75;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
}

h1.caption{
    color: #444;
  font-size: 15px;
  padding-top: 10px;
}

.pt20 {
	padding-top:20px;
}
.arama-isim {
	text-align: center;
    margin-top: 20px;
    color: #ccc;
    font-size: 25px;
    font-family: system-ui;
    font-weight: 800;
}
.arama-oncesi {
	margin-top:15px;
}
.icerik-sol-reklam {
	position: absolute;
    left: 0px;
    top: 179px;
    z-index: 1;
}
.mgt25{
    padding-top:25px
}
.mgt50{
    padding-top:50px
}
.single-link{
        font-size: 30px;
    color: #b9b9b9;
    text-decoration: none;
    font-family: system-ui;
    font-weight: 900;
}
.social ul li{
    list-style-type:none;
    float:left
}
 ul.madde li {
     list-style-type: initial;
     padding: 5px;
     padding-left: 0;
     text-align: left;
     margin-left: 20px;
     margin-right: 20px;
     margin-top: 5px;
     font-size: 16px;
     color: #646464;
     float: left;
     list-style-position: inside;
}
 .nav-menu {
     height: 50px;
     width: 100%;
     margin: 0 auto;
     padding: 0;
     position: relative;
     background: #63a500;
}
 .cntr {
     width: 980px;
     margin: 0 auto;
     padding: 0;
     position: relative;
}
 .cntr ul li {
     float: left;
     list-style-type: none;
     list-style-position: inside;
     padding: 10px;
     font-size: 20px;
     padding-left: 0;
     padding-right: 10px;
     margin-right: 25px;
     color: #ccc;
}
 .cntr ul li a {
     color: #031b2a;
     text-decoration: none;
     font-size: 18px;
     text-transform: uppercase;
     position: relative;
     font-family: system-ui;
     font-weight: 900;
}
 .cntr ul li a:hover {
     text-decoration:underline;
}
 .mgt5 {
     padding-top:5px;
}
 .explore ul li.eniyi a {
    font-weight: 900;
}
.icerik{
      font-size: 32px;
    color: #ccc;
    font-family: system-ui;
    font-weight: bolder;
    letter-spacing: -1px;
    text-align: center;
}
.button{
    background:#cb0000;
    color:#fff;
    margin-top:20px;
    padding:5px;
    padding-top:0;
    height:40px;
    border:0;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    box-shadow:0 0 1px #000;
    width:100px;
    font-size:17px
}
.frm{
    padding:5px;
    border:0;
    font-size:14px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    margin-right:-3px;
    box-shadow:0 0 1px #000;
    width:250px;
    height:40px
}
.search{
    float:left;
    text-align:right;
    margin-left:30px;
    margin-top: 20px;
}
.kat-acik {
	text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
}
.divider {
  display: flex;
}
.divider:before, .divider:after {
  content: "";
  flex: 1;
}

.line {
  align-items: center;
  margin: 0;
}
.line:before, .line:after {
  height: 1px;
  margin: 0 1em;
}

.one-line:before, .one-line:after {
  background: #a63547;
}

.razor:before, .razor:after {
    box-shadow: 0 0.2px 0 #a63547;
}

.razo:before, .razo:after {
    box-shadow: 0 0.5px 0 #2e2e2e;
}

.double-razor:before, .double-razor:after {
  height: 3px;
  box-shadow: 0 -0.5px 0 #a63547, 0 0.5px 0 #a63547;
  border-width: 0;
}

.glow:before, .glow:after {
  height: 6px;
  -webkit-filter: blur(5px);
  border-radius: 5px;
}
.glow:before {
  background: linear-gradient(to right, blue, hotpink);
}
.glow:after {
  background: linear-gradient(to left, blue, hotpink);
}

.gradient {
  align-items: stretch;
  margin: 1em 0;
  height: 2em;
  line-height: 2em;
  color: white;
  background: black;
}
.gradient:before {
  background: linear-gradient(to right, white, black);
}
.gradient:after {
  background: linear-gradient(to left, white, black);
}

.donotcross {
  overflow: hidden;
  align-items: center;
  background: #ffd500;
  color: black;
  height: 2em;
  line-height: 2em;
}
.donotcross:before, .donotcross:after {
  background: white;
  padding: 50px 0;
  height: 0;
  transform: rotate(45deg);
}

.fehlerpro__body{
  background: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  padding-bottom: 10px;
  padding-bottom: 30px;
  max-width: 1250px;
  min-height: 100vh;
  box-shadow: 0 0 25px rgba(0, 70, 140, 0.1);
}
.update-site {
	text-align: center;
    margin: 10px;
	margin:0 auto;
	width:100%;
	position:relative;
	padding:10px;
}
.butonlar{
     font-size: 24px;
    padding: 10px;
    color: #fff;
    background: #cb0000;
    text-decoration: none;
    border-radius: 5px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: system-ui;
    font-weight: 900;
}
.center--area {
	  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  max-width: 980px;
}




 .picture{
    margin-right:auto;
    width:630px;
    text-align:center;
    padding-top:25px;
    position:relative;
    float:left;
}
.picture img {
    max-width: 600px;
    height: auto;
	border-radius:15px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2), 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.explore{
    margin-top:30px
}




.explore ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between; /* Sola ve sağa eşit yayılım */
}

.explore ul li {
  position: relative;
  margin: 10px;
  padding: 12px 20px 12px 40px; /* Sol tarafta ikon için yer açılıyor */
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
  flex: 1 1 calc(25% - 20px); /* Varsayılan olarak dört sütun */
  box-sizing: border-box;
}

.explore ul li::before {
  content: "\f1fc"; /* Font Awesome boya kalemi simgesi kodu */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #838383;
}

.explore ul li:hover {
  background-color: #f8f9fa;
  border-color: #ccc;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.explore ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
}

.explore ul li a:hover {
  color: #007bff;
}

/* Mobil cihazlar için iki sütun düzeni */
@media (max-width: 768px) {
  .explore ul li {
    flex: 1 1 calc(50% - 20px); /* İki sütun */
  }
}





.picture img:hover{
    opacity: 0.8;
}


.ka{
    clear:both
}
.ads-one{
   overflow: hidden;
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-top: 25px;
  position: relative;
  margin-right: 20px;
  background: #efefef;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;

  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;

  }
  .topnav a {

  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

  }
}
 @media screen and (max-width:680px) {
     .header,.nav-menu,.cntr,#headerc,.logo,.search,.subheader,.fehlerpro__body,.template-footer,.picture,.sol-copy {
        width:100%;
         overflow:hidden;
		 padding:0;
    }
	.template-item, .template-item img {
		width:95%;
		float:left;
		height:auto;
		clear:both;
	}
	.name {
		clear:both;
		margin-left:auto;
		margin-right:auto;
		font-size:17px
	}
	.template-footer, .template-footer a, .sol-copy, .sol-copy a {
		font-size:14px;
	}
     #headerc, .header {
         height:200px;
    }
     .frm, .button {
        float:left;
    }
     .button {
        margin-top:0;
    }
     .search {
        float:left;
    }
     .picture img {
        width:90%
    }
     .social {
        display:none
    }
	.ads-one {
		width: -webkit-fill-available;
        text-align: center;
        padding: 20px;
        height: fit-content;
	}
	.icerik-sol-reklam {
		display:none;
	}
}

header {
         position: relative;
  z-index: 1000;
  background: #fba707;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 10px 10px;
        }

        .container {
            max-width: 1210px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo img {
            height: 65px;
			width:300px;
        }

        .desktop-menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
        }

        .desktop-menu ul li {
            margin-right: 20px;
  border-left: 1px solid #24242452;
  padding-left: 20px;
        }

        .desktop-menu ul li a {
            text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
        }

        .desktop-menu ul li a:hover {
            text-decoration:underline;
        }

        .hamburger-menu {
            display: flex;
            flex-direction: column;
            cursor: pointer;
            z-index: 1100;
			margin-right:10px;
        }

        .hamburger-menu .bar {
           width: 25px;
  height: 3px;
  background-color: #000;
  margin:3px 0;
  border-radius:5px;
        }

        .mobile-menu {
            position: fixed;
            top: 0;
            right: -300px;
            width: 300px;
            height: 100vh;
            background-color: #fba707;
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
            overflow-y: auto;
            transition: transform 0.3s ease, right 0.3s ease, opacity 0.3s ease;
            z-index: 1200;
            padding: 20px;
            opacity: 0;
            visibility: hidden;
        }

        .mobile-menu.show {
            right: 0;
            opacity: 1;
            visibility: visible;
        }

        .mobile-menu ul {
            list-style: none;
            padding: 0;
        }

        .mobile-menu ul li {
            margin: 15px 0;
        }

        .mobile-menu ul li a {
            text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
        }

        .social-icons {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .social-icons a {
            text-decoration: none;
            color: #000;
            margin: 0 5px;
            font-size: 18px;
        }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease;
            z-index: 1100;
        }

        .overlay.show {
            opacity: 1;
            visibility: visible;
        }

        .search-form {
            display: flex;
            align-items: center;
        }

        .search-form input[type="text"] {
     padding: 5px;
  outline: none;
  font-size: 13px;
  border: 1px solid #fff;
  background: #fff;
  width: 260px;
  color: #000;
  height: 30px;
        }

        .search-form button {
           padding: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
  background: #fba707;
  color: #000;
        }
		.search-form button:hover {
			background: #fba707;
		}

        @media (max-width: 768px) {
            .desktop-menu {
                display: none;
            }

            .search-form {
                display: none;
            }
        }

        .mobile-search-form {
            margin: 20px 0;
        }

        .mobile-search-form input[type="text"] {
            padding: 5px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #222;
        }

        .mobile-search-form button {
           background-color: #fba707;
  color: #222;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 20px;
        }
		
		.mobile-search-form button:hover {
			 background-color: #fba707;
		}

        .close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 24px;
            cursor: pointer;
            color: #000;
            z-index: 1300;
        }

        .close-btn:hover {
            color: #fff;
        }
		
	@media (max-width: 768px) {
	header {
		width: 100%;
    overflow: hidden;
    padding: 1px;
	}
	.footer--items {
		width:100%;
		overflow:hidden;
		padding:0;
	}
	.content--area {
		width:100%;
		overflow:hidden;
		padding:10px;
		box-sizing: border-box;
	}
	.content--area img {
		max-width:100%;
	}
	}
.breadcrumb-container {
   margin: 0;
  border-radius: 5px;
}
nav[aria-label="breadcrumb"] {
  border-radius: 5px;
  padding-left: 10px;
}
.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb-item {
    display: inline-block;
    font-size: 14px;
}
.breadcrumb-item a {
    color: #424242;
    text-decoration: none;
    transition: color 0.3s ease;
	font-size:14px;
}
.breadcrumb-item a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.breadcrumb-item.active span {
    color: #6c757d;
    font-weight: bold;
	font-size:14px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding: 0 8px;
    color: #6c757d;
}
ol.breadcrumb li {
	padding:0;
}
.fehlerpro__single {
  margin: 30px 0;
  overflow: hidden;
  clear:both;
}
.single__werbung__20, .single__werbung__40, .single__werbung__80 {
	padding:10px;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    text-align: left;
    table-layout: auto; /* İçeriklere göre genişliği otomatik ayarla */
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

tr:hover {
    background-color: #f1f1f1;
}

@media screen and (min-width: 769px) {
    table {
        overflow-x: visible;
		font-size:14px;
    }
}
@media screen and (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
		font-size: 14px;
    }
    th, td {
        white-space: nowrap;
		font-size: 14px;
    }
}
.post-meta-bar{
display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  line-height: 1.3;
  color: #0b0b0b;
  margin-bottom: 10px;
}
.meta-item{
    display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: normal;
}
.meta-icon{
   width: 13px;
  height: 13px;
  fill: #e2001a;
  flex-shrink: 0;
}
.meta-item a{
    color:inherit;
    text-decoration:none;
    font-weight:normal;
}
.yazar-svg {
      width: 16px;
      height: 16px;
      fill: #333;
      transition: fill 0.3s ease;
      cursor: pointer;
    }

    .kalp-svg {
      width: 16px;
      height: 16px;
      fill: #e74c3c;
      transition: fill 0.3s ease;
      cursor: pointer;
    }

    .tarih-svg {
      width: 16px;
      height: 16px;
      fill: #555;
      transition: fill 0.3s ease;
      cursor: pointer;
    }