/*
  Theme Name: Kunstforum Mainturm
  Version: 1.0.0
  Template: Divi
  Author: Ewald Webdesign
  Author URI: https://ewald-webdesign.de
  Text Domain: kunstforum-mainturm
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.custom-layout {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.top-image img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.image-row {
  display: flex;
  justify-content: center;
  margin: 20px;
  margin-top: 20px;
}

.image-row .left-image,
.image-row .right-image {
  width: 45%;
}

.image-row img {
  width: 100%;
  display: block;
}

/* Grid für alle Ausstellungen */
.exhibition-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: 20px;
}

.exhibition-preview {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.exhibition-preview img {
  max-width: 100%;
  height: auto;
}
