/**/
/* Styles für https://www.no74.de */



/**/
/* Schriftart der Seite bestimmen	*/
/* Goggle-Schrift: open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
  url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/**/
/* Layout komplette Seite	*/
/* kein äußerer und innerer Abstand */
* {
  padding: 0;
  margin: 0;
}

/**/
/* die Container sollen die gesamte Höhe nutzen	*/
/**/
html, body {
  height: 100%
}

/**/
/* Schrift, Seitenhintergrund */
/* linker und rechter Innenabstand */
body {
  font-family: Open Sans;
  background-image: url("../bilder/hintergrund.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-left: clamp(5px, calc(1px + (300 - 1) * ((100vw - 560px) / 1920)), 300px);
  padding-right: clamp(5px, calc(1px + (300 - 1) * ((100vw - 560px) / 1920)), 300px);
}

/*****************************************************************************/
/* Seitenkopf	*/
/* Box oben, fest (sticky), Hintergrundfarbe */
header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: hsla(0, 0%, 100%, 0.95);
  z-index: 50;
}

/**/
/* Layout des oberen Seitenbereiches	*/
/* Einstellungen für das Logo und Menue */
kopf {
  display: grid;
  grid-template-columns: clamp(15%, 25%, 35%) 1fr repeat(5, auto) clamp(2%, 5%, 10%);
  grid-template-rows: repeat(2, 1fr);
  /*background-color: hsla(0, 0%, 100%, 0.95);*/
  gap: 0px 0px;
  grid-template-areas:
    "logo l1 menu-oben menu-oben menu-oben menu-oben menu-oben l2"
    "logo l1 . . . . . .";
  top: 0;
}

/**/
/* Layout des Logos	*/
/* Das Bild soll sich an den Container anpassen */
logo {
  grid-area: logo;
  display: flex;
  justify-content: center;
  align-items: center;
}

logo img {
  /* linker Seitenabstand je Auflösung anpassen */
  padding-left: clamp(10px, 20px, 30px);
  object-fit: cover;
  max-width: 100%;
  height: auto;
  float: left;
}

/**/
/* Layout der l1 + l2	Boxen */
/* l1 +l2 reservieren Leerraum */
l1 {
  grid-area: l1;
  display: flex;
  justify-content: center;
  align-items: center;
}

l2 {
  grid-area: l2;
}

/**/
/* Obere Menü-Box	 anlegen */
/**/
menu-oben {
  grid-area: menu-oben;
}

/*****************************************************************************/
/* Inhaltsbereich	*/
/* Box für den eigentlichen Seiteninhalt */
/* Zwei Versionen */
/* für kurze Inhalte */
main {
  display: block;
  min-height: 100%;
  background-color: hsla(0, 0%, 100%, 0.95);
  /* min-width: 16em;
  Mindestbreite (der Überschrift) verhindert Anzeigefehler in modernen Browsern */
}

/* für lange Inhalte */
main-lang {
  display: block;
  background-color: hsla(0, 0%, 100%, 0.95);
  min-width: 16em;
  /* Mindestbreite (der Überschrift) verhindert Anzeigefehler in modernen Browsern */
}

/*****************************************************************************/
/* Willkommensüberschrift	*/
/**/
seitentitel {
  display: flex;
  padding-top: 2em;
  padding-bottom: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: clamp(8px, calc(8px + (18 - 8) * ((100vw - 360px) / 1560)), 18px);
  background-color: #006600;
  color: white;
}

/*****************************************************************************/
/* Seiteninhalt	*/
/**/
textfeld {
  display: block;
  font-size: clamp(8px, calc(8px + (18 - 8) * ((100vw - 360px) / 1560)), 18px);
  padding-left: clamp(1.5em, calc(1.5em + (300 - 1) * ((100vw - 560px) / 1920)), 300px);
  padding-right: clamp(1.5em, calc(1.5em + (300 - 1) * ((100vw - 560px) / 1920)), 300px);
}

/*****************************************************************************/
/* Tabellendesign Vorstand	*/
/**/

table, td, th {
  border: none;
  width: 120px;
  height: 25px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  text-align: left;
  height: 15px;
}

/**/
/* Tabellendesign Vorstand	*/
/* ENDE */



/*****************************************************************************/
/* Temine - Layout	*/
/* einbinden einer PDF */
object {
  width: 100%;
  height: 90%;
}

/*****************************************************************************/
/* keine Cookies - Layout	*/
/* Bildbox */
cookies {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2.5em;
}

/* Cookiebild */
cookies img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  float: left;
}

gartler {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(5, 1fr);
  /*background-color: hsla(0, 0%, 100%, 0.95);*/
  gap: 0px 0px;
  grid-template-areas:
    "z1"
    "z2"
    "z3"
    "z4"
    "z5";
  top: 0;
}

z1 { grid-area: z1; }
z2 { grid-area: z2; }
z3 { grid-area: z3; }
z4 { grid-area: z4; }
z5 { grid-area: z1; } 


gartler1, gartler2 {
  display: block;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  min-width: 100%;
}


gartler1, gartler2 img {
  object-fit: cover;
  height: auto;

}

  gartler1 img { width: 40%; }
  gartler2 img { width: 30%; }


geschichte {
  display: block;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  min-width: 100%;
}
  geschichte img {
    object-fit: cover;
    height: auto;
    width: 60%;
  }





/*****************************************************************************/
/* Menu - Layout	*/
/**/

/* Kopf - Menu */
nav.primary-navigation {
  margin: 0 auto;
  display: block;
  padding: 2em 0 0 0;
  text-align: center;
  font-size: clamp(8px, calc(8px + (20 - 8) * ((100vw - 360px) / 1560)), 20px);
}

  nav.primary-navigation ul li {
    list-style: none;
    margin: 0 auto;
    border-left: 2px solid #006600;
    display: inline-block;
    padding: 0 clamp(5px, calc(5px + (20 - 1) * ((100vw - 560px) / 1920)), 25px);
    position: relative;
    text-decoration: none;
    text-align: center;
    font-family: Open Sans;
  }

nav.primary-navigation li a {
  color: black;
}

  nav.primary-navigation li a:hover {
    color: #006600;
    /*#008F00;*/
  }

nav.primary-navigation li:hover {
  cursor: pointer;
}

nav.primary-navigation ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  left: 0;
  display: none;
  background: white;
}

nav.primary-navigation ul li:hover > ul, nav.primary-navigation ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  min-width: clamp(180px, calc(180px + (350 - 1) * ((100vw - 560px) / 1920)), 350px);
  text-align: left;
  padding-top: 20px;
  box-shadow: 0px 3px 5px -1px #ccc;
}

nav.primary-navigation ul li ul li {
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  border-style: none;
}

  nav.primary-navigation ul li ul li a:hover {
    padding-left: 10px;
    border-left: 2px solid #006600;
    /*yellowgreen;*/
    transition: all 0.3s ease;
  }

a {
  text-decoration: none;
}

  a:hover {
    color: #006600;
    /*yellowgreen;
    #008F00;*/
  }

ul li ul li a {
  transition: all 0.5s ease;
}


/* Fuss - Menue */
a.unten {
  font-family: Open Sans;
  color: white;
  font-size: clamp(8px, calc(8px + (18 - 8) * ((100vw - 360px) / 1560)), 18px);
}

  a.unten:link {
    color: white;
    text-decoration: none;
  }

  a.unten:hover {
    color: #00CC00;
    text-decoration: underline;
  }

/**/
/* Menu - Layout	*/
/* ENDE */

/*****************************************************************************/
/* Fußzeilen - Layout	*/
/**/
footer {
  position: sticky;
  padding: .5em;
  bottom: 0;
  left: 0;
  right: 0;
  background: #696969;
  font-family: Open Sans;
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "f1 f2 .";
  font-size: clamp(8px, calc(8px + (18 - 8) * ((100vw - 360px) / 1560)), 18px);
  padding: 0.5em;
  height: 1.5em;
  grid-column-gap: 1.0em;
  vertical-align: middle;
}

f1 { grid-area: f1; }
f2 { grid-area: f2; }
footer p {
  float: right;
  margin: 0;
}

/**/
/* Fußzeilen - Layout	*/
/* ENDE */
