/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-:2.5;
}

body {height:100%;
font-size:1.7rem;  
background:#454545;
margin: 0 auto;
overflow-x:hidden;
color:#000;
POSITION:relative;
}


/* ---- überschriften ----- */

h1, h2, h3, h4, h5 {text-align:left, center;
font-weight:bold;text-transform:none;text-color:#;
};
}

h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
font-size:2.7rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 3.5rem;
letter-spacing:3px;
}


h3 {
font-size:1.7rem;
line-height: 2.5rem;
margin-top: 3rem;
margin-bottom:1.5rem;
text-transform:none;
letter-spacing:2px;

}

h4 {
font-size:2.3rem;
line-height: 2.8rem;
margin-top: 1.1rem;
margin-bottom:1.5rem;
text-transform:none;
letter-spacing:2px;
text-align:center;
font-weight:bold;
color:#ad0404;
} 

h5 {
font-size: 2.0rem;
line-height: 2.4rem;
margin-top: 1.7rem;
margin-bottom:1.5rem;
text-transform:none;
letter-spacing:2px;
text-align:center;
font-weight:bold;
color:#CD2626;
}


/* ----- quelltext-erklärungen - wenn vorhanden ----- */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family: arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem #7f7f7f;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:bold;
background:darkslategray;padding:0 .5rem;
transform:rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#fff
text-decoration: underline;
font-size:1.4rem;  
cursor:pointer;
}

a:hover {color:seegreen;
text-decoration: none;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;opacity:1
}

.flex { 
    display: flex; 
    justify-content: left; 
    align-items: left;
}

/*  ----------------------------------------  */
/* LISTE-SPEZIAL  */
/*  ----------------------------------------  */

/* ----- style ----- */

.liste-spez   {display:block;margin:2rem 0rem 2rem .5rem; }

.liste-spez h3  {text-align:left; }

.liste-spez ul  {display:inline-block;text-align:left;
margin:0;
padding:0 1rem;
}

.liste-spez li {list-style:none;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-1.6rem; /* rückt zweite gfls zeile ein*/
padding-left:1.5rem; /* rückt zweite gfls zeile ein*/
font-weight:normal;
line-height:2.7rem;
}

.liste-spez li a  {text-decoration:none;color:#000; }
.liste-spez li a:hover  {text-decoration:underline;color:darkgreen; }


/* ----- icon ----- */

.liste-spez li:before {display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                      - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f138";
margin-right:1rem;
color:#5A3310;
transform:Saale(.8);
transition:all .3s ease-out;
}

/* icon hover */
.liste-spez li:hover:before  {
transform: translate(0px);
transform:scale(.8);
color:seagreen;
content:"\f058";
font-weight: 900;
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.box {display:inline-block;vertical-align:top;
width:100%;
padding:6px;
text-align:left;
margin:0 -2px; /* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

/* ----- boxen - grundsystem ----- */

.box-1_of_1,
.box-1_of_2,
.box-1_of_3,
.box-1_of_4,
.box-1_of_5 {width:100%;}


/*  ----- boxen - für abweichungen vom boxen-grundsystem ----- */

.box-1_of_4  {width: 50%; }
#gallery-special .box-1_of_3 {width:80%; }
#gallery-special .box-1_of_4 {width:70%; }
#gallery .box-1_of_4 {width:50%; }
#fuss .box-1_of_4  {width: 100%; }


/*  ----- bei Mausberührung der Bilder, wenn diese verlinkt sind (z.B Lightbox) ----- */
a:hover img {opacity:.8;  filter: contrast(100%); }


/* ----- boxen - boxen mit text ----- */

article.text {font-size:1.9rem;
margin:0;margin-bottom:1.5rem;
text-align:left;letter-spacing:1px;
padding:1rem 1rem 1rem 0;
}

article.text.bildbeschreibung {font-weight:normal; }

article.text h3 {
font-size:1.8rem;
margin: 0rem 0rem 1.5rem 0rem;
text-align:left;
text-transform:uppercase;
}

/* ----- boxen - boxen mit text - zentrierung der bildbeschreibung falls 1 bild (.box-1_of_1) verwendet wird ----- */

article.text.cntr {text-align:center; }


/* ############################################################ */
/* haupt */
/* ############################################################ */

#haupt {
width:94%;margin:0 auto;
box-shadow:0 0rem 10rem rgba(0,0,0,.9);
background:#F0D8A9; /* IE9 */
background: radial-gradient(circle at center 55% ,rgba(255,255,255,.6) 1%,#fff,#DEFECF);
}

#back {POSITION:fixed;
height:100%;
margin: 0 auto;padding:4rem 0;
overflow-x:hidden;
background-image:url(../images/pattern04.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {background:transparent;
text-shadow:none;background-image:url(../images/);
background-repeat:no-repeat;
background-position:50% 40%;
background-size:cover;
}

/* fotos header-bereich unterseiten */

header.foto-index  {
background-image:url(../images/picture05.jpg); }

header.foto-vorstand  {
background-image:url(../images/picture17.jpg); }

header.foto-AsF  {
background-image:url(../images/picture08.jpg); }

header.foto-vorhaben  {
background-image:url(../images/picture09.jpg); }

header.foto-archiv  {
background-image:url(../images/picture04.jpg); }

header.foto-chronik  {
background-image:url(../images/picture01.jpg); }

header.foto-datenschutz {
background-image:url(../images/picture06.jpg); }

header.foto-impressum {
background-image:url(../images/picture02.jpg); }


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;
width: 100%;height:100%;
padding: 0;
margin:0;
background:linear-gradient(to right,rgba(144,144,144,.9),rgba(144,144,144,.6),rgba(144,144,144,.9));
}

.top-a {display:inline-block;
width:100%;
text-align:left;
margin:0 -2px;
padding:1rem .5rem 1rem 2rem;
}

/* ----- icons ----- */

#top ul.icons { display:block;
color:#fff;
list-style:none;
margin:1;
padding:.5rem 0;
}

#top .icons li { display:inline-block;
padding:0 .5rem;
}

#top .icons i {display:inline-block;
color:#fff;
padding:0 1rem 0rem 0;
}

/* hover */
#top .icons  a {text-decoration:none;
color:#fff;
}

#top .icons  a:hover {text-decoration:underline;color:#fff;}



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {display:block;
POSITION:relative;
overflow:hidden;
width:100%;min-height:38rem;
margin:0 auto;
padding:0;
background:radial-gradient(circle at center,transparent 20% ,#7d7d7d);
}

.logo-a  {background:transparent;padding:0; }


/* base-data - homepagename */

.base-data-wrapper {display:table; /* zunächst ausgeblendet */
POSITION:absolute;
top:50%;
left:50%;
margin-top:-8rem;
margin-left:-28rem;
width: 40rem;
height: 15rem;
padding:1rem; 
border-radius:1rem;
transform:rotate(0deg);
text-transform:none;
}

.base-data {display:table-cell;
vertical-align:middle;text-align:center;font-weight:normal;
}

.base-data form fieldset {box-shadow:0 0rem 10rem #cd2626;       
background:rgba(248,248,239,.6);
color:#0F241C;
border-radius:1rem;
border:solid 1px transparent;
transition:all .3s;
}




/* ----- icons ----- */

#logo ul.icons { display:block;
color:#0F241C;
list-style:none;
margin:0;
padding:.5rem 0;
}

#logo .icons li { display:block;
padding:0 .2rem;
}

#logo .icons i {display:inline-block;
color:darkgreen;
text-shadow:0 0 1px white;
padding:0 1rem 0rem 0;
}

/* hover */

#logo .icons  a {text-decoration:none;
color:#0F241C;
}

#logo .icons  a:hover {text-decoration:underline; }



/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */


main#inhalt {display:block;
padding:2rem 0rem;
margin:0 auto;
}

.inhalt-a {display:block;
width:100%;
margin:0 auto;
padding:4rem 3rem 4rem 3rem;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {display:block;
margin:0 auto;
padding:0rem ;
}

#fuss {display:block;
margin: 0 auto;
padding:0rem;
}

.fuss-a {display:block;background:transparent;
margin: 0 auto;
padding:2rem 2rem 2rem 3rem;
}

#fuss .box {
text-align:left;
padding:0rem 1rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.5rem; 
color:#000;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:.5rem;
margin-top: 0rem;
margin-bottom:.5rem;
border-bottom:dotted 2px #000
}

#fuss .box article {
margin-bottom:1.5rem;
}

/* ----- icons ----- */

.fussmenu li i,
.fussmenu li a i {color:#715013;
text-shadow:0 0px 1px white;
transition:all .9s ease-out ;
font-size:1.3rem;
margin-right:1rem;
}

.fussmenu li a:hover i {color:red;transform: rotateY(360deg); }


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss .box,
#fuss li a,
.fussmenu li.kein-link {
color:#000;
font-weight:normal;
font-size:1.5rem;
line-height:3rem;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block; }

#fuss li a {text-decoration:none; }
#fuss li a:hover  {color:#5A3310;;text-decoration:underline }



/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {

/*
 - hinweis -
für die kleinste smartphone-auflösung von 320 pixel benötigen wir KEINE bildschirmabragen (css-media queries),
denn hierfür gilt ja automtisch der gesamte vorstehende quelltext-code  -
weil wir das template ja 'MOBILE-FIRST' angelegt haben.
*/

}


/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.top-a {padding:2rem 2rem 2rem 4rem; }
.inhalt-a {padding:4rem 4rem 4rem 4rem; }
.fuss-a {padding:2rem 4rem 2rem 4rem; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%; }
.box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

#haupt  {width: 90%; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_5  {width: 20%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */
}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.liste-spez ul  {padding:0 1rem 0 4rem; }

/* - - - - -  GRID-SYSTEM  - - - - - */
#fuss .box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%; }

#fuss .box,
#fuss li a,
.fussmenu li.kein-link {font-size:1.3rem; }

#fuss .box h3 {font-size:1.3rem; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

/* - - - - -  GRID-SYSTEM  - - - - - */
#gallery-special .box-1_of_3 {width:33.33%; }
#gallery-special .box-1_of_4 {width:25%; }
.box-1_of_4  {width: 33.33%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

#haupt  {width: 85%}

.inhalt-a {padding:4rem 6rem 4rem 6rem; }

/* - - - - -  GRID-SYSTEM  - - - - - */
#gallery .box-1_of_4  {width: 25%; }
#fuss .box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

#haupt  {width: 80%}

}


/*  +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  +  */