/*
Theme Name: Regio Lahn
Theme URI: http://regio-lahn.de
Author: BEN Medien
Author URI: http://ben-medien.de
Description: Kleinanzeigen-Theme, klar, rot, mit Werbebannern
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: regio-lahn
*/

body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #333;
}

a {
  color: #c40000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header, .site-footer {
  background-color: #c40000;
  color: white;
  padding: 15px;
  text-align: center;
}

.site-content {
  max-width: 1200px;
  margin: 20px auto;
  display: flex;
  gap: 20px;
}

/* Sidebar Banner */
.sidebar-banner {
  width: 300px;
  height: 600px;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-weight: bold;
}

/* Anzeigenliste */
.ad-list {
  flex: 1;
}

.ad-item {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
}

.ad-item img {
  width: 150px;
  height: 100px;
  object-fit: cover;
}

.ad-item .ad-info {
  flex: 1;
}

.ad-item .ad-title {
  font-size: 1.2em;
  color: #c40000;
  margin-bottom: 5px;
}

.ad-item .ad-price {
  font-weight: bold;
  margin-bottom: 5px;
}

.ad-item .ad-location {
  color: #666;
}
