/*--------------------------------------------
    1. ÜBERSCHRIFTEN
---------------------------------------------*/

/* -------------- h1 -------------------------*/

h1 {    /* h1: wg. SEO 'Kunst der Verschollenen Generation' nur einmal auf Home - identisch mit h7 */ 
            font-size: 38px; 
                color: #666666;
          font-family: 'arial';
       letter-spacing: 3.0px; 
          line-height: 160%;
        }

 /* Kleinere Ueberschrift fuer iPad */
@media (max-width: 1024px) {
h1 {        font-size: 30px;
                 color: #666666;
           font-family: 'arial';
        letter-spacing: 2.0px; 
                    }
        }

 /* Kleinere Ueberschrift fuer iPhone */
@media (max-width: 420px) {
h1 {         font-size: 24px;
                  color: #666666;
           font-family: 'arial';
        letter-spacing: 2.0px; 
            }
        }
        
/* -------------- h2 -------------------------*/

/* Desktop */
h2 {
  font-size: 4.0rem;
  letter-spacing: 5px;
  text-align: left;
  color: var(--schriftfarbe);
  font-weight: normal;
  margin-top: 100px;
}

/* iPad Portrait */
@media (min-width: 768px) and (max-width: 1023px) {
h2 {  
  font-size: 4.0rem;
   }
}

/* iPad Landscape */
@media (min-width: 1024px) and (max-width: 1266px) {
h2 {
  font-size: 4.0rem;
   }
}

/* iPhone Portrait */
@media (max-width: 767px) {
h2 {  
  font-size: 2.5rem;
   }
}

/* iPhone Landscape */
@media (min-width: 481px) and (max-width: 767px) {
h2 {
  font-size: 3.0rem;
   }
}

        
/* -------------- h3 -------------------------*/

h3 {        font-size: 24px; 
                color: #666666;
          font-family: 'arial';
          font-weight: bold;
       letter-spacing: 0.0px; 
        margin-bottom: 15px; }  

/* -------------- h4 -------------------------*/

h4 {        font-size: 20px; 
                color: #666666;
          font-family: 'arial';
       letter-spacing: 0.0px; 
        margin-bottom: 18px;          
          line-height: 160%;
                  }

/* -------------- h5 -------------------------*/

h5 {        font-size: 16px; 
                color: #666666;
          font-family: 'arial';
       letter-spacing: 0.0px; 
        margin-bottom: 15px;          
          line-height: 160%;
                  }

/*------------------------------------------------------------------
    2. HORIZONTALE LINIEN
-------------------------------------------------------------------*/
.horizontal-line {
      display: block; /* Stellt sicher, dass das Element als Block dargestellt wird */
      width: 100%; /* Nimmt die volle Breite des Elternteils ein */
      height: 1px; /* Definiert die Höhe der Linie */
      background-color: #666666; /* Setzt die Farbe */
      margin: 10px 0px; /* 10px fuegt vertikalen Abstand hinzu - 0px schiebt Linie nach rechts */
    }
.col-md-12.col-sm-12.col-xs-12 {
    padding: 0px 20px;  /* 0px Abstand unter Linie, 20px Veschiebt die horizontale Linie und den Text  */
}
   
hr { 
      display: block;
      width: 100%;
      margin-left: 0%;
      margin-rigth: 0%;
      height: 1px;
      background-color: #666666;
      margin: 10px 0px; /* 10px fuegt vertikalen Abstand hinzu - 0px schiebt Linie nach rechts */
}   

hr_re { 
      display: block;
      width: 50%;
      margin-left: 50%;
      margin-rigth: 0px;
      height: 1px;
      background-color: #666666;
      margin: 10px 0px; /* 10px fuegt vertikalen Abstand hinzu - 0px schiebt Linie nach rechts */
}  

hr_li { 
      display: block;
      width: 50%;
      margin-left: 0%;
      margin-rigth: 50%;
      height: 1px;
      background-color: #666666;
      margin: 10px 0px; /* 10px fuegt vertikalen Abstand hinzu - 0px schiebt Linie nach rechts */
}  

/* Lange Linie fuer iPhone */
@media (max-width: 420px) {
hr_re { 
      width: 100%;
            }
          
hr_li { 
      width: 100%;
                   }
}


/*--------------------------------------------------------------------------------------------------
    3. KUENSTLERSEITE - Bilder beim Ueberstreichen auffhellen - Bildgroesse einstellen
---------------------------------------------------------------------------------------------------*/
.menu { filter: brightness(90%);width:200px;height:200px; }
.menu:hover { filter: brightness(100%); 
}

.menu_k { filter: brightness(90%);width:200px;height:200px; }
.menu_k:hover { filter: brightness(100%); 
}

/*------------------------------------------------------------------
    3. KUENSTLERSEITE - Bildsektion - Bilderrahmen - Staerke und Farbe
-------------------------------------------------------------------*/
img {border: 0px solid #ffffff;}

.full-width-box {
      width: 100%; /* Der Kasten nimmt die volle Breite des Displays ein */
      box-sizing: border-box;
      background-color:  #226688;
      padding: 30px 0px 15px; /* Höhe des Kastens einstellen: oben rechts links unten */
      border: 0px solid blue;
    }

.full-width-box1 {
      width: 100%; /* Der Kasten nimmt die volle Breite des Displays ein */
      box-sizing: border-box;
      background-color:  #F0EEEE;
      padding: 50px 0px 0px 0px; /* Höhe des Kastens einstellen: oben rechts links unten */
      border: 0px solid blue;
    }

/*------------------------------------------------------------------
    3. KUENSTLERSEITE - Ueberschrift - Kuenstlername
-------------------------------------------------------------------*/
.section-text h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 35px;
    color: #ffffff;
    text-align: left;
    font-family: 'serif';
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

 /* Kleinere Ueberschrift fuer iPhone */
@media (max-width: 768px) {
.section-text h1 {
              font-size: 30px;
                  color: #ffffff;
           font-family: 'serif';
            }
        }

/*------------------------------------------------------------------
    3. KUENSTLERSEITE - Biographie - Ueberschrift 25
-------------------------------------------------------------------*/
.section-text h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 5px;
    color: #ffffff;
    text-align: left;
    font-family: 'arial';
    margin: 0 0 25px;
    text-transform: none;
}
.section-text h5 {
  margin-left: 10px; /* Oder padding-left: 20px; */
}

/*------------------------------------------------------------------
    3. KUENSTLERSEITE - Biographie - Abschnitte - Ueberschrift
-------------------------------------------------------------------*/
.section-text h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 0px;
    color: #666666;
    text-align: left;
    font-family: 'arial';
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

/*------------------------------------------------------------------
    3. KUENSTLERSEITE - Biographie - Abschnitte - Text
-------------------------------------------------------------------*/
.section-text h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
    color: #666666;
    text-align: left;
    font-family: 'arial';
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;   
}

/*-------------------------------------------------------------------
    3. KUENSTLERSEITE - Bildsektion - Textgroesse Bildunterschriften
--------------------------------------------------------------------*/
.section-bilder h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #666666;
    text-align: center;
    font-family: 'arial';
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

/*------------------------------------------------------------------
   3. KUENSTLERSEITE - EINZELBILD GROSS - Formatiert das Bild
-------------------------------------------------------------------*/

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/*------------------------------------------------------------------
   3. KUENSTLERSEITE - EINZELBILD GROSS - Das Kreuz zum Schliessen
-------------------------------------------------------------------*/
.fancybox-close {
	position: absolute;
	top: -10px;
	right: -18px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 8040;
}

/*------------------------------------------------------------------
    3. KUENSTLERSEITE - LIGHTBOX 2 - Bildunterschrift
-------------------------------------------------------------------*/
.section-text h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #666666;
    text-align: center;
    font-family: 'arial';
    margin: 0 0 40px;
    padding: 0;
    text-transform: none;
}

/*------------------------------------------------------------------
    3. KUENSTLERSEITE - LIGHTBOX 2
-------------------------------------------------------------------*/
  .lightbox2 {
   padding-left: 0px; /* Abstand des Bildes in der Box vom linken Rand */
   padding-top:   0px; /* Abstand des Bildes in der Box vom oberen Rand */
   margin-right: 0px;
   margin-top: 24px; /* Abstand der Box vom oberen Containerrand */
   background: #ffffff;
   background-size: contain;
   background-position: center;
   color: #666666;
   border: 0px solid #000;
   border-radius: 0px;
   font-size: 14px;
   font-family: 'arial';
}  

/*------------------------------------------------------------------
    3. KUENSTLERSEITE - Zentriert die Bilder im Handy
-------------------------------------------------------------------*/
.img-fit {
   width: 100%;
   object-fit: contain;
   height: max; 
}

/*------------------------------------------------------------------
    4. BUTTON - rauf 
-------------------------------------------------------------------*/
.dmtop {
    background-color: #226688;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 50px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

/* Entfernt Unterstrich / Fokus-Rahmen beim Klick auf den rauf-Button */
.dmtop:focus,
.dmtop:active {
    outline: none !important;
    text-decoration: none !important;
}
.dmtop::-moz-focus-inner {
    border: 0 !important;
}

/* Entfernt Hover-/Active-/Focus-Unterstreichungen beim Scroll-Top-Button */
.dmtop,
.dmtop:hover,
.dmtop:focus,
.dmtop:active,
.dmtop:visited,
.dmtop:visited:hover {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}



/* ===============================================================
   FOOTERFARBEN / VARIABLEN
=============================================================== */
:root {
  --hauptfarbe: #226688;
  --hoverfarbe: #44a6c6;
  --schriftfarbe: #575757;
  --headlinefarbe: #fff;
  --footerfarbe_1: #f0f0f0;
  --footerfarbe_2: #e0e0e0;

  /* Falls genutzt: Abstand für Layout */
  --abstand-xl: 80px;
}

/* ===============================================================
   FOOTER BASIS
=============================================================== */
.footer {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background-color: var(--footerfarbe_1);
  color: var(--schriftfarbe);
  margin-top: var(--abstand-xl);
  padding: 40px 0 0;
  box-sizing: border-box;
}

/* ===============================================================
   FOOTER GRID / LAYOUT
=============================================================== */
.footer-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  justify-items: center;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 30px;
  gap: 40px;
}

/* ===============================================================
   LOGO
=============================================================== */
.footer-logo img {
  width: 140px;
  height: auto;
  display: block;
  margin-top: 6px;
}

/* ===============================================================
   HEADLINES & TEXT
=============================================================== */
.footer h4 {
  color: var(--schriftfarbe);
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 5px;
}

footer p {
  font-size: 1.25em; /* Hier die gewünschte Größe anpassen */
  line-height: 1.6; /* Empfehlenswert für bessere Lesbarkeit */
}


/* ===============================================================
   LINKS
=============================================================== */
.footer a {
  color: var(--hauptfarbe);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--hoverfarbe);
  text-decoration: underline;
}

/* ===============================================================
   ICON-LINE
=============================================================== */
.footer-iconline {
  font-size: 1.25em;
  margin: 4px 0;
}

.footer-iconline .glyphicon {
  color: var(--hauptfarbe);
  margin-right: 8px;
  top: 2px;
  position: relative;
}

/* ===============================================================
   FOOTER UNTEN (COPYRIGHT-LINIE)
=============================================================== */
.footer-bottom {
  background-color: var(--footerfarbe_2);
  text-align: center;
  padding: 20px 12px;
  font-size: 1.0em;
  border-top: 1px solid #ddd;
  color: var(--schriftfarbe);
}

.footer-bottom p {
  margin: 0;
  text-align: center;
}

.footer-bottom a {
  color: var(--hauptfarbe);
  margin: 0 8px;
  text-decoration: none;
  font-weight: 500;
}

.footer-bottom a:hover {
  color: var(--hoverfarbe);
  text-decoration: underline;
}

/* ===============================================================
   RESPONSIVE (600px)
=============================================================== */
@media (max-width: 600px) {
  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
    padding: 0 20px 30px;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
  }

  .footer-logo img {
    margin: 0 auto 16px auto;
    max-width: 160px;
  }

  .footer-col {
    margin-bottom: 12px;
  }

  .footer-bottom {
    text-align: center;
  }
}

/* ===============================================================
   RESPONSIVE (601px – 1100px)
=============================================================== */
@media (min-width: 601px) and (max-width: 1100px) {
  .footer-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
    justify-items: center;
    text-align: left;
    padding: 0 30px 30px;
  }

  .footer-logo img {
    margin: 0 auto;
    width: 130px;
     margin-top: 6px;
  }
}




/* ===============================================================
   HEADER & NAVIGATION – DESKTOP
=============================================================== */

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; 
  background: white;
  width: 100%;
  box-sizing: border-box;
}

nav#main-nav {
  position: relative;
  right: 100px;         /* Abstand der Menüzeile von rechts */
  margin-top: 60px;  /* Abstand der Menüzeile von oben */
}

nav#main-nav ul {
  display: flex;
  gap: 25px;         /* horizontaler Abstand zwischen den Menüpunkten */
  list-style: none;
  margin: 0;
  padding: 0;
}

nav#main-nav ul li a {
  text-decoration: none;
  color: var(--schriftfarbe);
  font-weight: 500;
  font-size: 1.1em;
  transition: color .3s;
}

nav#main-nav ul li a:hover {
  color: var(--hoverfarbe);
}

nav#main-nav ul li a.active {
  color: var(--hauptfarbe);
}

@media (min-width: 1024px) and (max-width: 1266px) {nav#main-nav {
  right: 65px;         /* Abstand der Menüzeile von rechts */
    }
}

/* ===============================================================
   LOGO POSITIONIEREN - DESKTOP
=============================================================== */
.logo {
  margin-left: 105px; /* Abstand von links */
  margin-top: 10px;
  margin-bottom: 5px;
}

.logo img {
  width: 131px;
  height: auto;
  display: block;
}

/* ===============================================================
   LOGO AUF iPHONE PORTRAIT POSITIONIEREN
=============================================================== */
@media (max-width: 480px) {
  .nav-container {
    /* Wir stellen sicher, dass der Container das Logo wieder nach links lässt */
    justify-content: space-between !important;
  }

  .logo {
    /* Wir erzwingen 0px Abstand von links */
    margin-left: 20px !important; 
    padding-left: 0px !important;
  }

  /* Falls das Bild im Logo selbst einen Abstand hat */
  .logo img {
    margin-left: 0px !important;
  }
}

/* ===============================================================
   LOGO AUF iPHONE LANDSCAPE POSITIONIEREN
=============================================================== */
@media (min-width: 481px) and (max-width: 767px) {
  .nav-container {
    /* Wir stellen sicher, dass der Container das Logo wieder nach links lässt */
    justify-content: space-between !important;
  }

  .logo {
    margin-left: 20px !important; 
    padding-left: 0px !important;
  }

  .logo img {
    margin-left: 0px !important;
  }
}

/* ===============================================================
   LOGO AUF iPAD PORTRAIT POSITIONIEREN
=============================================================== */

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-container {
    display: flex !important;
    justify-content: flex-start !important; /* Elemente nacheinander */
  }

  .logo {
    margin-left: 50px !important;  /* Abstand des Logos von links */
    margin-right: 20px; /* Abstand des Logos von rechts */
  }

  /* Der Hamburger soll ganz nach rechts */
  .hamburger {
    margin-left: auto !important; 
    position: relative !important; /* Damit er nicht über dem Logo schwebt */
    right: 30px !important;  /* Abstand des Hamburgers von rechts */
    top: 0px !important; /* Deine ursprüngliche Höhe */
  }

  /* Auch die Navigation muss rechts bleiben */
  nav#main-nav {
    margin-left: auto !important;
  }
}


/* ===============================================================
   LOGO AUF iPAD LANDSCAPE POSITIONIEREN
=============================================================== */
@media (min-width: 1024px) and (max-width: 1266px) {
  .nav-container {
    display: flex !important;
    justify-content: flex-start !important; /* Elemente nacheinander */
  }

  .logo {
    margin-left: 70px !important;  /* Abstand des Logos von links */
    margin-right: 20px; /* Abstand des Logos von rechts */
  }

  /* Auch die Navigation muss rechts bleiben */
  nav#main-nav {
    margin-left: auto !important;
  }
}

/* ===============================================================
   HAMBURGER – Design des Symbols
=============================================================== */

.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;             /* Abstand zwischen den drei Linien des geschlossenen Hamburgers */
  cursor: pointer;
}

.hamburger span {
  width: 28px;         /* Breite des Balkens im Hamburgersymbol */
  height: 3px;
  background: var(--schriftfarbe);
  transition: .3s;
}


/* ===============================================================
   MOBILE NAVIGATION – bis 1100px
=============================================================== */

@media (max-width: 1100px) {

  /* Hamburger sichtbar */
  .hamburger {
    position: absolute;
    right: 70px !important;            /* Abstand des Hamburgers von rechts */
    margin-top: 50px;                  /* Abstand des Hamburgers von oben */
    display: flex !important;
    left: auto !important; /* Hebt linke Fixierungen auf */
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 50;
  }
  
  /* Schriften & Linien scharf halten */
  .hamburger span {
    background: var(--schriftfarbe);
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
  }

  /* Hamburger geöffnet */
  nav#main-nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    background: white;
    padding: 0;
    gap: 20px;                             /* vertikaler Abstand zwischen den einzelnen Menüpunkten */
    text-align: left;

    /* Animation-Startzustand */
    opacity: 0;
    transform: translateY(-12px);
  }

  /* Menü geöffnet */
  nav#main-nav.open ul {
    display: flex;
    padding: 20px 0 20px 47px;

    /* SlideDown-Animation */
    animation: slideDown 0.45s ease forwards;
  }

/* Navigation positionieren */
nav#main-nav {
  position: absolute;
  top: 31px;
  right: 0;           /* Anstatt left: 0 auf die rechte Seite setzen */
  left: auto;         /* Verhindert das Aufspannen über die ganze Breite */
  width: 200px;       /* Hier die gewünschte Breite des weißen Feldes festlegen */
  overflow: hidden;
  z-index: 5000;
}
}


/* ===============================================================
   MOBILE NAVIGATION – iPhone Portrait
=============================================================== */
@media (max-width: 480px) {  
.hamburger {
    position: absolute;
    right: 25px !important;            /* Abstand des Hamburgers von rechts */
    margin-top: 55px;                  /* Abstand des Hamburgers von oben */
  }
}

/* ===============================================================
   MOBILE NAVIGATION – iPad Portrait
=============================================================== */
@media (min-width: 768px) and (max-width: 1023px) {
.hamburger {
    position: absolute;
    right: 50px !important;            /* Abstand des Hamburgers von rechts */
    margin-top: 55px;                  /* Abstand des Hamburgers von oben */
  }
}

/* ===============================================================
   Keyframes – SlideDown-Effekt
=============================================================== */

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}